[alsa-devel] [PATCH - patch_nvhdmi.c 1/1] Added id for MCP67. Please note that I'm not really sure what I'm doing but this works for me :-)

scott at waye.co.uk scott at waye.co.uk
Tue Dec 2 21:35:37 CET 2008


From: root <scott at waye.co.uk>


Signed-off-by: root <scott at waye.co.uk>

diff --git a/pci/hda/patch_nvhdmi.c b/pci/hda/patch_nvhdmi.c
index 1360d54..b78c8f2 100644
--- a/pci/hda/patch_nvhdmi.c
+++ b/pci/hda/patch_nvhdmi.c
@@ -162,5 +162,6 @@ static int patch_nvhdmi(struct hda_codec *codec)
 struct hda_codec_preset snd_hda_preset_nvhdmi[] = {
 	{ .id = 0x10de0002, .name = "NVIDIA MCP78 HDMI", .patch = patch_nvhdmi },
 	{ .id = 0x10de0007, .name = "NVIDIA MCP7A HDMI", .patch = patch_nvhdmi },
+	{ .id = 0x10de0067, .name = "NVIDIA MCP67 HDMI", .patch = patch_nvhdmi },
 	{} /* terminator */
 };
-- 
1.5.6



More information about the Alsa-devel mailing list