public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [Alsa-devel] [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c
       [not found] <15F501D1A78BD343BE8F4D8DB854566B0C42D52B@hkemmail01.nvidia.com>
@ 2006-10-31 14:42 ` Takashi Iwai
  2006-10-31 15:43   ` Randy Dunlap
  0 siblings, 1 reply; 7+ messages in thread
From: Takashi Iwai @ 2006-10-31 14:42 UTC (permalink / raw)
  To: Peer Chen
  Cc: alsa-devel, linux-kernel, Andy Currid, Brian Lazara, jgarzik,
	Emily Jiang

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.)


Thanks,

Takashi

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

* Re: [Alsa-devel] [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c
  2006-10-31 14:42 ` [Alsa-devel] [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c Takashi Iwai
@ 2006-10-31 15:43   ` Randy Dunlap
  2006-10-31 16:01     ` Takashi Iwai
  0 siblings, 1 reply; 7+ messages in thread
From: Randy Dunlap @ 2006-10-31 15:43 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: Peer Chen, alsa-devel, linux-kernel, Andy Currid, Brian Lazara,
	jgarzik, Emily Jiang

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).

---
~Randy

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

* Re: [Alsa-devel] [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c
  2006-10-31 16:01     ` Takashi Iwai
@ 2006-10-31 16:00       ` Randy Dunlap
  2006-11-17  8:46       ` Peer Chen
  1 sibling, 0 replies; 7+ messages in thread
From: Randy Dunlap @ 2006-10-31 16:00 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: Peer Chen, alsa-devel, linux-kernel, Andy Currid, Brian Lazara,
	jgarzik, Emily Jiang

Takashi Iwai wrote:
> 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).

Sure, I'm just trying to get Peer to DTRT (do the right thing).

-- 
~Randy

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

* Re: [Alsa-devel] [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c
  2006-10-31 15:43   ` Randy Dunlap
@ 2006-10-31 16:01     ` Takashi Iwai
  2006-10-31 16:00       ` Randy Dunlap
  2006-11-17  8:46       ` Peer Chen
  0 siblings, 2 replies; 7+ messages in thread
From: Takashi Iwai @ 2006-10-31 16:01 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Peer Chen, alsa-devel, linux-kernel, Andy Currid, Brian Lazara,
	jgarzik, Emily Jiang

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

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

* RE: [Alsa-devel] [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c
  2006-10-31 16:01     ` Takashi Iwai
  2006-10-31 16:00       ` Randy Dunlap
@ 2006-11-17  8:46       ` Peer Chen
  2006-11-17 10:52         ` Takashi Iwai
  1 sibling, 1 reply; 7+ messages in thread
From: Peer Chen @ 2006-11-17  8:46 UTC (permalink / raw)
  To: Takashi Iwai, Randy Dunlap; +Cc: alsa-devel, linux-kernel, jgarzik

Takashi:
When this patch will be included into the -mm tree? Is it possible to be
included in kernel source before final release of  kernel 2.6.19.

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.
-----------------------------------------------------------------------------------

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

* Re: [Alsa-devel] [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; 7+ messages in thread
From: Takashi Iwai @ 2006-11-17 10:52 UTC (permalink / raw)
  To: Peer Chen; +Cc: Randy Dunlap, jgarzik, alsa-devel, 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
> 

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

* RE: [Alsa-devel] [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; 7+ messages in thread
From: Peer Chen @ 2006-11-20  2:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Randy Dunlap, jgarzik, alsa-devel, 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
> 

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

end of thread, other threads:[~2006-11-20  2:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <15F501D1A78BD343BE8F4D8DB854566B0C42D52B@hkemmail01.nvidia.com>
2006-10-31 14:42 ` [Alsa-devel] [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c Takashi Iwai
2006-10-31 15:43   ` Randy Dunlap
2006-10-31 16:01     ` Takashi Iwai
2006-10-31 16:00       ` Randy Dunlap
2006-11-17  8:46       ` Peer Chen
2006-11-17 10:52         ` Takashi Iwai
2006-11-20  2:02           ` Peer Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox