diff options
author | Mengdong Lin <mengdong.lin@intel.com> | 2013-10-20 23:03:31 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-10-21 12:30:38 +0200 |
commit | cc1a95d9f6423ced191b6f264e9657d98844ea0d (patch) | |
tree | a0ea740d79a284f7762c87f7ef5e42a3f29ef2c0 | |
parent | f1b4863a871d1ca2984bdaa8c88598690530a65c (diff) | |
download | blackbird-obmc-linux-cc1a95d9f6423ced191b6f264e9657d98844ea0d.tar.gz blackbird-obmc-linux-cc1a95d9f6423ced191b6f264e9657d98844ea0d.zip |
ALSA: hda - add codec ID for Valleyview2 display codec
This patch adds codec ID (0x80862882) and module alias for
Valleyview2 display codec.
Signed-off-by: Mengdong Lin <mengdong.lin@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-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 804adb872e63..fbd18599b0f9 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c @@ -2779,6 +2779,7 @@ static const struct hda_codec_preset snd_hda_preset_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 = 0x80862882, .name = "Valleyview2 HDMI", .patch = patch_generic_hdmi }, { .id = 0x808629fb, .name = "Crestline HDMI", .patch = patch_generic_hdmi }, {} /* terminator */ }; @@ -2833,6 +2834,7 @@ 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:80862882"); MODULE_ALIAS("snd-hda-codec-id:808629fb"); MODULE_LICENSE("GPL"); |