aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c
diff options
context:
space:
mode:
authorMatthew Ranostay <mranostay@embeddedalley.com>2007-10-18 11:38:17 -0400
committerJaroslav Kysela <perex@perex.cz>2008-01-31 11:29:06 -0500
commit7f16859a8335449c8bf75ce4edd8040a57e2b678 (patch)
tree7b99b53bc7fdea6c06608ae1277889100729dd50 /sound/pci/hda/hda_codec.c
parentb995d76da070440c1e5687c0c13c8fbe51222ea2 (diff)
[ALSA] hda-codec - Add STAC9228 DMIC support
Added the missing STAC9228 DMIC support. Also added a new vendor id tag for IDT. Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/hda/hda_codec.c')
-rw-r--r--sound/pci/hda/hda_codec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
index 8cbe3bf1e317..dacabe52a41c 100644
--- a/sound/pci/hda/hda_codec.c
+++ b/sound/pci/hda/hda_codec.c
@@ -55,6 +55,7 @@ static struct hda_vendor_id hda_vendor_ids[] = {
55 { 0x10ec, "Realtek" }, 55 { 0x10ec, "Realtek" },
56 { 0x1057, "Motorola" }, 56 { 0x1057, "Motorola" },
57 { 0x1106, "VIA" }, 57 { 0x1106, "VIA" },
58 { 0x111d, "IDT" },
58 { 0x11d4, "Analog Devices" }, 59 { 0x11d4, "Analog Devices" },
59 { 0x13f6, "C-Media" }, 60 { 0x13f6, "C-Media" },
60 { 0x14f1, "Conexant" }, 61 { 0x14f1, "Conexant" },