ALSA: rme9652: fix a missing comma in channel_map_9636_ds[]
authorTakashi Iwai <tiwai@suse.de>
Thu, 26 Dec 2013 22:13:08 +0000 (00:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Feb 2014 19:05:47 +0000 (11:05 -0800)
commitf2d6404bdb7a2a8e6832d98cac1428ff12c2c5cf
tree1bca129f6366ec3e757f37cb842b24e49c13d876
parentf5e764b0d4b5252c2850eabd00748e60d951f2b5
ALSA: rme9652: fix a missing comma in channel_map_9636_ds[]

commit 770bd4bf2e664939a9dacd3d26ec9ff7a3933210 upstream.

The lack of comma leads to the wrong channel for an SPDIF channel.
Unfortunately this wasn't caught by compiler because it's still a
valid expression.

Reported-by: Alexander Aristov <aristov.alexander@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/rme9652/rme9652.c