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 <joerg@hifiberry.com>
This commit is contained in:
Joerg Schambacher
2021-12-15 19:27:00 +01:00
committed by Dom Cobley
parent d71d869a41
commit a6f26834ad

View File

@@ -1002,7 +1002,7 @@ static struct snd_soc_dai_driver ma120x0p_dai = {
.channels_max = 2, .channels_max = 2,
.rates = SNDRV_PCM_RATE_CONTINUOUS, .rates = SNDRV_PCM_RATE_CONTINUOUS,
.rate_min = 44100, .rate_min = 44100,
.rate_max = 96000, .rate_max = 192000,
.formats = SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S32_LE .formats = SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S32_LE
}, },
.ops = &ma120x0p_dai_ops, .ops = &ma120x0p_dai_ops,