Skip to content

Commit

Permalink
ASoC: pcm1792a: Add 88200 frequency
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Michael Trimarchi authored and Mark Brown committed Jul 28, 2014
1 parent 7171511 commit 4efd1fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/soc/codecs/pcm1792a.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
#define __PCM1792A_H__

#define PCM1792A_RATES (SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_8000_48000 | \
SNDRV_PCM_RATE_96000 | SNDRV_PCM_RATE_192000)
SNDRV_PCM_RATE_88200 | SNDRV_PCM_RATE_96000 | \
SNDRV_PCM_RATE_192000)

#define PCM1792A_FORMATS (SNDRV_PCM_FMTBIT_S32_LE | SNDRV_PCM_FMTBIT_S24_LE | \
SNDRV_PCM_FMTBIT_S16_LE)
Expand Down

0 comments on commit 4efd1fc

Please sign in to comment.