mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Synchronise name and help: softvol (#470)
Using "softmixer" as a mixer backend does not work. Co-authored-by: v1ne <v1ne2go@gmail.com>
This commit is contained in:
parent
9fe82ef781
commit
ed0e1eed5a
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ fn setup(args: &[String]) -> Setup {
|
|||
"Audio device to use. Use '?' to list options if using portaudio or alsa",
|
||||
"DEVICE",
|
||||
)
|
||||
.optopt("", "mixer", "Mixer to use (alsa or softmixer)", "MIXER")
|
||||
.optopt("", "mixer", "Mixer to use (alsa or softvol)", "MIXER")
|
||||
.optopt(
|
||||
"m",
|
||||
"mixer-name",
|
||||
|
|
Loading…
Reference in a new issue