]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fixed Playback & Capture control names
authorJaroslav Kysela <perex@perex.cz>
Sat, 9 Sep 2000 18:14:43 +0000 (18:14 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sat, 9 Sep 2000 18:14:43 +0000 (18:14 +0000)
src/mixer/simple.c

index 8712066b35bdf87f8a75951be2360ec280005d1a..8c2fe61b9325d1754181b96218de0efd81b5831e 100644 (file)
@@ -730,8 +730,8 @@ int snd_mixer_simple_build(snd_mixer_t *handle)
                "Phone",
                "PC Speaker",
                "Aux",
-               "Playback Volume",
-               "Capture Volume",
+               "Playback",
+               "Capture",
                NULL
        };
        char **input = inputs;