diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-02-06 08:41:59 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:00:07 -0400 |
commit | 7d664ed58fb54bc421d5fe8e5e0adec736fd0558 (patch) | |
tree | fc3aeccc3de19ab3042cba97c61959d26fc0ee5e /sound/pci/hda/patch_atihdmi.c | |
parent | 7ba72ba1fe891a94b1e9d506236507e4dc50e872 (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_atihdmi.c b/sound/pci/hda/patch_atihdmi.c index e0e9ea995684..e6fbd5d8fba4 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[] = { | |||
164 | { .id = 0x1002791a, .name = "ATI RS690/780 HDMI", .patch = patch_atihdmi }, | 164 | { .id = 0x1002791a, .name = "ATI RS690/780 HDMI", .patch = patch_atihdmi }, |
165 | { .id = 0x1002aa01, .name = "ATI R6xx HDMI", .patch = patch_atihdmi }, | 165 | { .id = 0x1002aa01, .name = "ATI R6xx HDMI", .patch = patch_atihdmi }, |
166 | { .id = 0x10951392, .name = "SI HDMI", .patch = patch_atihdmi }, | 166 | { .id = 0x10951392, .name = "SI HDMI", .patch = patch_atihdmi }, |
167 | { .id = 0x17e80047, .name = "Unknown HDMI", .patch = patch_atihdmi }, | ||
167 | {} /* terminator */ | 168 | {} /* terminator */ |
168 | }; | 169 | }; |