]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Tentative fix for speaker-test WAV with 5 or more channels
authorTakashi Iwai <tiwai@suse.de>
Thu, 2 Mar 2006 11:41:58 +0000 (11:41 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 2 Mar 2006 11:41:58 +0000 (11:41 +0000)
Fix the WAV file name for center/lfe.  Use the existing
"Rear_Center.wav" for LFE as a workaround.

speaker-test/speaker-test.c

index 623558a3eefead560b6f762ee6af85423c14255d..3a71b3266f3151e4acfc4e69ed941f8706c881b8 100644 (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",