[alsa-devel] [asoc:topic/simple 19/20] sound/soc/generic/simple-card.c:350:8: error: implicit declaration of function 'asoc_simple_card_parse_clk_cpu'

kbuild test robot fengguang.wu at intel.com
Fri Aug 5 15:06:20 CEST 2016


tree:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git topic/simple
head:   c9a235da8a61cf9af7653fca341ded0881a64eca
commit: 28abd99b6e40741cd0e75be20817f23a3044d338 [19/20] ASoC: simple-card: use asoc_simple_card_parse_clk()
config: i386-randconfig-s0-08050951 (attached as .config)
compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        git checkout 28abd99b6e40741cd0e75be20817f23a3044d338
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   sound/soc/generic/simple-card.c: In function 'asoc_simple_card_dai_link_of':
>> sound/soc/generic/simple-card.c:350:8: error: implicit declaration of function 'asoc_simple_card_parse_clk_cpu' [-Werror=implicit-function-declaration]
     ret = asoc_simple_card_parse_clk_cpu(cpu, dai_link, cpu_dai);
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> sound/soc/generic/simple-card.c:354:8: error: implicit declaration of function 'asoc_simple_card_parse_clk_codec' [-Werror=implicit-function-declaration]
     ret = asoc_simple_card_parse_clk_codec(codec, dai_link, codec_dai);
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors
--
   /kbuild/src/rand/sound/soc/generic/simple-card.c: In function 'asoc_simple_card_dai_link_of':
>> /kbuild/src/rand/sound/soc/generic/simple-card.c:350:8: error: implicit declaration of function 'asoc_simple_card_parse_clk_cpu' [-Werror=implicit-function-declaration]
     ret = asoc_simple_card_parse_clk_cpu(cpu, dai_link, cpu_dai);
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> /kbuild/src/rand/sound/soc/generic/simple-card.c:354:8: error: implicit declaration of function 'asoc_simple_card_parse_clk_codec' [-Werror=implicit-function-declaration]
     ret = asoc_simple_card_parse_clk_codec(codec, dai_link, codec_dai);
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors

vim +/asoc_simple_card_parse_clk_cpu +350 sound/soc/generic/simple-card.c

   344		ret = asoc_simple_card_sub_parse_of(plat, NULL,
   345						    &dai_link->platform_of_node,
   346						    NULL, NULL);
   347		if (ret < 0)
   348			goto dai_link_of_err;
   349	
 > 350		ret = asoc_simple_card_parse_clk_cpu(cpu, dai_link, cpu_dai);
   351		if (ret < 0)
   352			goto dai_link_of_err;
   353	
 > 354		ret = asoc_simple_card_parse_clk_codec(codec, dai_link, codec_dai);
   355		if (ret < 0)
   356			goto dai_link_of_err;
   357	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/octet-stream
Size: 27869 bytes
Desc: not available
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20160805/513f358c/attachment-0001.obj>


More information about the Alsa-devel mailing list