diff options
author | Wu Fengguang <fengguang.wu@intel.com> | 2012-02-23 02:07:44 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-02-23 03:50:10 -0500 |
commit | 6edc59e602b36cd3c95a426ef6e8cad0344af8c7 (patch) | |
tree | 4f41c9855a728287e4f1afb5684102bcbcf4d876 | |
parent | 77e314f72241daeac575158f946e905191611f0e (diff) |
ALSA: hda - add id for Atom Cedar Trail HDMI codec
[the order sorted by tiwai]
Signed-off-by: Wu Fengguang <fengguang.wu@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 1168ebd3fb5c..540cd13f7f15 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c | |||
@@ -1912,6 +1912,7 @@ static const struct hda_codec_preset snd_hda_preset_hdmi[] = { | |||
1912 | { .id = 0x80862804, .name = "IbexPeak HDMI", .patch = patch_generic_hdmi }, | 1912 | { .id = 0x80862804, .name = "IbexPeak HDMI", .patch = patch_generic_hdmi }, |
1913 | { .id = 0x80862805, .name = "CougarPoint HDMI", .patch = patch_generic_hdmi }, | 1913 | { .id = 0x80862805, .name = "CougarPoint HDMI", .patch = patch_generic_hdmi }, |
1914 | { .id = 0x80862806, .name = "PantherPoint HDMI", .patch = patch_generic_hdmi }, | 1914 | { .id = 0x80862806, .name = "PantherPoint HDMI", .patch = patch_generic_hdmi }, |
1915 | { .id = 0x80862880, .name = "CedarTrail HDMI", .patch = patch_generic_hdmi }, | ||
1915 | { .id = 0x808629fb, .name = "Crestline HDMI", .patch = patch_generic_hdmi }, | 1916 | { .id = 0x808629fb, .name = "Crestline HDMI", .patch = patch_generic_hdmi }, |
1916 | {} /* terminator */ | 1917 | {} /* terminator */ |
1917 | }; | 1918 | }; |
@@ -1958,6 +1959,7 @@ MODULE_ALIAS("snd-hda-codec-id:80862803"); | |||
1958 | MODULE_ALIAS("snd-hda-codec-id:80862804"); | 1959 | MODULE_ALIAS("snd-hda-codec-id:80862804"); |
1959 | MODULE_ALIAS("snd-hda-codec-id:80862805"); | 1960 | MODULE_ALIAS("snd-hda-codec-id:80862805"); |
1960 | MODULE_ALIAS("snd-hda-codec-id:80862806"); | 1961 | MODULE_ALIAS("snd-hda-codec-id:80862806"); |
1962 | MODULE_ALIAS("snd-hda-codec-id:80862880"); | ||
1961 | MODULE_ALIAS("snd-hda-codec-id:808629fb"); | 1963 | MODULE_ALIAS("snd-hda-codec-id:808629fb"); |
1962 | 1964 | ||
1963 | MODULE_LICENSE("GPL"); | 1965 | MODULE_LICENSE("GPL"); |