From 8e6170206dadd3117eed47506f7d30ce497b5363 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 2 Mar 2006 11:41:58 +0000 Subject: [PATCH] Tentative fix for speaker-test WAV with 5 or more channels Fix the WAV file name for center/lfe. Use the existing "Rear_Center.wav" for LFE as a workaround. --- speaker-test/speaker-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/speaker-test/speaker-test.c b/speaker-test/speaker-test.c index 623558a..3a71b32 100644 --- a/speaker-test/speaker-test.c +++ b/speaker-test/speaker-test.c @@ -570,8 +570,8 @@ static int setup_wav_file(int chn) "Front_Right.wav", "Rear_Left.wav", "Rear_Right.wav", - "Center.wav" - "LFE.wav", + "Front_Center.wav" + "Rear_Center.wav", /* FIXME: should be "Bass" or so */ "Side_Left.wav" "Side_Right.wav" "Channel_9.wav",