lkml.org 
[lkml]   [2018]   [Apr]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.14 34/91] ALSA: dice: fix OUI for TC group
    Date
    4.14-stable review patch.  If anyone has any objections, please let me know.

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

    From: Takashi Sakamoto <o-takashi@sakamocchi.jp>

    commit 10412c420af9ba1f3de8483a95d360e5eb5bfc84 upstream.

    OUI for TC Electronic is 0x000166, for TC GROUP A/S. 0x001486 is for Echo
    Digital Audio Corporation.

    Fixes: 7cafc65b3aa1 ('ALSA: dice: force to add two pcm devices for listed models')
    Cc: <stable@vger.kernel.org> # v4.6+
    Reference: http://standards-oui.ieee.org/oui/oui.txt
    Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
    Signed-off-by: Takashi Iwai <tiwai@suse.de>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

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

    --- a/sound/firewire/dice/dice.c
    +++ b/sound/firewire/dice/dice.c
    @@ -14,7 +14,7 @@ MODULE_LICENSE("GPL v2");
    #define OUI_WEISS 0x001c6a
    #define OUI_LOUD 0x000ff2
    #define OUI_FOCUSRITE 0x00130e
    -#define OUI_TCELECTRONIC 0x001486
    +#define OUI_TCELECTRONIC 0x000166

    #define DICE_CATEGORY_ID 0x04
    #define WEISS_CATEGORY_ID 0x00

    \
     
     \ /
      Last update: 2018-04-30 22:04    [W:2.431 / U:0.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site