From: kernel test robot <lkp@intel.com>
To: joerg@hifiberry.com, alsa-devel@alsa-project.org
Cc: joerg@hifiberry.com, broonie@kernel.org, llvm@lists.linux.dev,
kbuild-all@lists.01.org
Subject: Re: [PATCH] sound/soc: adds TAS5754M digital input amplifier component driver
Date: Sun, 7 Nov 2021 22:18:29 +0800 [thread overview]
Message-ID: <202111072212.kw00gejK-lkp@intel.com> (raw)
In-Reply-To: <20211020145601.10272-1-joerg@hifiberry.com>
[-- Attachment #1: Type: text/plain, Size: 2332 bytes --]
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@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
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 37160 bytes --]
next prev parent reply other threads:[~2021-11-07 14:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-20 14:56 [PATCH] sound/soc: adds TAS5754M digital input amplifier component driver joerg
2021-10-27 7:31 ` kernel test robot
2021-11-07 14:18 ` kernel test robot [this message]
[not found] <20211005133558.5001-1-joerg@hifiberry.com>
2021-10-19 9:43 ` Takashi Iwai
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=202111072212.kw00gejK-lkp@intel.com \
--to=lkp@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=joerg@hifiberry.com \
--cc=kbuild-all@lists.01.org \
--cc=llvm@lists.linux.dev \
/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