2006-09-02 06:21:34

by Li, Lea

[permalink] [raw]
Subject: Re: [Bluez-devel] Big patch to a2dpd

_______________________________________________
Bluez-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-devel


Attachments:
(No filename) (373.00 B)
(No filename) (164.00 B)
Download all attachments

2006-09-06 03:06:27

by Brad Midgley

[permalink] [raw]
Subject: Re: [Bluez-devel] Big patch to a2dpd

Lea

You seem to be proposing two different changes below. Do we need to
discuss which one is best?

thanks
Brad

> I've tried it on my XScale board. It is perfect but only one line to be modified to make default alsa device work smoothly. See below patch:
> The better way is to modify the code in alsa_transfer_raw(), I think, as below:
>
> case -EPIPE:
> // To manage underrun, we will try to recover from error state
> if(xrun_recovery(alsa->playback_handle, result) == 0)
> result = 0;
> DBG("EPIPE(%d)", result);
> break;
> case -ESTRPIPE:
> if(xrun_recovery(alsa->playback_handle, result) == 0)
> result=0;
> DBG("ESTRPIPE(%d)", result);
> break;
> }
>
> ========patch begin========
> --- a2dpd.c.old 2006-09-02 13:53:31.601040096 +0800
> +++ a2dpd.c 2006-09-02 13:14:53.065511072 +0800
> @@ -716,7 +716,7 @@
> blockstart += blocksize;
> ibytespersecond += transfer;
> a2dp_timer_notifyframe(&TimerInfos);
> - } else {
> + } else if (! (lpDevice->bredirectalsa)){
> printf("Error in a2dp_transfer_raw\n");
> bError = 1;
> }
> ========patch end========
>
> Thanks,
> Lea

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-devel