aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-05-15 14:30:10 +0200
committerJaroslav Kysela <perex@suse.cz>2005-05-29 10:10:40 +0200
commit54b903ec6e5a3194d86d8bb2f419c918efa4897f (patch)
treef903258af96aff7fd48071d52059d347a7af6b38
parent[ALSA] Allow more than 2 channel modes (diff)
downloadlinux-dev-54b903ec6e5a3194d86d8bb2f419c918efa4897f.tar.xz
linux-dev-54b903ec6e5a3194d86d8bb2f419c918efa4897f.zip
[ALSA] Add Analog Devices vendor name
HDA Codec driver Added the missing vendor name entry for Analog Devices. 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 56941031ab0d..e6efaed4b464 100644
--- a/sound/pci/hda/hda_codec.c
+++ b/sound/pci/hda/hda_codec.c
@@ -49,6 +49,7 @@ struct hda_vendor_id {
/* codec vendor labels */
static struct hda_vendor_id hda_vendor_ids[] = {
{ 0x10ec, "Realtek" },
+ { 0x11d4, "Analog Devices" },
{ 0x13f6, "C-Media" },
{ 0x434d, "C-Media" },
{ 0x8384, "SigmaTel" },