aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/hda/patch_atihdmi.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-02-06 14:41:59 +0100
committerTakashi Iwai <tiwai@suse.de>2008-04-24 12:00:07 +0200
commit7d664ed58fb54bc421d5fe8e5e0adec736fd0558 (patch)
treefc3aeccc3de19ab3042cba97c61959d26fc0ee5e /sound/pci/hda/patch_atihdmi.c
parent7ba72ba1fe891a94b1e9d506236507e4dc50e872 (diff)
[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 <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_atihdmi.c')
-rw-r--r--sound/pci/hda/patch_atihdmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_atihdmi.c b/sound/pci/hda/patch_atihdmi.c
index e0e9ea99568..e6fbd5d8fba 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 */
};