Commit a9226251 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela

[ALSA] hda-codec - Add vendor ids for Motorola and Conexant

Added string entries for Motorola and Conexant vendor ids.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent 5720fddd
...@@ -51,8 +51,10 @@ struct hda_vendor_id { ...@@ -51,8 +51,10 @@ 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" }, { 0x10ec, "Realtek" },
{ 0x1057, "Motorola" },
{ 0x11d4, "Analog Devices" }, { 0x11d4, "Analog Devices" },
{ 0x13f6, "C-Media" }, { 0x13f6, "C-Media" },
{ 0x14f1, "Conexant" },
{ 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