diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-05-15 14:30:10 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-05-29 10:10:40 +0200 |
commit | 54b903ec6e5a3194d86d8bb2f419c918efa4897f (patch) | |
tree | f903258af96aff7fd48071d52059d347a7af6b38 /sound/pci | |
parent | fd2c326de8cd35a36514a887541426b1ef7c5516 (diff) | |
download | op-kernel-dev-54b903ec6e5a3194d86d8bb2f419c918efa4897f.zip op-kernel-dev-54b903ec6e5a3194d86d8bb2f419c918efa4897f.tar.gz |
[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>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 56941031..e6efaed 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" }, |