From 8628843952b10d376ed3f2316540b1af41398c28 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 18 Sep 2000 10:08:05 +0000 Subject: [PATCH] Added more control names --- src/mixer/simple.c | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.47.1