All of lore.kernel.org
 help / color / mirror / Atom feed
* [intel-lts:5.4/preempt-rt 11369/19034] sound/soc/codecs/tlv320aic32x4.c:53:6: sparse: sparse: symbol 'aic32x4_reset_adc' was not declared. Should it be static?
@ 2021-09-30 19:56 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-09-30 19:56 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/intel/linux-intel-lts.git 5.4/preempt-rt
head:   2dc0f2c1ee89b9ce92944e397f2619062ebb77f8
commit: fb165c21e3deb44542074fcf59fc5afeba4052d6 [11369/19034] ASoC: codec: tlv3204: Enable TDM audio support
config: i386-randconfig-s002-20210930 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce:
        # apt-get install sparse
        # sparse version: v0.6.4-dirty
        # https://github.com/intel/linux-intel-lts/commit/fb165c21e3deb44542074fcf59fc5afeba4052d6
        git remote add intel-lts https://github.com/intel/linux-intel-lts.git
        git fetch --no-tags intel-lts 5.4/preempt-rt
        git checkout fb165c21e3deb44542074fcf59fc5afeba4052d6
        # save the attached .config to linux build tree
        make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=i386 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>


sparse warnings: (new ones prefixed by >>)
>> sound/soc/codecs/tlv320aic32x4.c:53:6: sparse: sparse: symbol 'aic32x4_reset_adc' was not declared. Should it be static?

vim +/aic32x4_reset_adc +53 sound/soc/codecs/tlv320aic32x4.c

    52	
  > 53	void aic32x4_reset_adc(struct snd_soc_component *component)
    54	{
    55		u32 adc_reg;
    56	
    57		adc_reg = snd_soc_component_read32(component, AIC32X4_ADCSETUP);
    58		snd_soc_component_write(component, AIC32X4_ADCSETUP, adc_reg |
    59					AIC32X4_LADC_EN | AIC32X4_RADC_EN);
    60		snd_soc_component_write(component, AIC32X4_ADCSETUP, adc_reg);
    61	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 36581 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-30 19:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-30 19:56 [intel-lts:5.4/preempt-rt 11369/19034] sound/soc/codecs/tlv320aic32x4.c:53:6: sparse: sparse: symbol 'aic32x4_reset_adc' was not declared. Should it be static? kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.