Skip to content

Commit b59a10c

Browse files
committed
fixup! ASoC: apple: Add macaudio machine driver
1 parent 2812dea commit b59a10c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

sound/soc/apple/Kconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ config SND_SOC_APPLE_MACAUDIO
1212
depends on ARCH_APPLE || COMPILE_TEST
1313
select SND_SOC_APPLE_MCA
1414
select SND_SIMPLE_CARD_UTILS
15-
select APPLE_ADMAC
15+
select APPLE_ADMAC if DMADEVICES
1616
select COMMON_CLK_APPLE_NCO if COMMON_CLK
17-
select SND_SOC_TAS2764
18-
select SND_SOC_TAS2770
19-
select SND_SOC_CS42L83
20-
select SND_SOC_CS42L84
17+
select SND_SOC_TAS2764 if I2C
18+
select SND_SOC_TAS2770 if I2C
19+
select SND_SOC_CS42L83 if I2C
20+
select SND_SOC_CS42L84 if I2C
2121
select REGULATOR_FIXED_VOLTAGE
2222
default ARCH_APPLE
2323
help

0 commit comments

Comments
 (0)