diff options
author | Wang Xingchao <xingchao.wang@intel.com> | 2012-06-13 06:23:52 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-07-16 18:03:11 +0400 |
commit | 1c76684d2752b3a24bb7da183cc18e5d126dbcc9 (patch) | |
tree | 5b604950fa9d909d7cb90c18077dab912df97c64 /sound | |
parent | e926f2c850c472f813f9bab486c68a3fe0b03ae4 (diff) | |
download | linux-1c76684d2752b3a24bb7da183cc18e5d126dbcc9.tar.xz |
ALSA: hda - add Haswell HDMI codec id
0x80862807 is HDMI id for Haswell HDA.
Signed-off-by: Wang Xingchao <xingchao.wang@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_hdmi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index d6a8260a6f74..a57cf3665df9 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c @@ -1927,6 +1927,7 @@ static const struct hda_codec_preset snd_hda_preset_hdmi[] = { { .id = 0x80862804, .name = "IbexPeak HDMI", .patch = patch_generic_hdmi }, { .id = 0x80862805, .name = "CougarPoint HDMI", .patch = patch_generic_hdmi }, { .id = 0x80862806, .name = "PantherPoint HDMI", .patch = patch_generic_hdmi }, +{ .id = 0x80862807, .name = "Haswell HDMI", .patch = patch_generic_hdmi }, { .id = 0x80862880, .name = "CedarTrail HDMI", .patch = patch_generic_hdmi }, { .id = 0x808629fb, .name = "Crestline HDMI", .patch = patch_generic_hdmi }, {} /* terminator */ @@ -1978,6 +1979,7 @@ MODULE_ALIAS("snd-hda-codec-id:80862803"); MODULE_ALIAS("snd-hda-codec-id:80862804"); MODULE_ALIAS("snd-hda-codec-id:80862805"); MODULE_ALIAS("snd-hda-codec-id:80862806"); +MODULE_ALIAS("snd-hda-codec-id:80862807"); MODULE_ALIAS("snd-hda-codec-id:80862880"); MODULE_ALIAS("snd-hda-codec-id:808629fb"); |