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

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: stm32: dfsdm: change rate upper limits

Increase rate upper limit to 192kHz to reflect the rate range actually
supported by the STM32 DFSDM peripheral.

Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com>
Link: https://patch.msgid.link/20241114102851.2497942-1-olivier.moysan@foss.st.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Olivier Moysan and committed by
Mark Brown
ba888450 c48a4497

+1 -1
+1 -1
sound/soc/stm/stm32_adfsdm.c
··· 142 142 SNDRV_PCM_FMTBIT_S32_LE, 143 143 .rates = SNDRV_PCM_RATE_CONTINUOUS, 144 144 .rate_min = 8000, 145 - .rate_max = 48000, 145 + .rate_max = 192000, 146 146 }, 147 147 .ops = &stm32_adfsdm_dai_ops, 148 148 };