lkml.org 
[lkml]   [2014]   [Feb]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.12 078/133] ALSA: rme9652: fix a missing comma in channel_map_9636_ds[]
    Date
    3.12-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Takashi Iwai <tiwai@suse.de>

    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 | 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
    };



    \
     
     \ /
      Last update: 2014-02-05 00:01    [W:4.027 / U:0.120 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site