Hi Jiaxin,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on broonie-sound/for-next] [also build test ERROR on v5.17-rc6 next-20220301] [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/Jiaxin-Yu/ASoC-bt-sco-fix-bt-sco-pc... base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next config: arm-randconfig-r014-20220301 (https://download.01.org/0day-ci/archive/20220302/202203020422.oME8VbcM-lkp@i...) compiler: arm-linux-gnueabi-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/de4d22036c32b5b4be162ace0b3ce74c193c... git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Jiaxin-Yu/ASoC-bt-sco-fix-bt-sco-pcm-wb-dai-widget-don-t-connect-to-the-endpoint/20220302-011344 git checkout de4d22036c32b5b4be162ace0b3ce74c193c43c0 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=arm 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/bt-sco.c:26:1: error: expected identifier or '(' before '}' token
26 | }; | ^
vim +26 sound/soc/codecs/bt-sco.c
5195ca4902fe0b Mark Brown 2013-08-19 21 5195ca4902fe0b Mark Brown 2013-08-19 22 static const struct snd_soc_dapm_route bt_sco_routes[] = { de4d22036c32b5 Jiaxin Yu 2022-03-02 23 { "BT_SCO_TX", NULL, "RX" }, de4d22036c32b5 Jiaxin Yu 2022-03-02 24 { "TX", NULL, "BT_SCO_RX" }, de4d22036c32b5 Jiaxin Yu 2022-03-02 25 }; 5195ca4902fe0b Mark Brown 2013-08-19 @26 }; 5195ca4902fe0b Mark Brown 2013-08-19 27
--- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org