linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the final tree (sound-asoc tree related)
@ 2011-12-17  4:34 Stephen Rothwell
  0 siblings, 0 replies; 15+ messages in thread
From: Stephen Rothwell @ 2011-12-17  4:34 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: linux-next, linux-kernel, Vinod Koul

[-- Attachment #1: Type: text/plain, Size: 469 bytes --]

Hi all,

After merging the final tree, today's linux-next build (i386 allmodconfig)
failed like this:

sound/soc/mid-x86/sst_platform.c: In function 'sst_platform_open':
sound/soc/mid-x86/sst_platform.c:274: error: 'ret_val' undeclared (first use in this function)

Caused by commit 03c33042dbcd ("ASoC: sst_platform: fix the dsp driver
interface").

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread
* linux-next: build failure after merge of the final tree (sound-asoc tree related)
@ 2014-02-19  5:30 Stephen Rothwell
  0 siblings, 0 replies; 15+ messages in thread
From: Stephen Rothwell @ 2014-02-19  5:30 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: linux-next, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 951 bytes --]

Hi all,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:

sound/soc/intel/sst-dsp.c: In function 'sst_dsp_outbox_write':
sound/soc/intel/sst-dsp.c:218:2: error: implicit declaration of function 'memcpy_toio' [-Werror=implicit-function-declaration]
  memcpy_toio(sst->mailbox.out_base, message, bytes);
  ^
sound/soc/intel/sst-dsp.c: In function 'sst_dsp_outbox_read':
sound/soc/intel/sst-dsp.c:231:2: error: implicit declaration of function 'memcpy_fromio' [-Werror=implicit-function-declaration]
  memcpy_fromio(message, sst->mailbox.out_base, bytes);
  ^

Caused by commit 790aff62291e ("ASoC: Intel: Add Intel SST audio DSP low
level shim driver") from the sound-asoc tree.

I have disabled this new driver by reverting commit ddfa40b1586f ("ASoC:
Intel: Add build support for Intel SST DSP core") for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread
* linux-next: build failure after merge of the final tree (sound-asoc tree related)
@ 2013-12-10  4:02 Stephen Rothwell
  2013-12-10 12:22 ` Mark Brown
  2013-12-10 12:38 ` Mark Brown
  0 siblings, 2 replies; 15+ messages in thread
From: Stephen Rothwell @ 2013-12-10  4:02 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: linux-next, linux-kernel, Denis Carikli

[-- Attachment #1: Type: text/plain, Size: 609 bytes --]

Hi all,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:

sound/soc/fsl/eukrea-tlv320.c:28:28: fatal error: asm/mach-types.h: No such file or directory
 #include <asm/mach-types.h>
                            ^
sound/soc/fsl/imx-pcm-fiq.c:31:21: fatal error: asm/fiq.h: No such file or directory
 #include <asm/fiq.h>
                     ^

Caused by commit 436aa86f0414 ("ASoC: eukrea-tlv320: Add DT support")
from the sound-asoc tree.

I reverted that commit for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread
* linux-next: build failure after merge of the final tree (sound-asoc tree related)
@ 2013-07-23  4:06 Stephen Rothwell
  0 siblings, 0 replies; 15+ messages in thread
From: Stephen Rothwell @ 2013-07-23  4:06 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: linux-next, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1483 bytes --]

Hi all,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:

sound/soc/mxs/mxs-saif.c: In function 'mxs_saif_mclk_init':
sound/soc/mxs/mxs-saif.c:668:2: error: implicit declaration of function 'clk_register_divider' [-Werror=implicit-function-declaration]
  clk = clk_register_divider(&pdev->dev, "mxs_saif_mclk",
  ^
sound/soc/mxs/mxs-saif.c:669:8: error: implicit declaration of function '__clk_get_name' [-Werror=implicit-function-declaration]
        __clk_get_name(saif->clk), 0,
        ^
sound/soc/mxs/mxs-saif.c:668:6: warning: assignment makes pointer from integer without a cast [enabled by default]
  clk = clk_register_divider(&pdev->dev, "mxs_saif_mclk",
      ^
sound/soc/mxs/mxs-saif.c:681:2: error: implicit declaration of function 'of_clk_add_provider' [-Werror=implicit-function-declaration]
  ret = of_clk_add_provider(np, of_clk_src_simple_get, clk);
  ^
sound/soc/mxs/mxs-saif.c:681:32: error: 'of_clk_src_simple_get' undeclared (first use in this function)
  ret = of_clk_add_provider(np, of_clk_src_simple_get, clk);
                                ^
sound/soc/mxs/mxs-saif.c:681:32: note: each undeclared identifier is reported only once for each function it appears in

Probably caused (or at least exposed) by commit 8ccbc3ebe9a7 ("ASoC: mxs:
Enable COMPILE_TEST builds").

I have reverted that commit for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread
* linux-next: build failure after merge of the final tree (sound-asoc tree related)
@ 2013-07-19  3:52 Stephen Rothwell
  2013-07-19 10:02 ` Mark Brown
  0 siblings, 1 reply; 15+ messages in thread
From: Stephen Rothwell @ 2013-07-19  3:52 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: linux-next, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 939 bytes --]

Hi all,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:

sound/soc/fsl/fsl_ssi.c: In function 'fsl_ssi_isr':
sound/soc/fsl/fsl_ssi.c:181:2: error: implicit declaration of function 'read_ssi' [-Werror=implicit-function-declaration]
  sisr = read_ssi(&ssi->sisr) & SIER_FLAGS;
  ^
sound/soc/fsl/fsl_ssi.c:296:3: error: implicit declaration of function 'write_ssi' [-Werror=implicit-function-declaration]
   write_ssi(sisr2, &ssi->sisr);
   ^
sound/soc/fsl/fsl_ssi.c: In function 'fsl_ssi_startup':
sound/soc/fsl/fsl_ssi.c:331:3: error: implicit declaration of function 'write_ssi_mask' [-Werror=implicit-function-declaration]
   write_ssi_mask(&ssi->scr, CCSR_SSI_SCR_SSIEN, 0);
   ^

Caused by commit a1df5c2b310f ("ASoC: imx: Enable COMPILE_TEST builds").

I have reverted that commit for today.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread
* linux-next: build failure after merge of the final tree (sound-asoc tree related)
@ 2011-12-02  3:38 Stephen Rothwell
  2011-12-02 10:53 ` Mark Brown
  0 siblings, 1 reply; 15+ messages in thread
From: Stephen Rothwell @ 2011-12-02  3:38 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: linux-next, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 474 bytes --]

Hi all,

After merging the final tree, today's linux-next build (powwepc
allyesconfig) failed like this:

sound/soc/codecs/wm8994.c: In function 'wm8994_codec_probe':
sound/soc/codecs/wm8994.c:3511:4: error: label 'err' used but not defined

Caused by commit 7270cebef293 ("ASoC: Convert WM8994 to devm_kzalloc()").

I have reverted that commit for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread
* linux-next: build failure after merge of the final tree (sound-asoc tree related)
@ 2011-09-22  8:44 Stephen Rothwell
  2011-09-22 10:23 ` Mark Brown
  0 siblings, 1 reply; 15+ messages in thread
From: Stephen Rothwell @ 2011-09-22  8:44 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: linux-next, linux-kernel, Bas Vermeulen

[-- Attachment #1: Type: text/plain, Size: 563 bytes --]

Hi all,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:

sound/soc/codecs/88pm860x-codec.c: In function 'pm860x_set_bias_level':
sound/soc/codecs/88pm860x-codec.c:1184:4: error: implicit declaration of function 'udelay'

Caused by commit 548aae8cc497 ("ASoC: 88pm860x-codec - reset the codec
correctly") from the sound-asoc tree.  Forgot an include file.

I have reverted that commit for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread
* linux-next: build failure after merge of the final tree (sound-asoc tree related)
@ 2011-08-17  4:21 Stephen Rothwell
  0 siblings, 0 replies; 15+ messages in thread
From: Stephen Rothwell @ 2011-08-17  4:21 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-next, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 618 bytes --]

Hi Mark,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:

sound/soc/codecs/wm8994.c: In function 'wm8994_codec_probe':
sound/soc/codecs/wm8994.c:3144:27: error: 'struct wm8994_priv' has no member named 'wm8994'
sound/soc/codecs/wm8994.c:3146:27: error: 'struct wm8994_priv' has no member named 'wm8994'

Caused by commit f0b182b003e2 ("ASoC: Implement WM8994 thermal warning
and shutdown interrupt support").

I have reverted that commit for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

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

end of thread, other threads:[~2014-02-19  5:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-17  4:34 linux-next: build failure after merge of the final tree (sound-asoc tree related) Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2014-02-19  5:30 Stephen Rothwell
2013-12-10  4:02 Stephen Rothwell
2013-12-10 12:22 ` Mark Brown
2013-12-10 12:38 ` Mark Brown
2013-07-23  4:06 Stephen Rothwell
2013-07-19  3:52 Stephen Rothwell
2013-07-19 10:02 ` Mark Brown
2013-07-22  0:05   ` Stephen Rothwell
2011-12-02  3:38 Stephen Rothwell
2011-12-02 10:53 ` Mark Brown
2011-12-02 10:55   ` Mark Brown
2011-09-22  8:44 Stephen Rothwell
2011-09-22 10:23 ` Mark Brown
2011-08-17  4:21 Stephen Rothwell

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