Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: joerg@hifiberry.com, alsa-devel@alsa-project.org
Cc: joerg@hifiberry.com, broonie@kernel.org, kbuild-all@lists.01.org
Subject: Re: [PATCH] sound/soc: adds TAS5754M digital input amplifier component driver
Date: Wed, 27 Oct 2021 15:31:11 +0800	[thread overview]
Message-ID: <202110271541.YLMpPclG-lkp@intel.com> (raw)
In-Reply-To: <20211020145601.10272-1-joerg@hifiberry.com>

[-- Attachment #1: Type: text/plain, Size: 2369 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-rc7 next-20211026]
[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: m68k-randconfig-r036-20211027 (attached as .config)
compiler: m68k-linux-gcc (GCC) 11.2.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/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=gcc-11.2.0 make.cross O=build_dir ARCH=m68k SHELL=/bin/bash sound/soc/codecs/

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:35: error: 'tas5754m_of_match' undeclared here (not in a function); did you mean 'tas5754m_mute'?
     539 |                 .of_match_table = tas5754m_of_match,
         |                                   ^~~~~~~~~~~~~~~~~
         |                                   tas5754m_mute


vim +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: 34257 bytes --]

  reply	other threads:[~2021-10-27  7:33 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 [this message]
2021-11-07 14:18 ` kernel test robot
     [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=202110271541.YLMpPclG-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 \
    /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