Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Ricard Wanderlof <ricardw@axis.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>
Cc: alsa-devel <alsa-devel@alsa-project.org>, kbuild-all@lists.01.org
Subject: Re: [PATCH v2 2/2] ASoC: codec: tlv320adc3xxx: New codec driver
Date: Mon, 1 Nov 2021 23:52:36 +0800	[thread overview]
Message-ID: <202111012304.OW9M7Dcq-lkp@intel.com> (raw)
In-Reply-To: <alpine.DEB.2.21.2111011052500.14142@lnxricardw1.se.axis.com>

[-- Attachment #1: Type: text/plain, Size: 2423 bytes --]

Hi Ricard,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on broonie-sound/for-next]
[also build test WARNING on v5.15 next-20211101]
[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/Ricard-Wanderlof/Codec-driver-for-TLV320ADC3001-and-3101/20211101-175746
base:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: riscv-randconfig-r042-20211101 (attached as .config)
compiler: riscv64-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/eefeedd45624e18f698bbbead028ab025018bbd1
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Ricard-Wanderlof/Codec-driver-for-TLV320ADC3001-and-3101/20211101-175746
        git checkout eefeedd45624e18f698bbbead028ab025018bbd1
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=riscv 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> sound/soc/codecs/tlv320adc3xxx.c:244:5: warning: no previous prototype for 'adc3xxx_pll_delay' [-Wmissing-prototypes]
     244 | int adc3xxx_pll_delay(struct snd_soc_dapm_widget *w,
         |     ^~~~~~~~~~~~~~~~~
>> sound/soc/codecs/tlv320adc3xxx.c:834:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
     834 | static const char * const adc3xxx_pll_mode_text(int pll_mode)
         |        ^~~~~


vim +/adc3xxx_pll_delay +244 sound/soc/codecs/tlv320adc3xxx.c

   243	
 > 244	int adc3xxx_pll_delay(struct snd_soc_dapm_widget *w,
   245			      struct snd_kcontrol *kcontrol, int event)
   246	{
   247		/* 10msec delay needed after PLL power-up to allow
   248		 * PLL and dividers to stabilize (datasheet p13).
   249		 */
   250		usleep_range(10000, 20000);
   251	
   252		return 0;
   253	}
   254	

---
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: 47631 bytes --]

  reply	other threads:[~2021-11-01 15:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-01  9:55 [PATCH v2 2/2] ASoC: codec: tlv320adc3xxx: New codec driver Ricard Wanderlof
2021-11-01 15:52 ` kernel test robot [this message]
2021-11-01 16:10 ` kernel test robot

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=202111012304.OW9M7Dcq-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=kbuild-all@lists.01.org \
    --cc=lgirdwood@gmail.com \
    --cc=ricardw@axis.com \
    /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