* [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c
@ 2006-10-31 7:33 Peer Chen
0 siblings, 0 replies; 8+ messages in thread
From: Peer Chen @ 2006-10-31 7:33 UTC (permalink / raw)
To: alsa-devel, linux-kernel; +Cc: Andy Currid, Brian Lazara, jgarzik, Emily Jiang
[-- Attachment #1.1: Type: text/plain, Size: 2123 bytes --]
Add the support for HD audio controllers of MCP51,MCP55,MCP61,MCP65 &
MCP67.
The following hda_intel.c patch is based on kernel 2.6.18.
Signed-off by: Peer Chen <pchen@nvidia.com>
===================================
--- hda_intel.c.orig 2006-10-30 14:13:08.000000000 +0800
+++ hda_intel.c 2006-10-31 13:44:36.000000000 +0800
@@ -1640,8 +1640,14 @@ static struct pci_device_id azx_ids[] =
{ 0x1106, 0x3288, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_VIA
}, /* VIA VT8251/VT8237A */
{ 0x1039, 0x7502, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_SIS
}, /* SIS966 */
{ 0x10b9, 0x5461, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ULI
}, /* ULI M5461 */
- { 0x10de, 0x026c, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA 026c */
- { 0x10de, 0x0371, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA 0371 */
+ { 0x10de, 0x026c, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP51 */
+ { 0x10de, 0x0371, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP55 */
+ { 0x10de, 0x03e4, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP61 */
+ { 0x10de, 0x03f0, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP61 */
+ { 0x10de, 0x044a, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP65 */
+ { 0x10de, 0x044b, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP65 */
+ { 0x10de, 0x055c, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP67 */
+ { 0x10de, 0x055d, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP67 */
{ 0, }
};
MODULE_DEVICE_TABLE(pci, azx_ids);
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information. Any unauthorized review, use, disclosure or distribution
is prohibited. If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
[-- Attachment #1.2: Type: text/html, Size: 4989 bytes --]
[-- Attachment #2: Type: text/plain, Size: 373 bytes --]
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
[-- Attachment #3: 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] 8+ messages in thread
* [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c
@ 2006-10-31 8:03 ` Peer Chen
0 siblings, 0 replies; 8+ messages in thread
From: Peer Chen @ 2006-10-31 8:03 UTC (permalink / raw)
To: alsa-devel, linux-kernel; +Cc: jgarzik
Add the support for HD audio controllers of MCP51,MCP55,MCP61,MCP65 &
MCP67.
The following hda_intel.c patch is based on kernel 2.6.18.
Signed-off by: Peer Chen <pchen@nvidia.com>
===================================
--- hda_intel.c.orig 2006-10-30 14:13:08.000000000 +0800
+++ hda_intel.c 2006-10-31 13:44:36.000000000 +0800
@@ -1640,8 +1640,14 @@ static struct pci_device_id azx_ids[] =
{ 0x1106, 0x3288, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_VIA
}, /* VIA VT8251/VT8237A */
{ 0x1039, 0x7502, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_SIS
}, /* SIS966 */
{ 0x10b9, 0x5461, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ULI
}, /* ULI M5461 */
- { 0x10de, 0x026c, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA 026c */
- { 0x10de, 0x0371, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA 0371 */
+ { 0x10de, 0x026c, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP51 */
+ { 0x10de, 0x0371, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP55 */
+ { 0x10de, 0x03e4, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP61 */
+ { 0x10de, 0x03f0, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP61 */
+ { 0x10de, 0x044a, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP65 */
+ { 0x10de, 0x044b, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP65 */
+ { 0x10de, 0x055c, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP67 */
+ { 0x10de, 0x055d, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP67 */
{ 0, }
};
MODULE_DEVICE_TABLE(pci, azx_ids);
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information. Any unauthorized review, use, disclosure or distribution
is prohibited. If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c
@ 2006-10-31 8:03 ` Peer Chen
0 siblings, 0 replies; 8+ messages in thread
From: Peer Chen @ 2006-10-31 8:03 UTC (permalink / raw)
To: alsa-devel, linux-kernel; +Cc: jgarzik
Add the support for HD audio controllers of MCP51,MCP55,MCP61,MCP65 &
MCP67.
The following hda_intel.c patch is based on kernel 2.6.18.
Signed-off by: Peer Chen <pchen@nvidia.com>
===================================
--- hda_intel.c.orig 2006-10-30 14:13:08.000000000 +0800
+++ hda_intel.c 2006-10-31 13:44:36.000000000 +0800
@@ -1640,8 +1640,14 @@ static struct pci_device_id azx_ids[] =
{ 0x1106, 0x3288, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_VIA
}, /* VIA VT8251/VT8237A */
{ 0x1039, 0x7502, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_SIS
}, /* SIS966 */
{ 0x10b9, 0x5461, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ULI
}, /* ULI M5461 */
- { 0x10de, 0x026c, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA 026c */
- { 0x10de, 0x0371, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA 0371 */
+ { 0x10de, 0x026c, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP51 */
+ { 0x10de, 0x0371, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP55 */
+ { 0x10de, 0x03e4, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP61 */
+ { 0x10de, 0x03f0, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP61 */
+ { 0x10de, 0x044a, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP65 */
+ { 0x10de, 0x044b, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP65 */
+ { 0x10de, 0x055c, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP67 */
+ { 0x10de, 0x055d, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP67 */
{ 0, }
};
MODULE_DEVICE_TABLE(pci, azx_ids);
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information. Any unauthorized review, use, disclosure or distribution
is prohibited. If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c
2006-11-17 8:46 ` Peer Chen
@ 2006-11-17 10:52 ` Takashi Iwai
2006-11-20 2:02 ` Peer Chen
0 siblings, 1 reply; 8+ messages in thread
From: Takashi Iwai @ 2006-11-17 10:52 UTC (permalink / raw)
To: Peer Chen; +Cc: Randy Dunlap, alsa-devel, jgarzik, linux-kernel
At Fri, 17 Nov 2006 16:46:00 +0800,
Peer Chen wrote:
>
> Takashi:
> When this patch will be included into the -mm tree?
Yes, it is already included, at least in 2.6.19-rc5-mm2.
> Is it possible to be
> included in kernel source before final release of kernel 2.6.19.
No, we had no enough time for testing this in 2.6.19 cycle.
It'll be merged to 2.6.20 unless we get bug reports regarding this.
Takashi
>
> BRs
> Peer Chen
>
> -----Original Message-----
> From: Takashi Iwai [mailto:tiwai@suse.de]
> Sent: Wednesday, November 01, 2006 12:02 AM
> To: Randy Dunlap
> Cc: Peer Chen; alsa-devel@lists.sourceforge.net;
> linux-kernel@vger.kernel.org; Andy Currid; Brian Lazara;
> jgarzik@pobox.com; Emily Jiang
> Subject: Re: [Alsa-devel] [Patch] Audio: Add nvidia HD Audio controllers
> of MCP67 support to hda_intel.c
>
> At Tue, 31 Oct 2006 07:43:45 -0800,
> Randy Dunlap wrote:
> >
> > On Tue, 31 Oct 2006 15:42:54 +0100 Takashi Iwai wrote:
> >
> > > At Tue, 31 Oct 2006 15:33:58 +0800,
> > > Peer Chen wrote:
> > > >
> > > > Add the support for HD audio controllers of
> MCP51,MCP55,MCP61,MCP65 & MCP67.
> > > > The following hda_intel.c patch is based on kernel 2.6.18.
> > > >
> > > > Signed-off by: Peer Chen <pchen@nvidia.com>
> > >
> > > Applied to ALSA tree. But I didn't add it to push-to-2.6.19-tree
> > > because apparently no one has tested the patch well yet.
> > >
> > > (BTW, your patch attached there was broken, so I had to apply it
> > > manually. At the next time, please either inline the patch in a
> text
> > > mail, or attach a plain text patch if inlining is not possible with
> > > your MUA/MTA.)
> >
> > Patches should also be sent made to apply to a current kernel
> > tree, like 2.6.19-rc3, 2.6.19-rc4, 2.6.19-rc3-git8,
> > Linus's git tree, or Andrew's -mm tree if that is the only
> > place where the patch fits, or even to a subsystem tree (e.g., ALSA).
>
> Since I already applied it to ALSA tree, the next mm tree will include
> it (automatically taken it from alsa.git#mm branch).
>
>
> Takashi
> -----------------------------------------------------------------------------------
> This email message is for the sole use of the intended recipient(s) and may contain
> confidential information. Any unauthorized review, use, disclosure or distribution
> is prohibited. If you are not the intended recipient, please contact the sender by
> reply email and destroy all copies of the original message.
> -----------------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> 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
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
>
-------------------------------------------------------------------------
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] 8+ messages in thread
* Re: [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c
2006-11-17 10:52 ` Takashi Iwai
@ 2006-11-20 2:02 ` Peer Chen
0 siblings, 0 replies; 8+ messages in thread
From: Peer Chen @ 2006-11-20 2:02 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Randy Dunlap, alsa-devel, jgarzik, linux-kernel
Thanks for your explanation.
BRs
Peer Chen
-----Original Message-----
From: Takashi Iwai [mailto:tiwai@suse.de]
Sent: Friday, November 17, 2006 6:53 PM
To: Peer Chen
Cc: Randy Dunlap; jgarzik@pobox.com; alsa-devel@lists.sourceforge.net;
linux-kernel@vger.kernel.org
Subject: Re: [Alsa-devel] [Patch] Audio: Add nvidia HD Audio controllers
of MCP67 support to hda_intel.c
At Fri, 17 Nov 2006 16:46:00 +0800,
Peer Chen wrote:
>
> Takashi:
> When this patch will be included into the -mm tree?
Yes, it is already included, at least in 2.6.19-rc5-mm2.
> Is it possible to be
> included in kernel source before final release of kernel 2.6.19.
No, we had no enough time for testing this in 2.6.19 cycle.
It'll be merged to 2.6.20 unless we get bug reports regarding this.
Takashi
>
> BRs
> Peer Chen
>
> -----Original Message-----
> From: Takashi Iwai [mailto:tiwai@suse.de]
> Sent: Wednesday, November 01, 2006 12:02 AM
> To: Randy Dunlap
> Cc: Peer Chen; alsa-devel@lists.sourceforge.net;
> linux-kernel@vger.kernel.org; Andy Currid; Brian Lazara;
> jgarzik@pobox.com; Emily Jiang
> Subject: Re: [Alsa-devel] [Patch] Audio: Add nvidia HD Audio
controllers
> of MCP67 support to hda_intel.c
>
> At Tue, 31 Oct 2006 07:43:45 -0800,
> Randy Dunlap wrote:
> >
> > On Tue, 31 Oct 2006 15:42:54 +0100 Takashi Iwai wrote:
> >
> > > At Tue, 31 Oct 2006 15:33:58 +0800,
> > > Peer Chen wrote:
> > > >
> > > > Add the support for HD audio controllers of
> MCP51,MCP55,MCP61,MCP65 & MCP67.
> > > > The following hda_intel.c patch is based on kernel 2.6.18.
> > > >
> > > > Signed-off by: Peer Chen <pchen@nvidia.com>
> > >
> > > Applied to ALSA tree. But I didn't add it to push-to-2.6.19-tree
> > > because apparently no one has tested the patch well yet.
> > >
> > > (BTW, your patch attached there was broken, so I had to apply it
> > > manually. At the next time, please either inline the patch in a
> text
> > > mail, or attach a plain text patch if inlining is not possible
with
> > > your MUA/MTA.)
> >
> > Patches should also be sent made to apply to a current kernel
> > tree, like 2.6.19-rc3, 2.6.19-rc4, 2.6.19-rc3-git8,
> > Linus's git tree, or Andrew's -mm tree if that is the only
> > place where the patch fits, or even to a subsystem tree (e.g.,
ALSA).
>
> Since I already applied it to ALSA tree, the next mm tree will include
> it (automatically taken it from alsa.git#mm branch).
>
>
> Takashi
>
------------------------------------------------------------------------
-----------
> This email message is for the sole use of the intended recipient(s)
and may contain
> confidential information. Any unauthorized review, use, disclosure or
distribution
> is prohibited. If you are not the intended recipient, please contact
the sender by
> reply email and destroy all copies of the original message.
>
------------------------------------------------------------------------
-----------
>
>
------------------------------------------------------------------------
-
> 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=DEVDE
V
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
>
-------------------------------------------------------------------------
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] 8+ messages in thread
* Re: [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c
[not found] ` <15F501D1A78BD343BE8F4D8DB854566B0CEB9754@hkemmail01.nvidia.com>
@ 2006-11-20 17:54 ` enigma_0Z
2006-11-20 18:07 ` Takashi Iwai
2006-11-20 18:16 ` Tobin Davis
0 siblings, 2 replies; 8+ messages in thread
From: enigma_0Z @ 2006-11-20 17:54 UTC (permalink / raw)
To: Peer Chen; +Cc: alsa-devel
(I am cc'ing this to alsa-devel because some of us (well mostly tobin)
were trying to get it working)
Several users of laptop-based nvidia sound hardware (MCP51 mostly)
have issues with their sound cards, mine included. The problem is that
there is either:
1. No headphone output
2. No speaker output
3. No headphone/speaker controls
4. Plugging/unplugging headphones does not automute speakers.
In 1.0.11 and 1.0.12, there are no controls, and only one output is
on, no matter what is plugged in. In 1.0.13, the option disable_msi=1
has to be included, or there is an endless loop of the first second or
so of the audio. By patching 1.0.12 or 1.0.13, we can get speaker
controls, but not all the time. For me, I have to reboot the system
once, and then after it comes up warm, all controls exist. On patched
versions of 1.0.12 and 13, automatically muting speakers/headphones
does not work.
Thanks.
On 11/19/06, Peer Chen <pchen@nvidia.com> wrote:
> Do you mean alsa 1.0.12 & 1.0.13 can not work fine on all nvidia
> platform?
> How about 1.0.11?
>
> BRs
> Peer Chen
>
> -----Original Message-----
> From: enigma_0Z [mailto:enigma.0za@gmail.com]
> Sent: Monday, November 20, 2006 10:12 AM
> To: Peer Chen
> Subject: Re: [Alsa-devel] [Patch] Audio: Add nvidia HD Audio controllers
> of MCP67 support to hda_intel.c
>
> Peer,
>
> The patch you provided simply identifies the chips, the existing
> nvidia code in alsa 12 or 13 does not communicate with the audio
> hardware properly. Is it possible for you or the guys at nvidia to
> write a complete driver?
>
> On 11/19/06, Peer Chen <pchen@nvidia.com> wrote:
> > Thanks for your explanation.
> >
> > BRs
> > Peer Chen
> >
> > -----Original Message-----
> > From: Takashi Iwai [mailto:tiwai@suse.de]
> > Sent: Friday, November 17, 2006 6:53 PM
> > To: Peer Chen
> > Cc: Randy Dunlap; jgarzik@pobox.com; alsa-devel@lists.sourceforge.net;
> > linux-kernel@vger.kernel.org
> > Subject: Re: [Alsa-devel] [Patch] Audio: Add nvidia HD Audio
> controllers
> > of MCP67 support to hda_intel.c
> >
> > At Fri, 17 Nov 2006 16:46:00 +0800,
> > Peer Chen wrote:
> > >
> > > Takashi:
> > > When this patch will be included into the -mm tree?
> >
> > Yes, it is already included, at least in 2.6.19-rc5-mm2.
> >
> > > Is it possible to be
> > > included in kernel source before final release of kernel 2.6.19.
> >
> > No, we had no enough time for testing this in 2.6.19 cycle.
> > It'll be merged to 2.6.20 unless we get bug reports regarding this.
> >
> >
> > Takashi
> >
> > >
> > > BRs
> > > Peer Chen
> > >
> > > -----Original Message-----
> > > From: Takashi Iwai [mailto:tiwai@suse.de]
> > > Sent: Wednesday, November 01, 2006 12:02 AM
> > > To: Randy Dunlap
> > > Cc: Peer Chen; alsa-devel@lists.sourceforge.net;
> > > linux-kernel@vger.kernel.org; Andy Currid; Brian Lazara;
> > > jgarzik@pobox.com; Emily Jiang
> > > Subject: Re: [Alsa-devel] [Patch] Audio: Add nvidia HD Audio
> > controllers
> > > of MCP67 support to hda_intel.c
> > >
> > > At Tue, 31 Oct 2006 07:43:45 -0800,
> > > Randy Dunlap wrote:
> > > >
> > > > On Tue, 31 Oct 2006 15:42:54 +0100 Takashi Iwai wrote:
> > > >
> > > > > At Tue, 31 Oct 2006 15:33:58 +0800,
> > > > > Peer Chen wrote:
> > > > > >
> > > > > > Add the support for HD audio controllers of
> > > MCP51,MCP55,MCP61,MCP65 & MCP67.
> > > > > > The following hda_intel.c patch is based on kernel 2.6.18.
> > > > > >
> > > > > > Signed-off by: Peer Chen <pchen@nvidia.com>
> > > > >
> > > > > Applied to ALSA tree. But I didn't add it to
> push-to-2.6.19-tree
> > > > > because apparently no one has tested the patch well yet.
> > > > >
> > > > > (BTW, your patch attached there was broken, so I had to apply it
> > > > > manually. At the next time, please either inline the patch in a
> > > text
> > > > > mail, or attach a plain text patch if inlining is not possible
> > with
> > > > > your MUA/MTA.)
> > > >
> > > > Patches should also be sent made to apply to a current kernel
> > > > tree, like 2.6.19-rc3, 2.6.19-rc4, 2.6.19-rc3-git8,
> > > > Linus's git tree, or Andrew's -mm tree if that is the only
> > > > place where the patch fits, or even to a subsystem tree (e.g.,
> > ALSA).
> > >
> > > Since I already applied it to ALSA tree, the next mm tree will
> include
> > > it (automatically taken it from alsa.git#mm branch).
> > >
> > >
> > > Takashi
> > >
> >
> ------------------------------------------------------------------------
> > -----------
> > > This email message is for the sole use of the intended recipient(s)
> > and may contain
> > > confidential information. Any unauthorized review, use, disclosure
> or
> > distribution
> > > is prohibited. If you are not the intended recipient, please
> contact
> > the sender by
> > > reply email and destroy all copies of the original message.
> > >
> >
> ------------------------------------------------------------------------
> > -----------
> > >
> > >
> >
> ------------------------------------------------------------------------
> > -
> > > 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=DEVDE
> > V
> > > _______________________________________________
> > > Alsa-devel mailing list
> > > Alsa-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/alsa-devel
> > >
> >
> >
> ------------------------------------------------------------------------
> -
> > 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=DEVDE
> V
> > _______________________________________________
> > Alsa-devel mailing list
> > Alsa-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/alsa-devel
> >
>
-------------------------------------------------------------------------
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] 8+ messages in thread
* Re: [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c
2006-11-20 17:54 ` [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c enigma_0Z
@ 2006-11-20 18:07 ` Takashi Iwai
2006-11-20 18:16 ` Tobin Davis
1 sibling, 0 replies; 8+ messages in thread
From: Takashi Iwai @ 2006-11-20 18:07 UTC (permalink / raw)
To: enigma_0Z; +Cc: Peer Chen, alsa-devel
At Mon, 20 Nov 2006 12:54:12 -0500,
enigma_0Z wrote:
>
> (I am cc'ing this to alsa-devel because some of us (well mostly tobin)
> were trying to get it working)
>
> Several users of laptop-based nvidia sound hardware (MCP51 mostly)
> have issues with their sound cards, mine included. The problem is that
> there is either:
>
> 1. No headphone output
> 2. No speaker output
> 3. No headphone/speaker controls
> 4. Plugging/unplugging headphones does not automute speakers.
>
> In 1.0.11 and 1.0.12, there are no controls, and only one output is
> on, no matter what is plugged in. In 1.0.13, the option disable_msi=1
> has to be included, or there is an endless loop of the first second or
> so of the audio.
The MSI is disabled again as default in the latest version.
> By patching 1.0.12 or 1.0.13, we can get speaker
> controls,
What patch?
> but not all the time. For me, I have to reboot the system
> once, and then after it comes up warm, all controls exist. On patched
> versions of 1.0.12 and 13, automatically muting speakers/headphones
> does not work.
This is basically independent from the controller chip, but rather
related with the codec chip and its implementation.
Takashi
-------------------------------------------------------------------------
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] 8+ messages in thread
* Re: [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c
2006-11-20 17:54 ` [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c enigma_0Z
2006-11-20 18:07 ` Takashi Iwai
@ 2006-11-20 18:16 ` Tobin Davis
1 sibling, 0 replies; 8+ messages in thread
From: Tobin Davis @ 2006-11-20 18:16 UTC (permalink / raw)
To: enigma_0Z; +Cc: Peer Chen, alsa-devel
Could you refresh my memory a bit here? Is this system using the
Conexant audio codec, or is this a different system? If it's the
Conexant, I need to know where the latest patch (test10) stands and
which codec version (5045 or 5047) it is.
Tobin
On Mon, 2006-11-20 at 12:54 -0500, enigma_0Z wrote:
> (I am cc'ing this to alsa-devel because some of us (well mostly tobin)
> were trying to get it working)
>
> Several users of laptop-based nvidia sound hardware (MCP51 mostly)
> have issues with their sound cards, mine included. The problem is that
> there is either:
>
> 1. No headphone output
> 2. No speaker output
> 3. No headphone/speaker controls
> 4. Plugging/unplugging headphones does not automute speakers.
>
> In 1.0.11 and 1.0.12, there are no controls, and only one output is
> on, no matter what is plugged in. In 1.0.13, the option disable_msi=1
> has to be included, or there is an endless loop of the first second or
> so of the audio. By patching 1.0.12 or 1.0.13, we can get speaker
> controls, but not all the time. For me, I have to reboot the system
> once, and then after it comes up warm, all controls exist. On patched
> versions of 1.0.12 and 13, automatically muting speakers/headphones
> does not work.
>
> Thanks.
>
> On 11/19/06, Peer Chen <pchen@nvidia.com> wrote:
> > Do you mean alsa 1.0.12 & 1.0.13 can not work fine on all nvidia
> > platform?
> > How about 1.0.11?
> >
> > BRs
> > Peer Chen
> >
> > -----Original Message-----
> > From: enigma_0Z [mailto:enigma.0za@gmail.com]
> > Sent: Monday, November 20, 2006 10:12 AM
> > To: Peer Chen
> > Subject: Re: [Alsa-devel] [Patch] Audio: Add nvidia HD Audio controllers
> > of MCP67 support to hda_intel.c
> >
> > Peer,
> >
> > The patch you provided simply identifies the chips, the existing
> > nvidia code in alsa 12 or 13 does not communicate with the audio
> > hardware properly. Is it possible for you or the guys at nvidia to
> > write a complete driver?
> >
> > On 11/19/06, Peer Chen <pchen@nvidia.com> wrote:
> > > Thanks for your explanation.
> > >
> > > BRs
> > > Peer Chen
> > >
> > > -----Original Message-----
> > > From: Takashi Iwai [mailto:tiwai@suse.de]
> > > Sent: Friday, November 17, 2006 6:53 PM
> > > To: Peer Chen
> > > Cc: Randy Dunlap; jgarzik@pobox.com; alsa-devel@lists.sourceforge.net;
> > > linux-kernel@vger.kernel.org
> > > Subject: Re: [Alsa-devel] [Patch] Audio: Add nvidia HD Audio
> > controllers
> > > of MCP67 support to hda_intel.c
> > >
> > > At Fri, 17 Nov 2006 16:46:00 +0800,
> > > Peer Chen wrote:
> > > >
> > > > Takashi:
> > > > When this patch will be included into the -mm tree?
> > >
> > > Yes, it is already included, at least in 2.6.19-rc5-mm2.
> > >
> > > > Is it possible to be
> > > > included in kernel source before final release of kernel 2.6.19.
> > >
> > > No, we had no enough time for testing this in 2.6.19 cycle.
> > > It'll be merged to 2.6.20 unless we get bug reports regarding this.
> > >
> > >
> > > Takashi
> > >
> > > >
> > > > BRs
> > > > Peer Chen
> > > >
> > > > -----Original Message-----
> > > > From: Takashi Iwai [mailto:tiwai@suse.de]
> > > > Sent: Wednesday, November 01, 2006 12:02 AM
> > > > To: Randy Dunlap
> > > > Cc: Peer Chen; alsa-devel@lists.sourceforge.net;
> > > > linux-kernel@vger.kernel.org; Andy Currid; Brian Lazara;
> > > > jgarzik@pobox.com; Emily Jiang
> > > > Subject: Re: [Alsa-devel] [Patch] Audio: Add nvidia HD Audio
> > > controllers
> > > > of MCP67 support to hda_intel.c
> > > >
> > > > At Tue, 31 Oct 2006 07:43:45 -0800,
> > > > Randy Dunlap wrote:
> > > > >
> > > > > On Tue, 31 Oct 2006 15:42:54 +0100 Takashi Iwai wrote:
> > > > >
> > > > > > At Tue, 31 Oct 2006 15:33:58 +0800,
> > > > > > Peer Chen wrote:
> > > > > > >
> > > > > > > Add the support for HD audio controllers of
> > > > MCP51,MCP55,MCP61,MCP65 & MCP67.
> > > > > > > The following hda_intel.c patch is based on kernel 2.6.18.
> > > > > > >
> > > > > > > Signed-off by: Peer Chen <pchen@nvidia.com>
> > > > > >
> > > > > > Applied to ALSA tree. But I didn't add it to
> > push-to-2.6.19-tree
> > > > > > because apparently no one has tested the patch well yet.
> > > > > >
> > > > > > (BTW, your patch attached there was broken, so I had to apply it
> > > > > > manually. At the next time, please either inline the patch in a
> > > > text
> > > > > > mail, or attach a plain text patch if inlining is not possible
> > > with
> > > > > > your MUA/MTA.)
> > > > >
> > > > > Patches should also be sent made to apply to a current kernel
> > > > > tree, like 2.6.19-rc3, 2.6.19-rc4, 2.6.19-rc3-git8,
> > > > > Linus's git tree, or Andrew's -mm tree if that is the only
> > > > > place where the patch fits, or even to a subsystem tree (e.g.,
> > > ALSA).
> > > >
> > > > Since I already applied it to ALSA tree, the next mm tree will
> > include
> > > > it (automatically taken it from alsa.git#mm branch).
> > > >
> > > >
> > > > Takashi
> > > >
> > >
> > ------------------------------------------------------------------------
> > > -----------
> > > > This email message is for the sole use of the intended recipient(s)
> > > and may contain
> > > > confidential information. Any unauthorized review, use, disclosure
> > or
> > > distribution
> > > > is prohibited. If you are not the intended recipient, please
> > contact
> > > the sender by
> > > > reply email and destroy all copies of the original message.
> > > >
> > >
> > ------------------------------------------------------------------------
> > > -----------
> > > >
> > > >
> > >
> > ------------------------------------------------------------------------
> > > -
> > > > 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=DEVDE
> > > V
> > > > _______________________________________________
> > > > Alsa-devel mailing list
> > > > Alsa-devel@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/alsa-devel
> > > >
> > >
> > >
> > ------------------------------------------------------------------------
> > -
> > > 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=DEVDE
> > V
> > > _______________________________________________
> > > Alsa-devel mailing list
> > > Alsa-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/alsa-devel
> > >
> >
>
> -------------------------------------------------------------------------
> 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
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
--
Tobin Davis <tdavis@dsl-only.net>
-------------------------------------------------------------------------
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] 8+ messages in thread
end of thread, other threads:[~2006-11-20 18:16 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <a6f0b350611191811k695c8df5xb0015c45b895ed65@mail.gmail.com>
[not found] ` <15F501D1A78BD343BE8F4D8DB854566B0CEB9754@hkemmail01.nvidia.com>
2006-11-20 17:54 ` [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c enigma_0Z
2006-11-20 18:07 ` Takashi Iwai
2006-11-20 18:16 ` Tobin Davis
2006-10-31 16:01 [Alsa-devel] " Takashi Iwai
2006-11-17 8:46 ` Peer Chen
2006-11-17 10:52 ` Takashi Iwai
2006-11-20 2:02 ` Peer Chen
-- strict thread matches above, loose matches on Subject: below --
2006-10-31 8:03 Peer Chen
2006-10-31 8:03 ` Peer Chen
2006-10-31 7:33 Peer Chen
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.