* [PATCH] intel8x0: add NVidia MPC55 support
@ 2007-03-03 19:09 Ben Dooks
2007-03-03 19:15 ` Lee Revell
0 siblings, 1 reply; 3+ messages in thread
From: Ben Dooks @ 2007-03-03 19:09 UTC (permalink / raw)
To: alsa-devel
[-- Attachment #1: Type: text/plain, Size: 1062 bytes --]
Add the PCI-ID for the NVidia MPC55 HDA audio controller
to the intel8x0 driver.
Tested with 2 channel audio only.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
diff -urNp -X linux-2.6.20/Documentation/dontdiff linux-2.6.20/sound/pci/intel8x0.c linux-2.6.20-bjd1/sound/pci/intel8x0.c
--- linux-2.6.20/sound/pci/intel8x0.c 2007-02-04 18:44:54.000000000 +0000
+++ linux-2.6.20-bjd1/sound/pci/intel8x0.c 2007-03-03 18:55:22.000000000 +0000
@@ -434,6 +434,7 @@ static struct pci_device_id snd_intel8x0
{ 0x10de, 0x00da, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_NFORCE }, /* NFORCE3 */
{ 0x10de, 0x00ea, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_NFORCE }, /* CK8S */
{ 0x10de, 0x026b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_NFORCE }, /* MCP51 */
+ { 0x10de, 0x0371, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_NFORCE }, /* MCP55 */
{ 0x1022, 0x746d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_INTEL }, /* AMD8111 */
{ 0x1022, 0x7445, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_INTEL }, /* AMD768 */
{ 0x10b9, 0x5455, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_ALI }, /* Ali5455 */
[-- Attachment #2: 2620-alsa-intel8x0-mpc55.patch --]
[-- Type: text/plain, Size: 893 bytes --]
diff -urNp -X linux-2.6.20/Documentation/dontdiff linux-2.6.20/sound/pci/intel8x0.c linux-2.6.20-bjd1/sound/pci/intel8x0.c
--- linux-2.6.20/sound/pci/intel8x0.c 2007-02-04 18:44:54.000000000 +0000
+++ linux-2.6.20-bjd1/sound/pci/intel8x0.c 2007-03-03 18:55:22.000000000 +0000
@@ -434,6 +434,7 @@ static struct pci_device_id snd_intel8x0
{ 0x10de, 0x00da, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_NFORCE }, /* NFORCE3 */
{ 0x10de, 0x00ea, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_NFORCE }, /* CK8S */
{ 0x10de, 0x026b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_NFORCE }, /* MCP51 */
+ { 0x10de, 0x0371, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_NFORCE }, /* MCP55 */
{ 0x1022, 0x746d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_INTEL }, /* AMD8111 */
{ 0x1022, 0x7445, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_INTEL }, /* AMD768 */
{ 0x10b9, 0x5455, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_ALI }, /* Ali5455 */
[-- Attachment #3: Type: text/plain, Size: 345 bytes --]
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
[-- Attachment #4: Type: text/plain, Size: 161 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] intel8x0: add NVidia MPC55 support
2007-03-03 19:09 [PATCH] intel8x0: add NVidia MPC55 support Ben Dooks
@ 2007-03-03 19:15 ` Lee Revell
2007-03-03 19:16 ` Ben Dooks
0 siblings, 1 reply; 3+ messages in thread
From: Lee Revell @ 2007-03-03 19:15 UTC (permalink / raw)
To: Ben Dooks; +Cc: alsa-devel
On 3/3/07, Ben Dooks <ben-alsa@fluff.org> wrote:
> Add the PCI-ID for the NVidia MPC55 HDA audio controller
> to the intel8x0 driver.
>
> Tested with 2 channel audio only.
>
If this is really an HDA device shouldn't it be supported by
snd-intel-hda rather than snd-intel8x0?
Lee
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] intel8x0: add NVidia MPC55 support
2007-03-03 19:15 ` Lee Revell
@ 2007-03-03 19:16 ` Ben Dooks
0 siblings, 0 replies; 3+ messages in thread
From: Ben Dooks @ 2007-03-03 19:16 UTC (permalink / raw)
To: Lee Revell; +Cc: Ben Dooks, alsa-devel
On Sat, Mar 03, 2007 at 02:15:18PM -0500, Lee Revell wrote:
> On 3/3/07, Ben Dooks <ben-alsa@fluff.org> wrote:
> > Add the PCI-ID for the NVidia MPC55 HDA audio controller
> > to the intel8x0 driver.
> >
> > Tested with 2 channel audio only.
> >
>
> If this is really an HDA device shouldn't it be supported by
Ah, totally missed that driver. Yes, it is already in there
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-03-03 19:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-03 19:09 [PATCH] intel8x0: add NVidia MPC55 support Ben Dooks
2007-03-03 19:15 ` Lee Revell
2007-03-03 19:16 ` Ben Dooks
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.