mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecated
This commit is contained in:
parent
1c4393acf0
commit
c224aace42
11 changed files with 31 additions and 2 deletions
|
|
@ -50,6 +50,7 @@ PA_MODULE_DESCRIPTION("Detect available audio hardware and load matching drivers
|
|||
PA_MODULE_VERSION(PACKAGE_VERSION);
|
||||
PA_MODULE_LOAD_ONCE(TRUE);
|
||||
PA_MODULE_USAGE("just-one=<boolean>");
|
||||
PA_MODULE_DEPRECATED("Please use module-hal-detect instead of module-detect!");
|
||||
|
||||
static const char* const valid_modargs[] = {
|
||||
"just-one",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue