All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wu Fengguang <fengguang.wu@intel.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: 'Pavel Hofman' <pavel.hofman@insite.cz>, Wei Ni <wni@nvidia.com>,
	'akpm' <akpm@linux-foundation.org>,
	'alsa-devel' <alsa-devel@alsa-project.org>,
	'linux-kernel' <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH]Support MCP89 and GT21x hdmi audio
Date: Thu, 4 Mar 2010 09:17:07 +0800	[thread overview]
Message-ID: <20100304011707.GA6462@localhost> (raw)
In-Reply-To: <s5h8wa9oqbi.wl%tiwai@suse.de>

On Wed, Mar 03, 2010 at 02:46:25PM +0800, Takashi Iwai wrote:
> At Tue, 2 Mar 2010 13:43:07 +0800,
> Wu Fengguang wrote:
> > 
> > On Mon, Mar 01, 2010 at 07:27:53PM +0800, Wei Ni wrote:
> > > Hi, Takashi
> > > I developed the hdmi audio driver for new chipset MCP89 and GT21x.
> > > The new HAD controller and codec support standard HDMI operation.
> > > 
> > > I attached the patch file, please check it.
> > 
> > Wei Ni,
> > 
> > Can we avoid the big copy&paste and do more code reuse?
> > This benefits all of us in long term.
> 
> The plan is to merge all current patch_*hdmi.c into one.
> But this can be done later once after we get the working driver
> for the new Nvidia codecs.
> 
> The new Nvidia HDMI codec is a bit tricky (which has 4 separate
> codec slots), so I'd like to get it working first.

OK, it makes sense to solve one problem at a time.

Wei Ni, would you ensure these naming rules:

- unmodified functions: keep the original function name hdmi_*
  (if the original function name is intelhdmi_*, rename it to hdmi_*)

- modified function: rename function name to nvhdmi_*
  (if the original function name is hdmi_*, rename it to intel_hdmi_*)

And do the same for data structures, enums, variables, etc.

This hopefully will make it easier to do the future merge.

Thanks,
Fengguang

WARNING: multiple messages have this Message-ID (diff)
From: Wu Fengguang <fengguang.wu@intel.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: Wei Ni <wni@nvidia.com>, "'akpm'" <akpm@linux-foundation.org>,
	"'alsa-devel'" <alsa-devel@alsa-project.org>,
	"'linux-kernel'" <linux-kernel@vger.kernel.org>,
	"'Pavel Hofman'" <pavel.hofman@insite.cz>
Subject: Re: [alsa-devel]  [PATCH]Support MCP89 and GT21x hdmi audio
Date: Thu, 4 Mar 2010 09:17:07 +0800	[thread overview]
Message-ID: <20100304011707.GA6462@localhost> (raw)
In-Reply-To: <s5h8wa9oqbi.wl%tiwai@suse.de>

On Wed, Mar 03, 2010 at 02:46:25PM +0800, Takashi Iwai wrote:
> At Tue, 2 Mar 2010 13:43:07 +0800,
> Wu Fengguang wrote:
> > 
> > On Mon, Mar 01, 2010 at 07:27:53PM +0800, Wei Ni wrote:
> > > Hi, Takashi
> > > I developed the hdmi audio driver for new chipset MCP89 and GT21x.
> > > The new HAD controller and codec support standard HDMI operation.
> > > 
> > > I attached the patch file, please check it.
> > 
> > Wei Ni,
> > 
> > Can we avoid the big copy&paste and do more code reuse?
> > This benefits all of us in long term.
> 
> The plan is to merge all current patch_*hdmi.c into one.
> But this can be done later once after we get the working driver
> for the new Nvidia codecs.
> 
> The new Nvidia HDMI codec is a bit tricky (which has 4 separate
> codec slots), so I'd like to get it working first.

OK, it makes sense to solve one problem at a time.

Wei Ni, would you ensure these naming rules:

- unmodified functions: keep the original function name hdmi_*
  (if the original function name is intelhdmi_*, rename it to hdmi_*)

- modified function: rename function name to nvhdmi_*
  (if the original function name is hdmi_*, rename it to intel_hdmi_*)

And do the same for data structures, enums, variables, etc.

This hopefully will make it easier to do the future merge.

