mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-28 01:40:08 -05:00
Fix duplicated channel entry in test/chmap.c
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
01dc0e6825
commit
ec96740d99
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ static const char * const chname[] = {
|
||||||
"Unknown",
|
"Unknown",
|
||||||
"FL", "FR", "RL", "RR", "FC", "LFE", "SL", "SR", "RC",
|
"FL", "FR", "RL", "RR", "FC", "LFE", "SL", "SR", "RC",
|
||||||
"FLC", "FRC", "RLC", "RRC", "FLW", "FRW", "FLH",
|
"FLC", "FRC", "RLC", "RRC", "FLW", "FRW", "FLH",
|
||||||
"FCH", "FCH", "FRH", "TC",
|
"FCH", "FRH", "TC",
|
||||||
"N/A",
|
"N/A",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue