This is a note to let you know that I've just added the patch titled

    ALSA: rme9652: fix a missing comma in channel_map_9636_ds[]

to the 3.10-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     alsa-rme9652-fix-a-missing-comma-in-channel_map_9636_ds.patch
and it can be found in the queue-3.10 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 770bd4bf2e664939a9dacd3d26ec9ff7a3933210 Mon Sep 17 00:00:00 2001
From: Takashi Iwai <[email protected]>
Date: Fri, 27 Dec 2013 00:13:08 +0200
Subject: ALSA: rme9652: fix a missing comma in channel_map_9636_ds[]

From: Takashi Iwai <[email protected]>

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 <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 sound/pci/rme9652/rme9652.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/pci/rme9652/rme9652.c
+++ b/sound/pci/rme9652/rme9652.c
@@ -285,7 +285,7 @@ static char channel_map_9636_ds[26] = {
        /* ADAT channels are remapped */
        1, 3, 5, 7, 9, 11, 13, 15,
        /* channels 8 and 9 are S/PDIF */
-       24, 25
+       24, 25,
        /* others don't exist */
        -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1
 };


Patches currently in stable-queue which might be from [email protected] are

queue-3.10/alsa-hda-fix-silent-output-on-macbook-air-1-1.patch
queue-3.10/alsa-rme9652-fix-a-missing-comma-in-channel_map_9636_ds.patch
queue-3.10/alsa-enable-config_zone_dma-for-smaller-pci-dma-masks.patch
queue-3.10/hp_accel-add-a-new-pnp-id-hpq6007-for-new-hp-laptops.patch
queue-3.10/alsa-hda-don-t-create-duplicated-ctls-for-loopback-paths.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to