Skip to content

Commit fa81d25

Browse files
povikjannau
authored andcommitted
ASoC: macaudio: Condition selecting NCO driver on COMMON_CLK
Only select the NCO driver's symbol if COMMON_CLK is selected, otherwise we risk misconfiguration. Signed-off-by: Martin Povišer <povik+lin@cutebit.org>
1 parent d043e1d commit fa81d25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/apple/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ config SND_SOC_APPLE_MACAUDIO
1414
select SND_SOC_APPLE_MCA
1515
select SND_SIMPLE_CARD_UTILS
1616
select APPLE_ADMAC if DMADEVICES
17-
select COMMON_CLK_APPLE_NCO
17+
select COMMON_CLK_APPLE_NCO if COMMON_CLK
1818
select SND_SOC_TAS2764 if I2C
1919
select SND_SOC_TAS2770 if I2C
2020
select SND_SOC_CS42L83 if I2C

0 commit comments

Comments
 (0)