summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-09-07 14:31:39 +0200
committerTakashi Iwai <tiwai@suse.de>2012-09-13 08:24:58 +0200
commitec96740d9919b5e0c050a4b91aebee4b1dbb8298 (patch)
tree7dbca5b55d4c777ad0706455ecae22be1f970040
parent01dc0e6825b5620510faaefaef40ff8cfb692b6e (diff)
downloadalsa-lib-ec96740d9919b5e0c050a4b91aebee4b1dbb8298.tar.gz
Fix duplicated channel entry in test/chmap.c
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--test/chmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/chmap.c b/test/chmap.c
index 8035a1b6..7e440597 100644
--- a/test/chmap.c
+++ b/test/chmap.c
@@ -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",
};