Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1677313 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2017-06-29 04:00 +0200 |
| Last post | 2017-07-03 05:30 +0200 |
| Articles | 4 — 2 participants |
Back to article view | Back to linux.kernel
linux-next: build failure after merge of the sound-asoc tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-06-29 04:00 +0200
RE: linux-next: build failure after merge of the sound-asoc tree Bard Liao <bardliao@realtek.com> - 2017-06-29 04:10 +0200
Re: linux-next: build failure after merge of the sound-asoc tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-06-30 04:00 +0200
Re: linux-next: build failure after merge of the sound-asoc tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-07-03 05:30 +0200
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2017-06-29 04:00 +0200 |
| Subject | linux-next: build failure after merge of the sound-asoc tree |
| Message-ID | <tXwUp-1c2-3@gated-at.bofh.it> |
Hi all,
After merging the sound-asoc tree, today's linux-next build (x86_64
allmodconfig) failed like this:
sound/soc/codecs/rt5670.c: In function 'rt5670_set_codec_sysclk':
sound/soc/codecs/rt5670.c:2448:57: error: 'codec' undeclared (first use in this function)
struct rt5670_priv *rt5670 = snd_soc_codec_get_drvdata(codec);
^
sound/soc/codecs/rt5670.c:2448:57: note: each undeclared identifier is reported only once for each function it appears in
sound/soc/codecs/rt5670.c: At top level:
sound/soc/codecs/rt5670.c:2775:16: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
.set_sysclk = rt5670_set_codec_sysclk,
^
sound/soc/codecs/rt5670.c:2775:16: note: (near initialization for 'soc_codec_dev_rt5670.set_sysclk')
cc1: some warnings being treated as errors
Caused by commit
6c28ce3c425e ("ASoC: rt5670: move set_sysclk to codec level")
I have used the sound-asoc tree from next-20170628 for today.
--
Cheers,
Stephen Rothwell
[toc] | [next] | [standalone]
| From | Bard Liao <bardliao@realtek.com> |
|---|---|
| Date | 2017-06-29 04:10 +0200 |
| Message-ID | <tXx46-1uW-9@gated-at.bofh.it> |
| In reply to | #1677313 |
[Multipart message — attachments visible in raw view] — view raw
> -----Original Message-----
> From: Stephen Rothwell [mailto:sfr@canb.auug.org.au]
> Sent: Thursday, June 29, 2017 9:54 AM
> To: Mark Brown; Liam Girdwood
> Cc: Linux-Next Mailing List; Linux Kernel Mailing List; Bard Liao
> Subject: linux-next: build failure after merge of the sound-asoc tree
>
> Hi all,
>
> After merging the sound-asoc tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> sound/soc/codecs/rt5670.c: In function 'rt5670_set_codec_sysclk':
> sound/soc/codecs/rt5670.c:2448:57: error: 'codec' undeclared (first use in this
> function)
> struct rt5670_priv *rt5670 = snd_soc_codec_get_drvdata(codec);
> ^
> sound/soc/codecs/rt5670.c:2448:57: note: each undeclared identifier is
> reported only once for each function it appears in
> sound/soc/codecs/rt5670.c: At top level:
> sound/soc/codecs/rt5670.c:2775:16: error: initialization from incompatible
> pointer type [-Werror=incompatible-pointer-types]
> .set_sysclk = rt5670_set_codec_sysclk,
> ^
> sound/soc/codecs/rt5670.c:2775:16: note: (near initialization for
> 'soc_codec_dev_rt5670.set_sysclk')
> cc1: some warnings being treated as errors
>
> Caused by commit
>
> 6c28ce3c425e ("ASoC: rt5670: move set_sysclk to codec level")
>
> I have used the sound-asoc tree from next-20170628 for today.
Sorry about that. I just sent a patch to fix it. Please check the attached.
>
> --
> Cheers,
> Stephen Rothwell
>
> ------Please consider the environment before printing this e-mail.
[toc] | [prev] | [next] | [standalone]
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2017-06-30 04:00 +0200 |
| Message-ID | <tXTnY-7gP-33@gated-at.bofh.it> |
| In reply to | #1677319 |
[Multipart message — attachments visible in raw view] — view raw
Hi Bard,
On Thu, 29 Jun 2017 02:01:16 +0000 Bard Liao <bardliao@realtek.com> wrote:
>
> > -----Original Message-----
> > From: Stephen Rothwell [mailto:sfr@canb.auug.org.au]
> > Sent: Thursday, June 29, 2017 9:54 AM
> > To: Mark Brown; Liam Girdwood
> > Cc: Linux-Next Mailing List; Linux Kernel Mailing List; Bard Liao
> > Subject: linux-next: build failure after merge of the sound-asoc tree
> >
> > Hi all,
> >
> > After merging the sound-asoc tree, today's linux-next build (x86_64
> > allmodconfig) failed like this:
> >
> > sound/soc/codecs/rt5670.c: In function 'rt5670_set_codec_sysclk':
> > sound/soc/codecs/rt5670.c:2448:57: error: 'codec' undeclared (first use in this
> > function)
> > struct rt5670_priv *rt5670 = snd_soc_codec_get_drvdata(codec);
> > ^
> > sound/soc/codecs/rt5670.c:2448:57: note: each undeclared identifier is
> > reported only once for each function it appears in
> > sound/soc/codecs/rt5670.c: At top level:
> > sound/soc/codecs/rt5670.c:2775:16: error: initialization from incompatible
> > pointer type [-Werror=incompatible-pointer-types]
> > .set_sysclk = rt5670_set_codec_sysclk,
> > ^
> > sound/soc/codecs/rt5670.c:2775:16: note: (near initialization for
> > 'soc_codec_dev_rt5670.set_sysclk')
> > cc1: some warnings being treated as errors
> >
> > Caused by commit
> >
> > 6c28ce3c425e ("ASoC: rt5670: move set_sysclk to codec level")
> >
> > I have used the sound-asoc tree from next-20170628 for today.
>
> Sorry about that. I just sent a patch to fix it. Please check the attached.
I have applied your patch (attached) for today.
Mark, Liam, please apply.
Tested-by: Stephen Rothwell <sfr@canb.auug.org.au>
--
Cheers,
Stephen Rothwell
[toc] | [prev] | [next] | [standalone]
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2017-07-03 05:30 +0200 |
| Message-ID | <tZ0dI-3G2-11@gated-at.bofh.it> |
| In reply to | #1678397 |
Hi all,
On Fri, 30 Jun 2017 11:51:35 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> On Thu, 29 Jun 2017 02:01:16 +0000 Bard Liao <bardliao@realtek.com> wrote:
> >
> > > -----Original Message-----
> > > From: Stephen Rothwell [mailto:sfr@canb.auug.org.au]
> > > Sent: Thursday, June 29, 2017 9:54 AM
> > > To: Mark Brown; Liam Girdwood
> > > Cc: Linux-Next Mailing List; Linux Kernel Mailing List; Bard Liao
> > > Subject: linux-next: build failure after merge of the sound-asoc tree
> > >
> > > Hi all,
> > >
> > > After merging the sound-asoc tree, today's linux-next build (x86_64
> > > allmodconfig) failed like this:
> > >
> > > sound/soc/codecs/rt5670.c: In function 'rt5670_set_codec_sysclk':
> > > sound/soc/codecs/rt5670.c:2448:57: error: 'codec' undeclared (first use in this
> > > function)
> > > struct rt5670_priv *rt5670 = snd_soc_codec_get_drvdata(codec);
> > > ^
> > > sound/soc/codecs/rt5670.c:2448:57: note: each undeclared identifier is
> > > reported only once for each function it appears in
> > > sound/soc/codecs/rt5670.c: At top level:
> > > sound/soc/codecs/rt5670.c:2775:16: error: initialization from incompatible
> > > pointer type [-Werror=incompatible-pointer-types]
> > > .set_sysclk = rt5670_set_codec_sysclk,
> > > ^
> > > sound/soc/codecs/rt5670.c:2775:16: note: (near initialization for
> > > 'soc_codec_dev_rt5670.set_sysclk')
> > > cc1: some warnings being treated as errors
> > >
> > > Caused by commit
> > >
> > > 6c28ce3c425e ("ASoC: rt5670: move set_sysclk to codec level")
> > >
> > > I have used the sound-asoc tree from next-20170628 for today.
> >
> > Sorry about that. I just sent a patch to fix it. Please check the attached.
>
> I have applied your patch (attached) for today.
>
> Mark, Liam, please apply.
>
> Tested-by: Stephen Rothwell <sfr@canb.auug.org.au>
Ping?
--
Cheers,
Stephen Rothwell
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web