Skip to content

Commit

Permalink
ASoC:ma120x0p: Increase maximum sample rate to 192KHz
Browse files Browse the repository at this point in the history
Change the maximum sample rate for the amplifier to
192KHz as given in the Infineon specification.

Signed-off-by: Joerg Schambacher <joerg@hifiberry.com>
  • Loading branch information
j-schambacher authored and popcornmix committed Dec 22, 2021
1 parent cf98ea1 commit e991374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/ma120x0p.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e991374

Please sign in to comment.