mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
detect: Don't deprecate module-detect on non-Linux systems
The advertised alternative, module-udev-detect, is Linux-specific. BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=94339 Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com>
This commit is contained in:
parent
a1713476d5
commit
a831e45515
1 changed files with 3 additions and 0 deletions
|
|
@ -46,7 +46,10 @@ 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>");
|
||||
|
||||
#ifdef __linux__
|
||||
PA_MODULE_DEPRECATED("Please use module-udev-detect instead of module-detect!");
|
||||
#endif
|
||||
|
||||
static const char* const valid_modargs[] = {
|
||||
"just-one",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue