mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixed Playback & Capture control names
This commit is contained in:
parent
7db1464a2d
commit
0561650846
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue