[PATCH] sound/soc: adds TAS5754M digital input amplifier component driver
kernel test robot
lkp at intel.com
Sun Nov 7 15:18:29 CET 2021
Hi,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on broonie-sound/for-next]
[also build test ERROR on tiwai-sound/for-next v5.15 next-20211106]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/joerg-hifiberry-com/sound-soc-adds-TAS5754M-digital-input-amplifier-component-driver/20211021-005304
base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: i386-randconfig-c001-20211025 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project a461fa64bb37cffd73f683c74f6b0780379fc2ca)
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/0day-ci/linux/commit/b3b4cb09f53dfc0304e043665301b5c2f468a946
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review joerg-hifiberry-com/sound-soc-adds-TAS5754M-digital-input-amplifier-component-driver/20211021-005304
git checkout b3b4cb09f53dfc0304e043665301b5c2f468a946
# save the attached .config to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp at intel.com>
All errors (new ones prefixed by >>):
>> sound/soc/codecs/tas5754m.c:539:21: error: use of undeclared identifier 'tas5754m_of_match'
.of_match_table = tas5754m_of_match,
^
1 error generated.
vim +/tas5754m_of_match +539 sound/soc/codecs/tas5754m.c
532
533 static struct i2c_driver tas5754m_i2c_driver = {
534 .probe = tas5754m_i2c_probe,
535 .remove = tas5754m_i2c_remove,
536 .id_table = tas5754m_i2c_id,
537 .driver = {
538 .name = "tas5754m",
> 539 .of_match_table = tas5754m_of_match,
540 },
541 };
542
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 37160 bytes
Desc: not available
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20211107/53d29e5c/attachment-0001.gz>
More information about the Alsa-devel
mailing list