Skip to content

Commit

Permalink
ASoC: sc7280: Really depends on SOUNDWIRE
Browse files Browse the repository at this point in the history
The sc7280 driver really does depend on SOUNDWIRE since it calls various
sdw_ functions (eg, sdw_enable_stream(), sdw_prepare_stream()) which do
not have stubs when that is disabled so we can't build with COMPILE_TEST.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220223011913.2753938-1-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Mark Brown committed Feb 23, 2022
1 parent ff5a901 commit b83eb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/qcom/Kconfig
Original file line number Diff line number Diff line change
@@ -178,7 +178,7 @@ config SND_SOC_SC7180

config SND_SOC_SC7280
tristate "SoC Machine driver for SC7280 boards"
depends on I2C && SOUNDWIRE || COMPILE_TEST
depends on I2C && SOUNDWIRE
select SND_SOC_QCOM_COMMON
select SND_SOC_LPASS_SC7280
select SND_SOC_MAX98357A

0 comments on commit b83eb8b

Please sign in to comment.