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