Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: stm32: dfsdm: add mmap support

Enable direct access (mmap) support.

Signed-off-by: Olivier Moysan <olivier.moysan@st.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Olivier Moysan and committed by
Mark Brown
d151cf89 cd537873

+1 -1
+1 -1
sound/soc/stm/stm32_adfsdm.c
··· 41 41 42 42 static const struct snd_pcm_hardware stm32_adfsdm_pcm_hw = { 43 43 .info = SNDRV_PCM_INFO_INTERLEAVED | SNDRV_PCM_INFO_BLOCK_TRANSFER | 44 - SNDRV_PCM_INFO_PAUSE, 44 + SNDRV_PCM_INFO_MMAP | SNDRV_PCM_INFO_PAUSE, 45 45 .formats = SNDRV_PCM_FMTBIT_S32_LE, 46 46 47 47 .rate_min = 8000,