diff options
author | Wu Fengguang <fengguang.wu@intel.com> | 2011-05-20 15:35:43 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-05-20 09:40:00 +0200 |
commit | 591e610d651079117bd71c625605a3ebd868b1a1 (patch) | |
tree | 92e53909a7676dc31123a4d16b751712c250858f /sound | |
parent | acb373da7cc8aac7f7f4f35056db16606da01d42 (diff) | |
download | linux-3.10-591e610d651079117bd71c625605a3ebd868b1a1.tar.gz linux-3.10-591e610d651079117bd71c625605a3ebd868b1a1.tar.bz2 linux-3.10-591e610d651079117bd71c625605a3ebd868b1a1.zip |
ALSA: hda - add Intel Panther Point HDMI codec id
Signed-off-by: Wu Fengguang <fengguang.wu@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 7348296985f..32290187322 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c @@ -1688,6 +1688,7 @@ static const struct hda_codec_preset snd_hda_preset_hdmi[] = { { .id = 0x80862803, .name = "Eaglelake HDMI", .patch = patch_generic_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 = 0x808629fb, .name = "Crestline HDMI", .patch = patch_generic_hdmi }, {} /* terminator */ }; @@ -1733,6 +1734,7 @@ MODULE_ALIAS("snd-hda-codec-id:80862802"); 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:808629fb"); MODULE_LICENSE("GPL"); |