mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
alsa: Tidy up argument descriptions
This commit is contained in:
parent
69fe26206f
commit
db704130d6
5 changed files with 6 additions and 6 deletions
|
|
@ -53,7 +53,7 @@ PA_MODULE_USAGE(
|
|||
"sink_properties=<properties for the sink> "
|
||||
"source_name=<name for the source> "
|
||||
"source_properties=<properties for the source> "
|
||||
"namereg_fail=<pa_namereg_register() fail parameter value> "
|
||||
"namereg_fail=<when false attempt to synthesise new names if they are already taken> "
|
||||
"device_id=<ALSA card index> "
|
||||
"format=<sample format> "
|
||||
"rate=<sample rate> "
|
||||
|
|
@ -360,7 +360,7 @@ int pa__init(pa_module *m) {
|
|||
* variable is impossible. */
|
||||
namereg_fail = data.namereg_fail;
|
||||
if (pa_modargs_get_value_boolean(ma, "namereg_fail", &namereg_fail) < 0) {
|
||||
pa_log("Failed to parse boolean argument namereg_fail.");
|
||||
pa_log("Failed to parse namereg_fail argument.");
|
||||
pa_card_new_data_done(&data);
|
||||
goto fail;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue