linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [morimoto:sound2-v6.0-2022-09-15-v2 37/56] sound/soc/meson/aiu-fifo.c:210:18: error: 'struct snd_soc_dai' has no member named 'playback_dma_data'
@ 2022-09-15 10:22 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2022-09-15 10:22 UTC (permalink / raw)
  To: Kuninori Morimoto; +Cc: kbuild-all, linux-kernel

tree:   https://github.com/morimoto/linux sound2-v6.0-2022-09-15-v2
head:   74b2374e041d80b11b1ddf8d24d6697b91de0f90
commit: c47b5b2b28040232bad1fe5bc43d28061b388a47 [37/56] ASoC: soc-dai.h: cleanup Playback/Capture data for snd_soc_dai
config: csky-randconfig-r021-20220914 (https://download.01.org/0day-ci/archive/20220915/202209151815.tkUMHewi-lkp@intel.com/config)
compiler: csky-linux-gcc (GCC) 12.1.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/morimoto/linux/commit/c47b5b2b28040232bad1fe5bc43d28061b388a47
        git remote add morimoto https://github.com/morimoto/linux
        git fetch --no-tags morimoto sound2-v6.0-2022-09-15-v2
        git checkout c47b5b2b28040232bad1fe5bc43d28061b388a47
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=csky SHELL=/bin/bash sound/soc/meson/

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   sound/soc/meson/aiu-fifo.c: In function 'aiu_fifo_dai_remove':
>> sound/soc/meson/aiu-fifo.c:210:18: error: 'struct snd_soc_dai' has no member named 'playback_dma_data'
     210 |         kfree(dai->playback_dma_data);
         |                  ^~


vim +210 sound/soc/meson/aiu-fifo.c

6ae9ca9ce986bf Jerome Brunet 2020-02-13  207  
6ae9ca9ce986bf Jerome Brunet 2020-02-13  208  int aiu_fifo_dai_remove(struct snd_soc_dai *dai)
6ae9ca9ce986bf Jerome Brunet 2020-02-13  209  {
6ae9ca9ce986bf Jerome Brunet 2020-02-13 @210  	kfree(dai->playback_dma_data);
6ae9ca9ce986bf Jerome Brunet 2020-02-13  211  
6ae9ca9ce986bf Jerome Brunet 2020-02-13  212  	return 0;
6ae9ca9ce986bf Jerome Brunet 2020-02-13  213  }
6ae9ca9ce986bf Jerome Brunet 2020-02-13  214  

:::::: The code at line 210 was first introduced by commit
:::::: 6ae9ca9ce986bffe71fd0fbf9595de8500891b52 ASoC: meson: aiu: add i2s and spdif support

:::::: TO: Jerome Brunet <jbrunet@baylibre.com>
:::::: CC: Mark Brown <broonie@kernel.org>

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-15 10:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-15 10:22 [morimoto:sound2-v6.0-2022-09-15-v2 37/56] sound/soc/meson/aiu-fifo.c:210:18: error: 'struct snd_soc_dai' has no member named 'playback_dma_data' kernel test robot

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