Skip to content

Commit 121a015

Browse files
sudipm-mukherjeebroonie
authored andcommitted
ASoC: fsl: fix build failure
m32r allmodconfig build is failing with the error: ERROR: "bad_dma_ops" [sound/soc/fsl/snd-soc-fsl-asrc.ko] undefined! The code is using DMA but the related dependency is not mentioned in the Kconfig. Signed-off-by: Sudip Mukherjee <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 6dca83f commit 121a015

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/fsl/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ comment "Common SoC Audio options for Freescale CPUs:"
44

55
config SND_SOC_FSL_ASRC
66
tristate "Asynchronous Sample Rate Converter (ASRC) module support"
7+
depends on HAS_DMA
78
select REGMAP_MMIO
89
select SND_SOC_GENERIC_DMAENGINE_PCM
910
help

0 commit comments

Comments
 (0)