mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 02:15:42 +01:00
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:
parent
61fc39fe63
commit
8e6170206d
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue