[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <201509292117.icTMOV93%fengguang.wu@intel.com>
Date: Tue, 29 Sep 2015 21:57:38 +0800
From: kbuild test robot <lkp@...el.com>
To: Cyrille Pitchen <cyrille.pitchen@...el.com>
Cc: kbuild-all@...org, lars@...afoo.de, lgirdwood@...il.com,
broonie@...nel.org, perex@...ex.cz, tiwai@...e.com,
alsa-devel@...a-project.org, linux-kernel@...r.kernel.org,
Cyrille Pitchen <cyrille.pitchen@...el.com>
Subject: Re: [PATCH v2 1/1] ASoC: ad193x: add support to ad1934
Hi Cyrille,
[auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore]
config: x86_64-allmodconfig (attached as .config)
reproduce:
git checkout b88bda3bf6b85650c3a00c734d5e27905daa7c27
# save the attached .config to linux build tree
make ARCH=x86_64
All error/warnings (new ones prefixed by >>):
sound/soc/codecs/ad193x.c: In function 'ad193x_codec_probe':
>> sound/soc/codecs/ad193x.c:392:41: error: 'struct snd_soc_codec' has no member named 'dapm'
ret = snd_soc_dapm_new_controls(&codec->dapm,
^
sound/soc/codecs/ad193x.c:400:39: error: 'struct snd_soc_codec' has no member named 'dapm'
ret = snd_soc_dapm_add_routes(&codec->dapm,
^
vim +392 sound/soc/codecs/ad193x.c
386 num);
387 if (ret)
388 return ret;
389
390 /* add adc widgets */
391 num = ARRAY_SIZE(ad193x_adc_widgets);
> 392 ret = snd_soc_dapm_new_controls(&codec->dapm,
393 ad193x_adc_widgets,
394 num);
395 if (ret)
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (50052 bytes)
Powered by blists - more mailing lists