aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-02-13 10:59:29 -0500
committerTakashi Iwai <tiwai@suse.de>2008-04-24 06:00:10 -0400
commitc8cd1281171602033861d0888273e0512f9b165c (patch)
tree374f02dd75c07d045eac475e156f1c9bb6ca8685 /sound/pci/hda/hda_codec.c
parent9a08160bdbe3148a405f72798f76e2a5d30bd243 (diff)
[ALSA] hda-codec - Add more names to vendor list
Added more known names to the vendor id list. Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 */