[pulseaudio-discuss] [PATCH] bluetooth: Fix a2dp processing
Colin Guthrie
gmane at colin.guthr.ie
Sun Dec 12 12:46:38 PST 2010
'Twas brillig, and Maarten Lankhorst at 10/12/10 19:34 did gyre and gimble:
> ---
> src/modules/bluetooth/module-bluetooth-device.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/modules/bluetooth/module-bluetooth-device.c b/src/modules/bluetooth/module-bluetooth-device.c
> index c7ac7fa..6d31c1e 100644
> --- a/src/modules/bluetooth/module-bluetooth-device.c
> +++ b/src/modules/bluetooth/module-bluetooth-device.c
> @@ -1529,7 +1529,7 @@ static void thread_func(void *userdata) {
> if (pollfd && (pollfd->revents & POLLIN)) {
> int n_read;
>
> - if (u->profile == PROFILE_HSP || PROFILE_HFGW)
> + if (u->profile == PROFILE_HSP || u->profile == PROFILE_HFGW)
> n_read = hsp_process_push(u);
> else
> n_read = a2dp_process_push(u);
Thanks for the patch. Pushed.
Col
--
Colin Guthrie
gmane(at)colin.guthr.ie
http://colin.guthr.ie/
Day Job:
Tribalogic Limited [http://www.tribalogic.net/]
Open Source:
Mageia Contributor [http://www.mageia.org/]
PulseAudio Hacker [http://www.pulseaudio.org/]
Trac Hacker [http://trac.edgewall.org/]
More information about the pulseaudio-discuss
mailing list