Skip to content

Commit

Permalink
[ALSA] hda-codec - Add ID for an unknown HDMI codec chip
Browse files Browse the repository at this point in the history
Added the ID for an unknown HDMI codec chip on Jetway J9F2.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Apr 24, 2008
1 parent 7ba72ba commit 7d664ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/hda/patch_atihdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};

0 comments on commit 7d664ed

Please sign in to comment.