alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* Support for GT440 HDMI audio
@ 2011-12-06 13:29 Andrey Tataranovich
  2011-12-06 16:30 ` Stephen Warren
  0 siblings, 1 reply; 3+ messages in thread
From: Andrey Tataranovich @ 2011-12-06 13:29 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 195 bytes --]

Hi,

 Please include following patch to add support for NVidia GT440 HDMI audio.
This patch working for me on Debian Squeeze with patched alsa-source 1.0.23-dfsg+4.

-- 
WBR, Andrey Tataranovich

[-- Attachment #2: gt440_hdmi.patch --]
[-- Type: text/x-diff, Size: 1093 bytes --]

diff -uNrp alsa-driver-1.0.23+dfsg.orig/alsa-kernel//pci/hda/patch_nvhdmi.c alsa-driver-1.0.23+dfsg/alsa-kernel//pci/hda/patch_nvhdmi.c
--- alsa-driver-1.0.23+dfsg.orig/alsa-kernel//pci/hda/patch_nvhdmi.c	2010-04-16 14:10:10.000000000 +0300
+++ alsa-driver-1.0.23+dfsg/alsa-kernel//pci/hda/patch_nvhdmi.c	2011-11-24 12:13:59.000000000 +0300
@@ -556,6 +556,8 @@ static struct hda_codec_preset snd_hda_p
 	  .patch = patch_nvhdmi_8ch_89 },
 	{ .id = 0x10de000d, .name = "GT240 HDMI",
 	  .patch = patch_nvhdmi_8ch_89 },
+	{ .id = 0x10de0014, .name = "GT440 HDMI",
+	  .patch = patch_nvhdmi_8ch_89 },
 	{ .id = 0x10de0067, .name = "MCP67 HDMI", .patch = patch_nvhdmi_2ch },
 	{ .id = 0x10de8001, .name = "MCP73 HDMI", .patch = patch_nvhdmi_2ch },
 	{} /* terminator */
@@ -570,6 +572,7 @@ MODULE_ALIAS("snd-hda-codec-id:10de000a"
 MODULE_ALIAS("snd-hda-codec-id:10de000b");
 MODULE_ALIAS("snd-hda-codec-id:10de000c");
 MODULE_ALIAS("snd-hda-codec-id:10de000d");
+MODULE_ALIAS("snd-hda-codec-id:10de0014");
 MODULE_ALIAS("snd-hda-codec-id:10de0067");
 MODULE_ALIAS("snd-hda-codec-id:10de8001");
 

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-07 12:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-06 13:29 Support for GT440 HDMI audio Andrey Tataranovich
2011-12-06 16:30 ` Stephen Warren
2011-12-07 12:59   ` Andrey Tataranovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).