mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added more control names
This commit is contained in:
parent
71724734d5
commit
8628843952
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue