[ALSA] Add Analog Devices vendor name
authorTakashi Iwai <tiwai@suse.de>
Sun, 15 May 2005 12:30:10 +0000 (14:30 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sun, 29 May 2005 08:10:40 +0000 (10:10 +0200)
HDA Codec driver
Added the missing vendor name entry for Analog Devices.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c

index 56941031ab0d26dcf4c1f7ab2ee50b78ecb01744..e6efaed4b464e6556e7238cf91b666bffb3bc1da 100644 (file)
@@ -49,6 +49,7 @@ struct hda_vendor_id {
 /* codec vendor labels */
 static struct hda_vendor_id hda_vendor_ids[] = {
        { 0x10ec, "Realtek" },
+       { 0x11d4, "Analog Devices" },
        { 0x13f6, "C-Media" },
        { 0x434d, "C-Media" },
        { 0x8384, "SigmaTel" },
This page took 0.03408 seconds and 5 git commands to generate.