Created
March 7, 2010 00:39
-
-
Save pao/324070 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/pci/hda/patch_nvhdmi.c 2010-03-05 17:05:06.000000000 -0600 | |
+++ b/pci/hda/patch_nvhdmi_gt220.c 2010-03-06 14:27:18.000000000 -0600 | |
@@ -1335,6 +1335,8 @@ | |
.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 */ | |
@@ -1347,6 +1349,7 @@ | |
MODULE_ALIAS("snd-hda-codec-id:10de0007"); | |
MODULE_ALIAS("snd-hda-codec-id:10de0067"); | |
MODULE_ALIAS("snd-hda-codec-id:10de8001"); | |
+MODULE_ALIAS("snd-hda-codec-id:10de000a"); | |
MODULE_ALIAS("snd-hda-codec-id:10de000c"); | |
MODULE_ALIAS("snd-hda-codec-id:10de000b"); | |
MODULE_ALIAS("snd-hda-codec-id:10de000d"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am running Ubuntu9.10. How do I apply this patch file?
UPDATE: Also, what file does this patch? I have sorta figured out how to use the .patch files but I do not know what file to patch.