Skip to content

Commit

Permalink
ASoC: tlv320aic32x4: Allow 192000 Sample Rate
Browse files Browse the repository at this point in the history
The clocking and processing blocks are now properly set up to
support 192000 sample rates.  Allow drivers to ask for that.

Signed-off-by: Annaliese McDermond <nh6z@nh6z.net>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Annaliese McDermond authored and Mark Brown committed Mar 25, 2019
1 parent 78f2d58 commit 6d56ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/tlv320aic32x4.c
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ static int aic32x4_set_bias_level(struct snd_soc_component *component,
return 0;
}

#define AIC32X4_RATES SNDRV_PCM_RATE_8000_96000
#define AIC32X4_RATES SNDRV_PCM_RATE_8000_192000
#define AIC32X4_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE \
| SNDRV_PCM_FMTBIT_S24_3LE | SNDRV_PCM_FMTBIT_S32_LE)

Expand Down

0 comments on commit 6d56ee1

Please sign in to comment.