diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-05-15 08:30:10 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-05-29 04:10:40 -0400 |
commit | 54b903ec6e5a3194d86d8bb2f419c918efa4897f (patch) | |
tree | f903258af96aff7fd48071d52059d347a7af6b38 /sound/pci/hda/hda_codec.c | |
parent | fd2c326de8cd35a36514a887541426b1ef7c5516 (diff) |
[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/hda/hda_codec.c')
-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 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 { | |||
49 | /* codec vendor labels */ | 49 | /* codec vendor labels */ |
50 | static struct hda_vendor_id hda_vendor_ids[] = { | 50 | static struct hda_vendor_id hda_vendor_ids[] = { |
51 | { 0x10ec, "Realtek" }, | 51 | { 0x10ec, "Realtek" }, |
52 | { 0x11d4, "Analog Devices" }, | ||
52 | { 0x13f6, "C-Media" }, | 53 | { 0x13f6, "C-Media" }, |
53 | { 0x434d, "C-Media" }, | 54 | { 0x434d, "C-Media" }, |
54 | { 0x8384, "SigmaTel" }, | 55 | { 0x8384, "SigmaTel" }, |