[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'

From: kernel test robot
Date: Thu Sep 15 2022 - 06:23:02 EST


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@xxxxxxxxx/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@xxxxxxxxx>

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@xxxxxxxxxxxx>
:::::: CC: Mark Brown <broonie@xxxxxxxxxx>

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