Added more control names

This commit is contained in:
Jaroslav Kysela 2000-09-18 10:08:05 +00:00
parent 71724734d5
commit 8628843952

View file

@ -739,10 +739,12 @@ int snd_mixer_simple_build(snd_mixer_t *handle)
"Synth Tone Control - Bass", "Synth Tone Control - Bass",
"Synth Tone Control - Treble", "Synth Tone Control - Treble",
"PCM", "PCM",
"Surround",
"Synth", "Synth",
"FM", "FM",
"Wave", "Wave",
"Music", "Music",
"DSP",
"Line", "Line",
"CD", "CD",
"Mic", "Mic",
@ -750,8 +752,11 @@ int snd_mixer_simple_build(snd_mixer_t *handle)
"Phone", "Phone",
"PC Speaker", "PC Speaker",
"Aux", "Aux",
"Mono",
"Mono Output",
"Playback", "Playback",
"Capture", "Capture",
"Capture Boost",
NULL NULL
}; };
char **input = inputs; char **input = inputs;