aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-02-19 05:11:20 -0500
committerTakashi Iwai <tiwai@suse.de>2014-02-19 05:11:20 -0500
commitdff86f86d43f17db8616d06f4150c8957d33864b (patch)
tree89045ef7f891555fec05f0c79d677d8721341804
parente2439a5401486d8b7f1076fc6df9b80143ed62e2 (diff)
ALSA: hda - Add QEMU codec vendor ID
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-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 4be322b0d745..115502783b64 100644
--- a/sound/pci/hda/hda_codec.c
+++ b/sound/pci/hda/hda_codec.c
@@ -67,6 +67,7 @@ static struct hda_vendor_id hda_vendor_ids[] = {
67 { 0x17e8, "Chrontel" }, 67 { 0x17e8, "Chrontel" },
68 { 0x1854, "LG" }, 68 { 0x1854, "LG" },
69 { 0x1aec, "Wolfson Microelectronics" }, 69 { 0x1aec, "Wolfson Microelectronics" },
70 { 0x1af4, "QEMU" },
70 { 0x434d, "C-Media" }, 71 { 0x434d, "C-Media" },
71 { 0x8086, "Intel" }, 72 { 0x8086, "Intel" },
72 { 0x8384, "SigmaTel" }, 73 { 0x8384, "SigmaTel" },