]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
ASoC: SOF: xtensa: fix undefined references
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Tue, 7 May 2019 16:32:35 +0000 (11:32 -0500)
committerMark Brown <broonie@kernel.org>
Wed, 8 May 2019 06:41:40 +0000 (15:41 +0900)
commit78989ff8aeaddc183237da558ee07deee35fbbbd
tree8db5a9ed329af148211c54bdfeb6d55229ad26a3
parent54d198d5019dd98b9bcb9099a389608d7e2cccad
ASoC: SOF: xtensa: fix undefined references

The SND_SOC_INTEL_COMMON Kconfig was removed months ago from SOF
Kconfig files but is still selected instead of the correct
SND_SOC_SOF_INTEL_COMMON kconfig which does select xtensa stuff,
leading to the following errors.

ld: sound/soc/sof/sof-acpi-dev.o:(.rodata+0x120): undefined reference
to `sof_xtensa_arch_ops'
ld: sound/soc/sof/sof-acpi-dev.o:(.rodata+0x180): undefined reference
to `sof_xtensa_arch_ops'
ld: sound/soc/sof/sof-acpi-dev.o:(.rodata+0x1e0): undefined reference
to `sof_xtensa_arch_ops'

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/Kconfig