Skip to content

Commit a2cd921

Browse files
arndbbroonie
authored andcommitted
ASoC: fsl_asrc_m2m: select CONFIG_DMA_SHARED_BUFFER
Randconfig builds without dmabuf result in this link error from the fasl-asrc driver: ERROR: modpost: "dma_buf_put" [sound/core/snd-compress.ko] undefined! ERROR: modpost: "dma_buf_export" [sound/soc/fsl/snd-soc-fsl-asrc.ko] undefined! Add the missing 'select' statement. Fixes: 24a0171 ("ASoC: fsl_asrc_m2m: Add memory to memory function") Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: Daniel Baluta <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent e935f90 commit a2cd921

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
@@ -6,6 +6,7 @@ comment "Common SoC Audio options for Freescale CPUs:"
66
config SND_SOC_FSL_ASRC
77
tristate "Asynchronous Sample Rate Converter (ASRC) module support"
88
depends on HAS_DMA
9+
select DMA_SHARED_BUFFER
910
select REGMAP_MMIO
1011
select SND_SOC_GENERIC_DMAENGINE_PCM
1112
select SND_COMPRESS_ACCEL

0 commit comments

Comments
 (0)