ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is reachable
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Mon, 22 Jul 2024 08:30:02 +0000 (10:30 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 22 Jul 2024 12:04:49 +0000 (13:04 +0100)
commit9931f7d5d251882a147cc5811060097df43e79f5
treeff086d1aa65cae7cdae1ea3e3fc2e852a83e2722
parentf2038c12e8133bf4c6bd4d1127a23310d55d9e21
ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is reachable

the Intel kbuild bot reports a link failure when IOSF_MBI is built-in
but the Merrifield driver is configured as a module. The
soc-intel-quirks.h is included for Merrifield platforms, but IOSF_MBI
is not selected for that platform.

ld.lld: error: undefined symbol: iosf_mbi_read
>>> referenced by atom.c
>>>               sound/soc/sof/intel/atom.o:(atom_machine_select) in archive vmlinux.a

This patch forces the use of the fallback static inline when IOSF_MBI is not reachable.

Fixes: 536cfd2f375d ("ASoC: Intel: use common helpers to detect CPUs")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202407160704.zpdhJ8da-lkp@intel.com/
Suggested-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://patch.msgid.link/20240722083002.10800-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/common/soc-intel-quirks.h