mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
add new paramter ignore_dB= to alsa modules
This commit is contained in:
parent
d5f46e824e
commit
0ca16caff7
5 changed files with 25 additions and 9 deletions
|
|
@ -51,7 +51,8 @@ PA_MODULE_USAGE(
|
|||
"tsched=<enable system timer based scheduling mode?> "
|
||||
"tsched_buffer_size=<buffer size when using timer based scheduling> "
|
||||
"tsched_buffer_watermark=<lower fill watermark> "
|
||||
"profile=<profile name>");
|
||||
"profile=<profile name> "
|
||||
"ignore_dB=<ignore dB information from the device?>");
|
||||
|
||||
static const char* const valid_modargs[] = {
|
||||
"name",
|
||||
|
|
@ -68,6 +69,7 @@ static const char* const valid_modargs[] = {
|
|||
"tsched_buffer_size",
|
||||
"tsched_buffer_watermark",
|
||||
"profile",
|
||||
"ignore_dB",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue