diff options
| -rw-r--r-- | src/modules/bluetooth/module-bluetooth-device.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/modules/bluetooth/module-bluetooth-device.c b/src/modules/bluetooth/module-bluetooth-device.c index 5f119c7a..d6321fc4 100644 --- a/src/modules/bluetooth/module-bluetooth-device.c +++ b/src/modules/bluetooth/module-bluetooth-device.c @@ -1262,11 +1262,11 @@ static void thread_func(void *userdata) {      if (u->core->realtime_scheduling)          pa_make_realtime(u->core->realtime_priority); +    pa_thread_mq_install(&u->thread_mq); +      if (start_stream_fd(u) < 0)          goto fail; -    pa_thread_mq_install(&u->thread_mq); -      for (;;) {          struct pollfd *pollfd;          int ret; | 
