All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrey Tataranovich <tataranovich@gmail.com>
To: alsa-devel@alsa-project.org
Subject: Support for GT440 HDMI audio
Date: Tue, 6 Dec 2011 16:29:18 +0300	[thread overview]
Message-ID: <20111206132918.GC2128@debbox.it> (raw)

[-- 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 --]



             reply	other threads:[~2011-12-06 13:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-06 13:29 Andrey Tataranovich [this message]
2011-12-06 16:30 ` Support for GT440 HDMI audio Stephen Warren
2011-12-07 12:59   ` Andrey Tataranovich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111206132918.GC2128@debbox.it \
    --to=tataranovich@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.