Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e933e9e5 authored by Derek Kelly's avatar Derek Kelly Committed by Takashi Iwai
Browse files

ALSA: hda - Add support of Nvidia GT220 HDMI

This patch adds the device id for Nvidia GT220 cards to the nvhdmi
driver.  I have tested it and confirmed it to be working.

Original patch download link:
https://gist.github.com/324070/



Signed-off-by: default avatarDerek Kelly <user.vdr@gmail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 025f206c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -554,6 +554,8 @@ static struct hda_codec_preset snd_hda_preset_nvhdmi[] = {
	  .patch = patch_nvhdmi_8ch_89 },
	{ .id = 0x10de000b, .name = "GT21x HDMI",
	  .patch = patch_nvhdmi_8ch_89 },
	{ .id = 0x10de000a, .name = "GT220 HDMI",
	  .patch = patch_nvhdmi_8ch_89 },
	{ .id = 0x10de000d, .name = "GT240 HDMI",
	  .patch = patch_nvhdmi_8ch_89 },
	{} /* terminator */
@@ -568,6 +570,7 @@ MODULE_ALIAS("snd-hda-codec-id:10de0067");
MODULE_ALIAS("snd-hda-codec-id:10de8001");
MODULE_ALIAS("snd-hda-codec-id:10de000c");
MODULE_ALIAS("snd-hda-codec-id:10de000b");
MODULE_ALIAS("snd-hda-codec-id:10de000a");
MODULE_ALIAS("snd-hda-codec-id:10de000d");

MODULE_LICENSE("GPL");