]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Added more control names
authorJaroslav Kysela <perex@perex.cz>
Mon, 18 Sep 2000 10:08:05 +0000 (10:08 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 18 Sep 2000 10:08:05 +0000 (10:08 +0000)
src/mixer/simple.c

index c5151a152eec1cfac709b76efcf400bec05dfd0d..b5025d13e2beb3493c035b3f241a9dcc584cc71e 100644 (file)
@@ -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;