mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 02:25:43 +01:00
Add missing comma
Add a missing comma in the last fix...
This commit is contained in:
parent
21d5bed81f
commit
8e821d4fee
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ static int setup_wav_file(int chn)
|
|||
"Front_Right.wav",
|
||||
"Rear_Left.wav",
|
||||
"Rear_Right.wav",
|
||||
"Front_Center.wav"
|
||||
"Front_Center.wav",
|
||||
"Rear_Center.wav", /* FIXME: should be "Bass" or so */
|
||||
"Side_Left.wav"
|
||||
"Side_Right.wav"
|
||||
|
|
Loading…
Reference in a new issue