mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
hdspmixer: correct string delimiter in labels_aio_ss_input
Closes: https://github.com/alsa-project/alsa-tools/issues/10 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
837033a108
commit
32495631b1
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ static char const *labels_aio_ss_input[18] = {
|
||||||
"AES.L", "AES.R",
|
"AES.L", "AES.R",
|
||||||
"A 1", "A 2", "A 3", "A 4",
|
"A 1", "A 2", "A 3", "A 4",
|
||||||
"A 5", "A 6", "A 7", "A 8",
|
"A 5", "A 6", "A 7", "A 8",
|
||||||
"AEB 1", "AEB 2", "AEB 3," "AEB 4"
|
"AEB 1", "AEB 2", "AEB 3", "AEB 4"
|
||||||
};
|
};
|
||||||
|
|
||||||
static char const *labels_aio_ss_playback[20] = {
|
static char const *labels_aio_ss_playback[20] = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue