From: Jaroslav Kysela Date: Mon, 18 Sep 2000 10:08:05 +0000 (+0000) Subject: Added more control names X-Git-Tag: v1.0.3~1131 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=8628843952b10d376ed3f2316540b1af41398c28;p=alsa-lib.git Added more control names --- diff --git a/src/mixer/simple.c b/src/mixer/simple.c index c5151a15..b5025d13 100644 --- a/src/mixer/simple.c +++ b/src/mixer/simple.c @@ -739,10 +739,12 @@ int snd_mixer_simple_build(snd_mixer_t *handle) "Synth Tone Control - Bass", "Synth Tone Control - Treble", "PCM", + "Surround", "Synth", "FM", "Wave", "Music", + "DSP", "Line", "CD", "Mic", @@ -750,8 +752,11 @@ int snd_mixer_simple_build(snd_mixer_t *handle) "Phone", "PC Speaker", "Aux", + "Mono", + "Mono Output", "Playback", "Capture", + "Capture Boost", NULL }; char **input = inputs;