[alsa-devel] [asoc:topic/fsl-card 2/2] sound/soc/fsl/fsl-asoc-card.c:486:29: error: 'WM8960_SYSCLK_AUTO' undeclared
tree: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git topic/fsl-card head: 50e0ee01382b8e08289d3db209738c5856fd25cf commit: 50e0ee01382b8e08289d3db209738c5856fd25cf [2/2] ASoC: fsl-asoc-card: add wm8960 support config: xtensa-allyesconfig (attached as .config) reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/ma... -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 50e0ee01382b8e08289d3db209738c5856fd25cf # save the attached .config to linux build tree make.cross ARCH=xtensa
All error/warnings (new ones prefixed by >>):
sound/soc/fsl/fsl-asoc-card.c: In function 'fsl_asoc_card_probe':
sound/soc/fsl/fsl-asoc-card.c:486:29: error: 'WM8960_SYSCLK_AUTO' undeclared (first use in this function)
priv->codec_priv.fll_id = WM8960_SYSCLK_AUTO; ^ sound/soc/fsl/fsl-asoc-card.c:486:29: note: each undeclared identifier is reported only once for each function it appears in
vim +/WM8960_SYSCLK_AUTO +486 sound/soc/fsl/fsl-asoc-card.c
480 priv->codec_priv.fll_id = WM8962_SYSCLK_FLL; 481 priv->codec_priv.pll_id = WM8962_FLL; 482 priv->dai_fmt |= SND_SOC_DAIFMT_CBM_CFM; 483 } else if (of_device_is_compatible(np, "fsl,imx-audio-wm8960")) { 484 codec_dai_name = "wm8960-hifi"; 485 priv->card.set_bias_level = fsl_asoc_card_set_bias_level;
486 priv->codec_priv.fll_id = WM8960_SYSCLK_AUTO;
487 priv->codec_priv.pll_id = WM8960_SYSCLK_AUTO; 488 priv->dai_fmt |= SND_SOC_DAIFMT_CBM_CFM; 489 } else {
--- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
participants (1)
-
kbuild test robot