]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
committerTakashi Iwai <tiwai@suse.de>
Sun, 5 Jan 2014 10:50:33 +0000 (11:50 +0100)
commit770bd4bf2e664939a9dacd3d26ec9ff7a3933210
treee8efcd384936ae1e64869d299a3e8c9b7818ee25
parentec06b2bea73ed0db1e400ff5143c14e31836a77c
ALSA: rme9652: fix a missing comma in channel_map_9636_ds[]

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>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/rme9652/rme9652.c