mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04: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",
|
||||
"FL", "FR", "RL", "RR", "FC", "LFE", "SL", "SR", "RC",
|
||||
"FLC", "FRC", "RLC", "RRC", "FLW", "FRW", "FLH",
|
||||
"FCH", "FCH", "FRH", "TC",
|
||||
"FCH", "FRH", "TC",
|
||||
"N/A",
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue