ASoC: atmel: mchp-spdifrx needs COMMON_CLK
authorArnd Bergmann <arnd@arndb.de>
Thu, 3 Dec 2020 22:38:05 +0000 (23:38 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 4 Dec 2020 23:26:34 +0000 (23:26 +0000)
commit29275309b0e32bb838d67158c6b6e687275f43e9
treede5345d3ed14831af394061f186969150271c21f
parent7061b8a52296e044eed47b605d136a48da1a7761
ASoC: atmel: mchp-spdifrx needs COMMON_CLK

Compile-testing this driver on an older platform without CONFIG_COMMON_CLK fails with

ERROR: modpost: "clk_set_min_rate" [sound/soc/atmel/snd-soc-mchp-spdifrx.ko] undefined!

Make this is a strict dependency.

Fixes: ef265c55c1ac ("ASoC: mchp-spdifrx: add driver for SPDIF RX")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Link: https://lore.kernel.org/r/20201203223815.1353451-1-arnd@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/atmel/Kconfig