From 05616508461a812cd19f090d924c0e3625efc370 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sat, 9 Sep 2000 18:14:43 +0000 Subject: [PATCH] Fixed Playback & Capture control names --- src/mixer/simple.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.1