From: Joerg Schambacher Date: Wed, 15 Dec 2021 18:27:00 +0000 (+0100) Subject: ASoC:ma120x0p: Increase maximum sample rate to 192KHz X-Git-Tag: submit/tizen/20220208.074352~374 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d86ac57ab22fa588158909c3a10e6e72f1cdd8ff;p=platform%2Fkernel%2Flinux-rpi.git ASoC:ma120x0p: Increase maximum sample rate to 192KHz Change the maximum sample rate for the amplifier to 192KHz as given in the Infineon specification. Signed-off-by: Joerg Schambacher --- diff --git a/sound/soc/codecs/ma120x0p.c b/sound/soc/codecs/ma120x0p.c index e1591b6..c447d37 100644 --- a/sound/soc/codecs/ma120x0p.c +++ b/sound/soc/codecs/ma120x0p.c @@ -1002,7 +1002,7 @@ static struct snd_soc_dai_driver ma120x0p_dai = { .channels_max = 2, .rates = SNDRV_PCM_RATE_CONTINUOUS, .rate_min = 44100, - .rate_max = 96000, + .rate_max = 192000, .formats = SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S32_LE }, .ops = &ma120x0p_dai_ops,