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.
This commit is contained in:
Takashi Iwai 2006-03-02 11:41:58 +00:00
parent 61fc39fe63
commit 8e6170206d

View file

@ -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",