mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-19 08:57:08 -05: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",
|
"Phone",
|
||||||
"PC Speaker",
|
"PC Speaker",
|
||||||
"Aux",
|
"Aux",
|
||||||
"Playback Volume",
|
"Playback",
|
||||||
"Capture Volume",
|
"Capture",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
char **input = inputs;
|
char **input = inputs;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue