Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2012 17:00:09 GMT
From:      "4721@hushmail.com" <4721@hushmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/174059: [patch] add nvidia gt 440 to hda sound device list
Message-ID:  <201212021700.qB2H09fx023770@red.freebsd.org>
Resent-Message-ID: <201212021710.qB2HA0cH066209@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174059
>Category:       kern
>Synopsis:       [patch] add nvidia gt 440 to hda sound device list
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 02 17:10:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     4721@hushmail.com
>Release:        
>Organization:
>Environment:
>Description:
add entry for hdmi hda codec onboard nvidia gt 440 graphics card.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: sys/dev/sound/pci/hda/hdacc.c
===================================================================
--- sys/dev/sound/pci/hda/hdacc.c	(revision 243646)
+++ sys/dev/sound/pci/hda/hdacc.c	(working copy)
@@ -307,6 +307,7 @@
 	{ HDA_CODEC_NVIDIAGT21X, 0,	"NVIDIA GT21x" },
 	{ HDA_CODEC_NVIDIAMCP89, 0,	"NVIDIA MCP89" },
 	{ HDA_CODEC_NVIDIAGT240, 0,	"NVIDIA GT240" },
+	{ HDA_CODEC_NVIDIAGT440, 0,	"NVIDIA GT440" },
 	{ HDA_CODEC_INTELIP, 0,		"Intel Ibex Peak" },
 	{ HDA_CODEC_INTELBL, 0,		"Intel Bearlake" },
 	{ HDA_CODEC_INTELCA, 0,		"Intel Cantiga" },
Index: sys/dev/sound/pci/hda/hdac.h
===================================================================
--- sys/dev/sound/pci/hda/hdac.h	(revision 243646)
+++ sys/dev/sound/pci/hda/hdac.h	(working copy)
@@ -573,6 +573,7 @@
 #define HDA_CODEC_NVIDIAGT21X	HDA_CODEC_CONSTRUCT(NVIDIA, 0x000b)
 #define HDA_CODEC_NVIDIAMCP89	HDA_CODEC_CONSTRUCT(NVIDIA, 0x000c)
 #define HDA_CODEC_NVIDIAGT240	HDA_CODEC_CONSTRUCT(NVIDIA, 0x000d)
+#define HDA_CODEC_NVIDIAGT440	HDA_CODEC_CONSTRUCT(NVIDIA, 0x0014)
 #define HDA_CODEC_NVIDIAMCP67	HDA_CODEC_CONSTRUCT(NVIDIA, 0x0067)
 #define HDA_CODEC_NVIDIAMCP73	HDA_CODEC_CONSTRUCT(NVIDIA, 0x8001)
 #define HDA_CODEC_NVIDIAXXXX	HDA_CODEC_CONSTRUCT(NVIDIA, 0xffff)


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212021700.qB2H09fx023770>