From: Takashi Iwai Date: Sun, 17 Sep 2006 20:05:54 +0000 (+0200) Subject: [ALSA] hda-codec - Add vendor ids for Motorola and Conexant X-Git-Tag: v2.6.19-rc1~1270^2~14 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a922625126cc9bf593d801879a965b9f0eae6958;p=karo-tx-linux.git [ALSA] hda-codec - Add vendor ids for Motorola and Conexant Added string entries for Motorola and Conexant vendor ids. Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index ff29d0f16903..e69db04b7eb8 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -51,8 +51,10 @@ struct hda_vendor_id { /* codec vendor labels */ static struct hda_vendor_id hda_vendor_ids[] = { { 0x10ec, "Realtek" }, + { 0x1057, "Motorola" }, { 0x11d4, "Analog Devices" }, { 0x13f6, "C-Media" }, + { 0x14f1, "Conexant" }, { 0x434d, "C-Media" }, { 0x8384, "SigmaTel" }, {} /* terminator */