aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/hda_codec.c')
-rw-r--r--sound/pci/hda/hda_codec.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
index 853e5c786c37..8ab88d9ba3b5 100644
--- a/sound/pci/hda/hda_codec.c
+++ b/sound/pci/hda/hda_codec.c
@@ -51,13 +51,18 @@ struct hda_vendor_id {
51 51
52/* codec vendor labels */ 52/* codec vendor labels */
53static struct hda_vendor_id hda_vendor_ids[] = { 53static struct hda_vendor_id hda_vendor_ids[] = {
54 { 0x10ec, "Realtek" }, 54 { 0x1002, "ATI" },
55 { 0x1057, "Motorola" }, 55 { 0x1057, "Motorola" },
56 { 0x1095, "Silicon Image" },
57 { 0x10ec, "Realtek" },
56 { 0x1106, "VIA" }, 58 { 0x1106, "VIA" },
57 { 0x111d, "IDT" }, 59 { 0x111d, "IDT" },
60 { 0x11c1, "LSI" },
58 { 0x11d4, "Analog Devices" }, 61 { 0x11d4, "Analog Devices" },
59 { 0x13f6, "C-Media" }, 62 { 0x13f6, "C-Media" },
60 { 0x14f1, "Conexant" }, 63 { 0x14f1, "Conexant" },
64 { 0x17e8, "Chrontel" },
65 { 0x1854, "LG" },
61 { 0x434d, "C-Media" }, 66 { 0x434d, "C-Media" },
62 { 0x8384, "SigmaTel" }, 67 { 0x8384, "SigmaTel" },
63 {} /* terminator */ 68 {} /* terminator */