mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
bluetooth: Fail to load driver if discovery module is not loaded
For quite some time now the device driver module doesn't work well without the discovery module, so for the BlueZ 5 support we'll prevent the device driver module to be loaded if the discovery module is not loaded.
This commit is contained in:
parent
774c73309d
commit
dc4be17e07
3 changed files with 7 additions and 4 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#include <pulsecore/core-util.h>
|
||||
#include <pulsecore/macro.h>
|
||||
#include <pulsecore/module.h>
|
||||
#include <pulsecore/shared.h>
|
||||
|
||||
#include "bluez5-util.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue