mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
[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>
This commit is contained in:
parent
7ba72ba1fe
commit
7d664ed58f
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue