Skip to content

Commit be49bc5

Browse files
j-schambacherpelwell
authored andcommitted
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 <[email protected]>
1 parent 9df43d4 commit be49bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/ma120x0p.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ static struct snd_soc_dai_driver ma120x0p_dai = {
10021002
.channels_max = 2,
10031003
.rates = SNDRV_PCM_RATE_CONTINUOUS,
10041004
.rate_min = 44100,
1005-
.rate_max = 96000,
1005+
.rate_max = 192000,
10061006
.formats = SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S32_LE
10071007
},
10081008
.ops = &ma120x0p_dai_ops,

0 commit comments

Comments
 (0)