mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Update PA_MODULE_USAGE to be in line with actual implementation
This commit is contained in:
parent
9a27b0c413
commit
26366664c1
9 changed files with 17 additions and 11 deletions
|
|
@ -57,13 +57,13 @@ PA_MODULE_VERSION(PACKAGE_VERSION);
|
|||
PA_MODULE_LOAD_ONCE(TRUE);
|
||||
#if defined(HAVE_ALSA) && defined(HAVE_OSS_OUTPUT)
|
||||
PA_MODULE_USAGE("api=<alsa or oss> "
|
||||
"tsched=<enable system timer based scheduling mode?>"
|
||||
"tsched=<enable system timer based scheduling mode?> "
|
||||
"subdevices=<init all subdevices>");
|
||||
#elif defined(HAVE_ALSA)
|
||||
PA_MODULE_USAGE("api=<alsa> "
|
||||
"tsched=<enable system timer based scheduling mode?>");
|
||||
#elif defined(HAVE_OSS_OUTPUT)
|
||||
PA_MODULE_USAGE("api=<oss>"
|
||||
PA_MODULE_USAGE("api=<oss> "
|
||||
"subdevices=<init all subdevices>");
|
||||
#endif
|
||||
PA_MODULE_DEPRECATED("Please use module-udev-detect instead of module-hal-detect!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue