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

Attachment: .config.gz
Description: Binary data

Reply via email to