From: Takashi Iwai <tiwai@suse.de>
To: Wei Ni <wni@nvidia.com>
Cc: "'Pavel Hofman'" <pavel.hofman@insite.cz>,
"'alsa-devel'" <alsa-devel@alsa-project.org>,
"'linux-kernel'" <linux-kernel@vger.kernel.org>,
"'akpm'" <akpm@linux-foundation.org>,
Wu Fengguang <fengguang.wu@intel.com>
Subject: Re: [alsa-devel] [PATCH]Support MCP89 and GT21x hdmi audio
Date: Thu, 04 Mar 2010 16:34:53 +0100 [thread overview]
Message-ID: <s5hvddcnlr6.wl%tiwai@suse.de> (raw)
In-Reply-To: <6B4D417B830BC44B8026029FD256F7F1C16B1AD557@HKMAIL01.nvidia.com>
At Thu, 4 Mar 2010 19:46:17 +0800,
Wei Ni wrote:
>
> Ok, I will give you the patch tomorrow.
In the end, I fixed it by myself :)
If you have more other fixes, please take topic/hda branch of sound
git tree as basis.
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git topic/hda
Fengguang, could you rework your patch later for that version?
thanks,
Takashi
>
>
> -----Original Message-----
> From: Takashi Iwai [mailto:tiwai@suse.de]
> Sent: Thursday, March 04, 2010 7:44 PM
> To: Wei Ni
> Cc: 'Pavel Hofman'; 'alsa-devel'; 'linux-kernel'; 'akpm'; Wu Fengguang
> Subject: Re: [alsa-devel] [PATCH]Support MCP89 and GT21x hdmi audio
>
> At Thu, 4 Mar 2010 19:37:52 +0800,
> Wei Ni wrote:
> >
> > Do you mean you will check in my patch first, and then I give you the
> > additional patch for adding EXPORT_SYMBOL() in hda_eld.c?
>
> Yes. I need the integration tests first.
> Meanwhile, prepare your patch on the top of your current patches.
> Feel free to post it at any time.
>
> After that, we can merge Fengguang's patch_hdmi.c change on that.
>
>
> thanks,
>
> Takashi
>
>
> > -----Original Message-----
> > From: Takashi Iwai [mailto:tiwai@suse.de]
> > Sent: Thursday, March 04, 2010 7:31 PM
> > To: Wei Ni
> > Cc: 'Pavel Hofman'; 'alsa-devel'; 'linux-kernel'; 'akpm'
> > Subject: Re: [alsa-devel] [PATCH]Support MCP89 and GT21x hdmi audio
> >
> > At Thu, 4 Mar 2010 19:09:29 +0800,
> > Wei Ni wrote:
> > >
> > > Hi, Takashi
> > > I test my patch, it build successful when CONFIG_SND_HDA_*=y.
> > > Could you give me your build error messages?
> >
> > Sorry, it's CONFIG_SND_HDA*=m. Then load two modules, so you'll have
> > two identical objects in different modules.
> >
> > OTOH, if it's no exported symbol, it might coexist. Hmm.
> >
> > If you get no errors with it, then it's fine as an intermediate state.
> > Please give the additional patch on them for further fixes.
> >
> >
> > thanks,
> >
> > Takashi
> >
> > >
> > > Thanks
> > > Wei.
> > > nvpublic
> > >
> > > -----Original Message-----
> > > From: Takashi Iwai [mailto:tiwai@suse.de]
> > > Sent: Thursday, March 04, 2010 6:57 PM
> > > To: Wei Ni
> > > Cc: 'Pavel Hofman'; 'alsa-devel'; 'linux-kernel'; 'akpm'
> > > Subject: Re: [alsa-devel] [PATCH]Support MCP89 and GT21x hdmi audio
> > >
> > > At Thu, 4 Mar 2010 18:46:59 +0800,
> > > Wei Ni wrote:
> > > >
> > > > Hi, Takashi
> > > > I think we can submit my patch first,
> > >
> > > But your patch breaks the build when CONFIG_SND_HDA_*=y.
> > > So, it should be fixed in your patch.
> > >
> > >
> > > thanks,
> > >
> > > Takashi
> > >
> > > > then generate another patch
> > > > to add EXPORT_SYMBOL() in hda_eld.c, and change Makefile to remove
> > > > hda_eld.o from snd-hda-codec-xxhdmi-objs.
> > > >
> > > > Thanks
> > > > Wei.
> > > > nvpublic
> > > >
> > > > -----Original Message-----
> > > > From: Takashi Iwai [mailto:tiwai@suse.de]
> > > > Sent: Thursday, March 04, 2010 5:47 PM
> > > > To: Wei Ni
> > > > Cc: 'Pavel Hofman'; 'alsa-devel'; 'linux-kernel'; 'akpm'
> > > > Subject: Re: [alsa-devel] [PATCH]Support MCP89 and GT21x hdmi audio
> > > >
> > > > At Thu, 4 Mar 2010 10:21:39 +0800,
> > > > Wei Ni wrote:
> > > > >
> > > > > Hi, Takashi
> > > > > 1. Yes, it can works for all Nvidia controller.
> > > >
> > > > OK.
> > > >
> > > > > 2. The hda_eld.o doesn't export any symbols.
> > > > > I tried to put hda_eld.o to snd-had-codec-*, and remove had_eldo.o
> > > > > from snd-had-codec-intelhdmi-objs, but it will build error. It need
> > > > > to modify hda_eld.c to export symbols, it will add many changes.
> > > >
> > > > Yes, this is unavoidable. Please add EXPORT_SYMBOL()'s
> > > > appropriately.
> > > >
> > > > We can reduce them again once after all HDMI stuff is merged into
> > > > one.
> > > >
> > > >
> > > > thanks,
> > > >
> > > > Takashi
> > > >
> > >
> >
>
next prev parent reply other threads:[~2010-03-04 15:34 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <6B4D417B830BC44B8026029FD256F7F1C068B2BA8B@HKMAIL01.nvidia.com>
2010-03-02 5:43 ` Wu Fengguang
2010-03-03 3:33 ` Wei Ni
2010-03-03 6:46 ` Takashi Iwai
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 9:43 ` Wei Ni
2010-03-02 9:55 ` Takashi Iwai
2010-03-02 10:03 ` Wei Ni
2010-03-02 10:42 ` 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 7:21 ` Wei Ni
2010-03-03 21:49 ` Takashi Iwai
2010-03-04 2:21 ` Wei Ni
2010-03-04 9:46 ` Takashi Iwai
2010-03-04 10:46 ` Wei Ni
2010-03-04 10:56 ` Takashi Iwai
2010-03-04 11:09 ` Wei Ni
2010-03-04 11:31 ` Takashi Iwai
2010-03-04 11:37 ` Wei Ni
2010-03-04 11:43 ` Takashi Iwai
2010-03-04 11:46 ` Wei Ni
2010-03-04 15:34 ` Takashi Iwai [this message]
2010-03-05 2:41 ` Wei Ni
2010-03-07 19:21 ` VDR User
2010-03-08 4:35 ` Wei Ni
2010-03-08 4:46 ` Wu Fengguang
2010-03-10 5:42 ` VDR User
2010-03-10 6:01 ` Wu Fengguang
2010-03-10 7:58 ` Jaroslav Kysela
2010-03-10 8:05 ` VDR User
2010-03-10 12:54 ` Wu Fengguang
2010-03-10 17:38 ` VDR User
2010-03-11 7:30 ` Jaroslav Kysela
2010-03-11 18:15 ` VDR User
2010-03-11 18:32 ` Jaroslav Kysela
2010-03-11 19:24 ` VDR User
2010-03-12 4:32 ` VDR User
2010-03-12 4:37 ` Wu Fengguang
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=s5hvddcnlr6.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=akpm@linux-foundation.org \
--cc=alsa-devel@alsa-project.org \
--cc=fengguang.wu@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pavel.hofman@insite.cz \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®