Thanks,
Fengguang

  reply	other threads:[~2010-03-04  1:17 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-01 11:27 [PATCH]Support MCP89 and GT21x hdmi audio Wei Ni
2010-03-02  5:43 ` [alsa-devel] " Wu Fengguang
2010-03-03  3:33   ` Wei Ni
2010-03-03  3:33     ` [alsa-devel] " Wei Ni
2010-03-03  6:46   ` Takashi Iwai
2010-03-03  6:46     ` [alsa-devel] " Takashi Iwai
2010-03-04  1:17     ` Wu Fengguang [this message]
2010-03-04  1:17       ` Wu Fengguang
2010-03-04  2:18     ` Wu Fengguang
2010-03-04  5:44       ` Wu Fengguang
2010-03-04  5:52         ` Wei Ni
2010-03-04  6:09           ` Wu Fengguang
2010-03-02  7:59 ` Takashi Iwai
2010-03-02  7:59   ` [alsa-devel] " Takashi Iwai
2010-03-02  9:43   ` Wei Ni
2010-03-02  9:43     ` [alsa-devel] " Wei Ni
2010-03-02  9:55     ` Takashi Iwai
2010-03-02  9:55       ` [alsa-devel] " Takashi Iwai
2010-03-02 10:03       ` Wei Ni
2010-03-02 10:42         ` Takashi Iwai
2010-03-02 10:42           ` [alsa-devel] " Takashi Iwai
2010-03-02 10:44           ` Wei Ni
2010-03-03  3:28       ` Wei Ni
2010-03-03  4:06         ` Wei Ni
2010-03-03  6:44           ` Takashi Iwai
2010-03-03  6:44             ` [alsa-devel] " Takashi Iwai
2010-03-03  7:21             ` Wei Ni
2010-03-03  7:21               ` [alsa-devel] " Wei Ni
2010-03-03 21:49               ` Takashi Iwai
2010-03-03 21:49                 ` [alsa-devel] " Takashi Iwai
2010-03-04  2:21                 ` Wei Ni
2010-03-04  9:46                   ` Takashi Iwai
2010-03-04  9:46                     ` [alsa-devel] " Takashi Iwai
2010-03-04 10:46                     ` Wei Ni
2010-03-04 10:46                       ` [alsa-devel] " Wei Ni
2010-03-04 10:56                       ` Takashi Iwai
2010-03-04 10:56                         ` [alsa-devel] " Takashi Iwai
2010-03-04 11:09                         ` Wei Ni
2010-03-04 11:31                           ` Takashi Iwai
2010-03-04 11:31                             ` [alsa-devel] " Takashi Iwai
2010-03-04 11:37                             ` Wei Ni
2010-03-04 11:43                               ` Takashi Iwai
2010-03-04 11:43                                 ` [alsa-devel] " Takashi Iwai
2010-03-04 11:46                                 ` Wei Ni
2010-03-04 15:34                                   ` Takashi Iwai
2010-03-05  2:41                                     ` Wei Ni
2010-03-05  2:41                                       ` [alsa-devel] " Wei Ni
2010-03-07 19:21                                       ` VDR User
2010-03-07 19:21                                         ` [alsa-devel] " VDR User
2010-03-08  4:35                                         ` Wei Ni
2010-03-08  4:35                                           ` [alsa-devel] " Wei Ni
2010-03-08  4:46                                           ` Wu Fengguang
2010-03-08  4:46                                             ` [alsa-devel] " Wu Fengguang
2010-03-10  5:42                                             ` VDR User
2010-03-10  5:42                                               ` [alsa-devel] " VDR User
2010-03-10  6:01                                               ` Wu Fengguang
2010-03-10  6:01                                                 ` [alsa-devel] " Wu Fengguang
2010-03-10  7:58                                               ` Jaroslav Kysela
2010-03-10  7:58                                                 ` [alsa-devel] " Jaroslav Kysela
2010-03-10  8:05                                                 ` VDR User
2010-03-10  8:17                                                   ` Jaroslav Kysela
2010-03-10  9:44                                                     ` Takashi Iwai
2010-03-10 12:54                                                   ` Wu Fengguang
2010-03-10 12:54                                                     ` [alsa-devel] " Wu Fengguang
2010-03-10 17:38                                                     ` VDR User
2010-03-10 17:38                                                       ` [alsa-devel] " VDR User
2010-03-11  7:30                                                       ` Jaroslav Kysela
2010-03-11 18:15                                                         ` VDR User
2010-03-11 18:15                                                           ` [alsa-devel] " VDR User
2010-03-11 18:32                                                           ` Jaroslav Kysela
2010-03-11 18:32                                                             ` [alsa-devel] " Jaroslav Kysela
2010-03-11 19:24                                                             ` VDR User
2010-03-12  4:32                                                             ` VDR User
2010-03-12  4:32                                                               ` [alsa-devel] " VDR User
2010-03-12  4:37                                                               ` Wu Fengguang
2010-03-12  4:37                                                                 ` [alsa-devel] " Wu Fengguang
2010-03-12  8:08                                                               ` Jaroslav Kysela
     [not found]                                                                 ` <a3ef07921003121120h7b2b3289q7863de625f50e5d@mail.gmail.com>
     [not found]                                                                   ` <alpine.LNX.2.00.1003131410550.4672@eeebox2.perex-int.cz>
     [not found]                                                                     ` <a3ef07921003131037q21ad995fwd046dba0e9fa1ef7@mail.gmail.com>
     [not found]                                                                       ` <alpine.LNX.2.00.1003131955590.4672@eeebox2.perex-int.cz>
     [not found]                                                                         ` <a3ef07921003131222i121a8d54nba5dd3fbcdae3ac0@mail.gmail.com>
2010-03-14  8:29                                                                           ` Jaroslav Kysela
2010-04-07  0:39                                       ` globalillo
2010-04-07  1:23                                         ` globalillo

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=20100304011707.GA6462@localhost \
    --to=fengguang.wu@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavel.hofman@insite.cz \
    --cc=tiwai@suse.de \
    --cc=wni@nvidia.com \
    /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.