OSDN Git Service

ASoC: qcom: fix QDSP6 dependencies, attempt #3
authorArnd Bergmann <arnd@arndb.de>
Thu, 3 Dec 2020 23:14:18 +0000 (00:14 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 4 Dec 2020 23:26:37 +0000 (23:26 +0000)
commitb1b8eb1283c90a953089d988930d7b6156418958
treee1b875b9b86a991f869aaa12a9491c61d55b3723
parent7b153760513cee875515398f4a9ba329a8d426e2
ASoC: qcom: fix QDSP6 dependencies, attempt #3

The previous fix left another warning in randconfig builds:

WARNING: unmet direct dependencies detected for SND_SOC_QDSP6
  Depends on [n]: SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && SND_SOC_QCOM [=y] && QCOM_APR [=y] && COMMON_CLK [=n]
  Selected by [y]:
  - SND_SOC_MSM8996 [=y] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && SND_SOC_QCOM [=y] && QCOM_APR [=y]

Add one more dependency for this one.

Fixes: 2bc8831b135c ("ASoC: qcom: fix SDM845 & QDSP6 dependencies more")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20201203231443.1483763-1-arnd@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/Kconfig