ASoC:ma120x0p: Increase maximum sample rate to 192KHz
authorJoerg Schambacher <joerg@hifiberry.com>
Wed, 15 Dec 2021 18:27:00 +0000 (19:27 +0100)
committerPhil Elwell <8911409+pelwell@users.noreply.github.com>
Thu, 16 Dec 2021 09:14:50 +0000 (09:14 +0000)
Change the maximum sample rate for the amplifier to
192KHz as given in the Infineon specification.

Signed-off-by: Joerg Schambacher <joerg@hifiberry.com>
sound/soc/codecs/ma120x0p.c

index e1591b6..c447d37 100644 (file)
@@ -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,