mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05: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_DESCRIPTION("Detect available bluetooth audio devices and load bluetooth audio drivers");
|
||||||
PA_MODULE_VERSION(PACKAGE_VERSION);
|
PA_MODULE_VERSION(PACKAGE_VERSION);
|
||||||
PA_MODULE_USAGE("async=<Asynchronous initialization?>");
|
PA_MODULE_USAGE("async=<Asynchronous initialization?>");
|
||||||
|
PA_MODULE_LOAD_ONCE(TRUE);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#ifdef NOKIA
|
#ifdef NOKIA
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue