mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
bluetooth: Fix a2dp processing
This commit is contained in:
parent
37d456655f
commit
01a853e0c0
1 changed files with 1 additions and 1 deletions
|
|
@ -1529,7 +1529,7 @@ static void thread_func(void *userdata) {
|
||||||
if (pollfd && (pollfd->revents & POLLIN)) {
|
if (pollfd && (pollfd->revents & POLLIN)) {
|
||||||
int n_read;
|
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);
|
n_read = hsp_process_push(u);
|
||||||
else
|
else
|
||||||
n_read = a2dp_process_push(u);
|
n_read = a2dp_process_push(u);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue