Skip to content

Commit e6d7942

Browse files
Olivier Moysanbroonie
authored andcommitted
ASoC: stm32: add clock dependency for sai
Fixes: 8307b2a ("ASoC: stm32: sai: set sai as mclk clock provider") Add COMMON_CLK dependency for STM32 SAI, as it is required by clock provider. Signed-off-by: Olivier Moysan <olivier.moysan@st.com> Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 7f91e2a commit e6d7942

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/stm/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ menu "STMicroelectronics STM32 SOC audio support"
33
config SND_SOC_STM32_SAI
44
tristate "STM32 SAI interface (Serial Audio Interface) support"
55
depends on (ARCH_STM32 && OF) || COMPILE_TEST
6+
depends on COMMON_CLK
67
depends on SND_SOC
78
select SND_SOC_GENERIC_DMAENGINE_PCM
89
select REGMAP_MMIO

0 commit comments

Comments
 (0)