From: kernel test robot <lkp@intel.com>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org
Subject: [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'
Date: Thu, 15 Sep 2022 18:22:24 +0800 [thread overview]
Message-ID: <202209151815.tkUMHewi-lkp@intel.com> (raw)
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
reply other threads:[~2022-09-15 10:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202209151815.tkUMHewi-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox