Skip to content

Commit

Permalink
ALSA: dice: fix OUI for TC group
Browse files Browse the repository at this point in the history
OUI for TC Electronic is 0x000166, for TC GROUP A/S. 0x001486 is for Echo
Digital Audio Corporation.

Fixes: 7cafc65 ('ALSA: dice: force to add two pcm devices for listed models')
Cc: <[email protected]> # v4.6+
Reference: http://standards-oui.ieee.org/oui/oui.txt
Signed-off-by: Takashi Sakamoto <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
takaswie authored and tiwai committed Apr 24, 2018
1 parent 1d8d642 commit 10412c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/firewire/dice/dice.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10412c4

Please sign in to comment.