* Re: sound/pci/hda/hda_codec.c:1435:46: error: 'AC_VERB_GET_CON' undeclared
[not found] <20121012170109.GD20312@localhost>
@ 2012-10-13 8:29 ` Takashi Iwai
2012-10-14 2:39 ` Fengguang Wu
0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2012-10-13 8:29 UTC (permalink / raw)
To: Fengguang Wu; +Cc: alsa-devel, kernel-janitors
At Sat, 13 Oct 2012 01:01:09 +0800,
Fengguang Wu wrote:
>
> Hi Takashi,
>
> FYI, kernel build failed on
>
> commit: 645cf3b5656e47fa9a46e2fbc8d212ab572ab05b Merge branch 'topic/3.8'
> config: x86_64-allyesdebian (attached as .config)
>
>
> All error/warnings:
>
> sound/pci/hda/hda_codec.c: In function 'update_pcm_stream_id':
> sound/pci/hda/hda_codec.c:1435:46: error: 'AC_VERB_GET_CON' undeclared (first use in this function)
> sound/pci/hda/hda_codec.c:1435:46: note: each undeclared identifier is reported only once for each function it appears in
Thanks, this must be already fixed. It was a temporary merge error.
(One shouldn't work during updating the system....)
Takashi
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: sound/pci/hda/hda_codec.c:1435:46: error: 'AC_VERB_GET_CON' undeclared
2012-10-13 8:29 ` sound/pci/hda/hda_codec.c:1435:46: error: 'AC_VERB_GET_CON' undeclared Takashi Iwai
@ 2012-10-14 2:39 ` Fengguang Wu
2012-10-14 7:44 ` Takashi Iwai
2012-10-15 0:59 ` Mark Brown
0 siblings, 2 replies; 5+ messages in thread
From: Fengguang Wu @ 2012-10-14 2:39 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Mark Brown, kernel-janitors
On Sat, Oct 13, 2012 at 10:29:16AM +0200, Takashi Iwai wrote:
> At Sat, 13 Oct 2012 01:01:09 +0800,
> Fengguang Wu wrote:
> >
> > Hi Takashi,
> >
> > FYI, kernel build failed on
> >
> > commit: 645cf3b5656e47fa9a46e2fbc8d212ab572ab05b Merge branch 'topic/3.8'
> > config: x86_64-allyesdebian (attached as .config)
> >
> >
> > All error/warnings:
> >
> > sound/pci/hda/hda_codec.c: In function 'update_pcm_stream_id':
> > sound/pci/hda/hda_codec.c:1435:46: error: 'AC_VERB_GET_CON' undeclared (first use in this function)
> > sound/pci/hda/hda_codec.c:1435:46: note: each undeclared identifier is reported only once for each function it appears in
>
> Thanks, this must be already fixed. It was a temporary merge error.
> (One shouldn't work during updating the system....)
OK. Takashi, Mark, the build system can now avoid testing selected
trees during the merge window. Shall I add your trees to the list?
Thanks,
Fengguang
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: sound/pci/hda/hda_codec.c:1435:46: error: 'AC_VERB_GET_CON' undeclared
2012-10-14 2:39 ` Fengguang Wu
@ 2012-10-14 7:44 ` Takashi Iwai
2012-10-15 0:59 ` Mark Brown
1 sibling, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2012-10-14 7:44 UTC (permalink / raw)
To: Fengguang Wu; +Cc: alsa-devel, Mark Brown, kernel-janitors
At Sun, 14 Oct 2012 10:39:53 +0800,
Fengguang Wu wrote:
>
> On Sat, Oct 13, 2012 at 10:29:16AM +0200, Takashi Iwai wrote:
> > At Sat, 13 Oct 2012 01:01:09 +0800,
> > Fengguang Wu wrote:
> > >
> > > Hi Takashi,
> > >
> > > FYI, kernel build failed on
> > >
> > > commit: 645cf3b5656e47fa9a46e2fbc8d212ab572ab05b Merge branch 'topic/3.8'
> > > config: x86_64-allyesdebian (attached as .config)
> > >
> > >
> > > All error/warnings:
> > >
> > > sound/pci/hda/hda_codec.c: In function 'update_pcm_stream_id':
> > > sound/pci/hda/hda_codec.c:1435:46: error: 'AC_VERB_GET_CON' undeclared (first use in this function)
> > > sound/pci/hda/hda_codec.c:1435:46: note: each undeclared identifier is reported only once for each function it appears in
> >
> > Thanks, this must be already fixed. It was a temporary merge error.
> > (One shouldn't work during updating the system....)
>
> OK. Takashi, Mark, the build system can now avoid testing selected
> trees during the merge window. Shall I add your trees to the list?
I think it's fine as is now, as the merge window will be closed sooner
or later :) It was simply my fault and you noticed too quickly.
thanks,
Takashi
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: sound/pci/hda/hda_codec.c:1435:46: error: 'AC_VERB_GET_CON' undeclared
2012-10-14 2:39 ` Fengguang Wu
2012-10-14 7:44 ` Takashi Iwai
@ 2012-10-15 0:59 ` Mark Brown
2012-10-15 1:49 ` Fengguang Wu
1 sibling, 1 reply; 5+ messages in thread
From: Mark Brown @ 2012-10-15 0:59 UTC (permalink / raw)
To: Fengguang Wu; +Cc: Takashi Iwai, alsa-devel, kernel-janitors
On Sun, Oct 14, 2012 at 10:39:53AM +0800, Fengguang Wu wrote:
> OK. Takashi, Mark, the build system can now avoid testing selected
> trees during the merge window. Shall I add your trees to the list?
For me I'd really want to be able to keep the for-next branch covered,
it's better to have the false positives than to loose that coverage.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: sound/pci/hda/hda_codec.c:1435:46: error: 'AC_VERB_GET_CON' undeclared
2012-10-15 0:59 ` Mark Brown
@ 2012-10-15 1:49 ` Fengguang Wu
0 siblings, 0 replies; 5+ messages in thread
From: Fengguang Wu @ 2012-10-15 1:49 UTC (permalink / raw)
To: Mark Brown; +Cc: Takashi Iwai, alsa-devel, kernel-janitors
On Mon, Oct 15, 2012 at 09:59:45AM +0900, Mark Brown wrote:
> On Sun, Oct 14, 2012 at 10:39:53AM +0800, Fengguang Wu wrote:
>
> > OK. Takashi, Mark, the build system can now avoid testing selected
> > trees during the merge window. Shall I add your trees to the list?
>
> For me I'd really want to be able to keep the for-next branch covered,
> it's better to have the false positives than to loose that coverage.
Got it, yeah it makes good sense.
Thanks,
Fengguang
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-10-15 1:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20121012170109.GD20312@localhost>
2012-10-13 8:29 ` sound/pci/hda/hda_codec.c:1435:46: error: 'AC_VERB_GET_CON' undeclared Takashi Iwai
2012-10-14 2:39 ` Fengguang Wu
2012-10-14 7:44 ` Takashi Iwai
2012-10-15 0:59 ` Mark Brown
2012-10-15 1:49 ` Fengguang Wu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).