diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-12-18 09:11:33 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-12-18 09:12:47 +0100 |
commit | 74c611334ff131f2b87c7634314bde9e7fd98653 (patch) | |
tree | b4e23805df2e89707c9c59396a494de3dc8304c8 /sound/pci/hda/hda_codec.c | |
parent | 31117b78ee843622cbc4c7c17c97be417c766385 (diff) |
ALSA: hda - Add Intel vendor id string
Added Intel codec vendor id string (0x8086).
Also fixed Intel-HDMI codec name strings, too.
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 f6832e16068..8459d6ba205 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -58,6 +58,7 @@ static struct hda_vendor_id hda_vendor_ids[] = { { 0x1854, "LG" }, { 0x1aec, "Wolfson Microelectronics" }, { 0x434d, "C-Media" }, + { 0x8086, "Intel" }, { 0x8384, "SigmaTel" }, {} /* terminator */ }; |