Skip to content

Commit ba88845

Browse files
Olivier Moysanbroonie
authored andcommitted
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>
1 parent c48a449 commit ba88845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/stm/stm32_adfsdm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ static const struct snd_soc_dai_driver stm32_adfsdm_dai = {
142142
SNDRV_PCM_FMTBIT_S32_LE,
143143
.rates = SNDRV_PCM_RATE_CONTINUOUS,
144144
.rate_min = 8000,
145-
.rate_max = 48000,
145+
.rate_max = 192000,
146146
},
147147
.ops = &stm32_adfsdm_dai_ops,
148148
};

0 commit comments

Comments
 (0)