]> www.infradead.org Git - users/dwmw2/linux.git/commit
ASoC: codecs: lpass-wsa-macro: add missing select of common code
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 27 Jun 2024 12:52:03 +0000 (14:52 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 27 Jun 2024 13:11:25 +0000 (14:11 +0100)
commit36ac1e29f49ff4cbf1500465db311b17d8ba9213
tree523ac08545cd8b76a542f28d8db8c1773e0cf930
parentd2b19556565b8d068de03f7438bceba4d1f93c3b
ASoC: codecs: lpass-wsa-macro: add missing select of common code

The Qualcomm LPASS WSA macro codec driver uses now parts of common
module, so it has to select SND_SOC_LPASS_MACRO_COMMON.

  sound/soc/codecs/lpass-wsa-macro.o: in function `wsa_macro_probe':
  sound/soc/codecs/lpass-wsa-macro.c:2767:(.text+0x1c9c): undefined reference to `lpass_macro_get_codec_version'

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202406272231.th1LtuLk-lkp@intel.com/
Fixes: 5dcf442bbbca ("ASoC: codecs: lpass-wsa-macro: Prepare to accommodate new codec versions")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20240627125203.171048-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig