[Precise, no-up, PATCH] ALSA: hda - add id for Atom Cedar Trail HDMI codec

David Henningsson david.henningsson at canonical.com
Wed Mar 7 08:03:07 UTC 2012


From: Wu Fengguang <fengguang.wu at intel.com>

[the order sorted by tiwai]

Signed-off-by: Wu Fengguang <fengguang.wu at intel.com>
Signed-off-by: Takashi Iwai <tiwai at suse.de>

(cherry picked from commit 6edc59e602b36cd3c95a426ef6e8cad0344af8c7,
 git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git)
Signed-off-by: David Henningsson <david.henningsson at canonical.com>
---

(Not sure why this wasn't cc:ed stable at kernel.org or even 3.3, but maybe
there isn't enough of the graphics stack present in upstream kernels anyway.)

 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 d8d4a8d..ade2d2f 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -1913,6 +1913,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 = 0x80862880, .name = "CedarTrail HDMI",	.patch = patch_generic_hdmi },
 { .id = 0x808629fb, .name = "Crestline HDMI",	.patch = patch_generic_hdmi },
 {} /* terminator */
 };
@@ -1959,6 +1960,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:80862880");
 MODULE_ALIAS("snd-hda-codec-id:808629fb");
 
 MODULE_LICENSE("GPL");
-- 
1.7.9





More information about the kernel-team mailing list