Commit c8cd1281 authored by Takashi Iwai's avatar Takashi Iwai

[ALSA] hda-codec - Add more names to vendor list

Added more known names to the vendor id list.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 9a08160b
...@@ -51,13 +51,18 @@ struct hda_vendor_id { ...@@ -51,13 +51,18 @@ struct hda_vendor_id {
/* codec vendor labels */ /* codec vendor labels */
static struct hda_vendor_id hda_vendor_ids[] = { static struct hda_vendor_id hda_vendor_ids[] = {
{ 0x10ec, "Realtek" }, { 0x1002, "ATI" },
{ 0x1057, "Motorola" }, { 0x1057, "Motorola" },
{ 0x1095, "Silicon Image" },
{ 0x10ec, "Realtek" },
{ 0x1106, "VIA" }, { 0x1106, "VIA" },
{ 0x111d, "IDT" }, { 0x111d, "IDT" },
{ 0x11c1, "LSI" },
{ 0x11d4, "Analog Devices" }, { 0x11d4, "Analog Devices" },
{ 0x13f6, "C-Media" }, { 0x13f6, "C-Media" },
{ 0x14f1, "Conexant" }, { 0x14f1, "Conexant" },
{ 0x17e8, "Chrontel" },
{ 0x1854, "LG" },
{ 0x434d, "C-Media" }, { 0x434d, "C-Media" },
{ 0x8384, "SigmaTel" }, { 0x8384, "SigmaTel" },
{} /* terminator */ {} /* terminator */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment