[PATCH v5 16/21] ASoC: qdsp6: audioreach: add module configuration command helpers
kernel test robot
lkp at intel.com
Sat Sep 4 01:56:04 CEST 2021
Hi Srinivas,
I love your patch! Perhaps something to improve:
[auto build test WARNING on asoc/for-next]
[also build test WARNING on robh/for-next sound/for-next linus/master v5.14 next-20210903]
[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/Srinivas-Kandagatla/ASoC-qcom-Add-AudioReach-support/20210903-192325
base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: hexagon-buildonly-randconfig-r002-20210904 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 1104e3258b5064e7110cc297e2cec60ac9acfc0a)
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/19866acc3e199299433e93cca6b391ea51f93e64
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Srinivas-Kandagatla/ASoC-qcom-Add-AudioReach-support/20210903-192325
git checkout 19866acc3e199299433e93cca6b391ea51f93e64
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=hexagon
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp at intel.com>
All warnings (new ones prefixed by >>):
>> sound/soc/qcom/qdsp6/q6apm.c:896:34: warning: unused variable 'apm_device_id' [-Wunused-const-variable]
static const struct of_device_id apm_device_id[] = {
^
1 warning generated.
vim +/apm_device_id +896 sound/soc/qcom/qdsp6/q6apm.c
d2f9b5ecf9430f83 Srinivas Kandagatla 2021-09-03 895
d2f9b5ecf9430f83 Srinivas Kandagatla 2021-09-03 @896 static const struct of_device_id apm_device_id[] = {
d2f9b5ecf9430f83 Srinivas Kandagatla 2021-09-03 897 { .compatible = "qcom,q6apm" },
d2f9b5ecf9430f83 Srinivas Kandagatla 2021-09-03 898 {},
d2f9b5ecf9430f83 Srinivas Kandagatla 2021-09-03 899 };
d2f9b5ecf9430f83 Srinivas Kandagatla 2021-09-03 900 MODULE_DEVICE_TABLE(of, apm_device_id);
d2f9b5ecf9430f83 Srinivas Kandagatla 2021-09-03 901
---
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: 35074 bytes
Desc: not available
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20210904/09196117/attachment-0001.gz>
More information about the Alsa-devel
mailing list