mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -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
|
|
@ -98,6 +98,9 @@ PA_MODULE_USAGE(
|
|||
"fragments=<number of fragments> "
|
||||
"fragment_size=<fragment size> "
|
||||
"mmap=<enable memory mapping?>");
|
||||
#ifdef __linux__
|
||||
PA_MODULE_DEPRECATED("Please use module-alsa-card instead of module-oss!");
|
||||
#endif
|
||||
|
||||
#define DEFAULT_DEVICE "/dev/dsp"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue