summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-09-17 22:05:54 +0200
committerJaroslav Kysela <perex@suse.cz>2006-09-23 10:47:28 +0200
commita922625126cc9bf593d801879a965b9f0eae6958 (patch)
tree52e0e51344bfea3e5fe07bc14a4914d66b9db28c /sound
parent5720fddd62367bb44335ec83f6371ce91e9ead12 (diff)
downloadop-kernel-dev-a922625126cc9bf593d801879a965b9f0eae6958.zip
op-kernel-dev-a922625126cc9bf593d801879a965b9f0eae6958.tar.gz
[ALSA] hda-codec - Add vendor ids for Motorola and Conexant
Added string entries for Motorola and Conexant vendor ids. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/hda_codec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
index ff29d0f..e69db04 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 */
OpenPOWER on IntegriCloud