From: Jaroslav Kysela Date: Sat, 9 Sep 2000 18:14:43 +0000 (+0000) Subject: Fixed Playback & Capture control names X-Git-Tag: v1.0.3~1140 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=05616508461a812cd19f090d924c0e3625efc370;p=alsa-lib.git Fixed Playback & Capture control names --- diff --git a/src/mixer/simple.c b/src/mixer/simple.c index 8712066b..8c2fe61b 100644 --- a/src/mixer/simple.c +++ b/src/mixer/simple.c @@ -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;