From: Takashi Iwai Date: Wed, 6 Feb 2008 13:41:59 +0000 (+0100) Subject: [ALSA] hda-codec - Add ID for an unknown HDMI codec chip X-Git-Tag: v2.6.26-rc1~1087^2~239 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d664ed58fb54bc421d5fe8e5e0adec736fd0558;p=profile%2Fivi%2Fkernel-x86-ivi.git [ALSA] hda-codec - Add ID for an unknown HDMI codec chip Added the ID for an unknown HDMI codec chip on Jetway J9F2. Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_atihdmi.c b/sound/pci/hda/patch_atihdmi.c index e0e9ea9..e6fbd5d 100644 --- a/sound/pci/hda/patch_atihdmi.c +++ b/sound/pci/hda/patch_atihdmi.c @@ -164,5 +164,6 @@ struct hda_codec_preset snd_hda_preset_atihdmi[] = { { .id = 0x1002791a, .name = "ATI RS690/780 HDMI", .patch = patch_atihdmi }, { .id = 0x1002aa01, .name = "ATI R6xx HDMI", .patch = patch_atihdmi }, { .id = 0x10951392, .name = "SI HDMI", .patch = patch_atihdmi }, + { .id = 0x17e80047, .name = "Unknown HDMI", .patch = patch_atihdmi }, {} /* terminator */ };