]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[ALSA] hda-codec - Add more names to vendor list
authorTakashi Iwai <tiwai@suse.de>
Wed, 13 Feb 2008 15:59:29 +0000 (16:59 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Apr 2008 10:00:10 +0000 (12:00 +0200)
Added more known names to the vendor id list.

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

index 853e5c786c37c43e96cd8fd4bcc257f77f6c3d36..8ab88d9ba3b5daf6a4f1049dbfe404ca243a6910 100644 (file)
@@ -51,13 +51,18 @@ struct hda_vendor_id {
 
 /* codec vendor labels */
 static struct hda_vendor_id hda_vendor_ids[] = {
 
 /* codec vendor labels */
 static struct hda_vendor_id hda_vendor_ids[] = {
-       { 0x10ec, "Realtek" },
+       { 0x1002, "ATI" },
        { 0x1057, "Motorola" },
        { 0x1057, "Motorola" },
+       { 0x1095, "Silicon Image" },
+       { 0x10ec, "Realtek" },
        { 0x1106, "VIA" },
        { 0x111d, "IDT" },
        { 0x1106, "VIA" },
        { 0x111d, "IDT" },
+       { 0x11c1, "LSI" },
        { 0x11d4, "Analog Devices" },
        { 0x13f6, "C-Media" },
        { 0x14f1, "Conexant" },
        { 0x11d4, "Analog Devices" },
        { 0x13f6, "C-Media" },
        { 0x14f1, "Conexant" },
+       { 0x17e8, "Chrontel" },
+       { 0x1854, "LG" },
        { 0x434d, "C-Media" },
        { 0x8384, "SigmaTel" },
        {} /* terminator */
        { 0x434d, "C-Media" },
        { 0x8384, "SigmaTel" },
        {} /* terminator */