Skip to content

Commit b930d86

Browse files
krzkbroonie
authored andcommitted
ASoC: qcom: Select missing common Soundwire module code on SDM845
SDM845 sound card driver uses qcom_snd_sdw_startup() from the common Soundwire module, so select it to fix build failures: ERROR: modpost: "qcom_snd_sdw_startup" [sound/soc/qcom/snd-soc-sdm845.ko] undefined! Fixes: d0e806b ("ASoC: qcom: sdm845: add missing soundwire runtime stream alloc") Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 54c805c commit b930d86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/qcom/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ config SND_SOC_SDM845
157157
depends on COMMON_CLK
158158
select SND_SOC_QDSP6
159159
select SND_SOC_QCOM_COMMON
160+
select SND_SOC_QCOM_SDW
160161
select SND_SOC_RT5663
161162
select SND_SOC_MAX98927
162163
imply SND_SOC_CROS_EC_CODEC

0 commit comments

Comments
 (0)