mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
make sure the discovery module is only loaded once
This commit is contained in:
parent
39576ec829
commit
cbbd98635a
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ PA_MODULE_AUTHOR("Joao Paulo Rechi Vita");
|
|||
PA_MODULE_DESCRIPTION("Detect available bluetooth audio devices and load bluetooth audio drivers");
|
||||
PA_MODULE_VERSION(PACKAGE_VERSION);
|
||||
PA_MODULE_USAGE("async=<Asynchronous initialization?>");
|
||||
PA_MODULE_LOAD_ONCE(TRUE);
|
||||
|
||||
/*
|
||||
#ifdef NOKIA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue