diff mbox

ALSA: dice: fix OUI for TC group

Message ID 20180422121924.16122-1-o-takashi@sakamocchi.jp (mailing list archive)
State New, archived
Headers show

Commit Message

Takashi Sakamoto April 22, 2018, 12:19 p.m. UTC
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>
---
 sound/firewire/dice/dice.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Takashi Iwai April 24, 2018, 11:51 a.m. UTC | #1
On Sun, 22 Apr 2018 14:19:24 +0200,
Takashi Sakamoto wrote:
> 
> 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>

Applied, thanks.


Takashi

> ---
>  sound/firewire/dice/dice.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/firewire/dice/dice.c b/sound/firewire/dice/dice.c
> index 4ddb4cdd054b..96bb01b6b751 100644
> --- 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
> -- 
> 2.14.1
>
diff mbox

Patch

diff --git a/sound/firewire/dice/dice.c b/sound/firewire/dice/dice.c
index 4ddb4cdd054b..96bb01b6b751 100644
--- 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