aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/pcm1792a.h
diff options
context:
space:
mode:
authorMichael Trimarchi <michael@amarulasolutions.com>2014-07-28 08:26:48 -0400
committerMark Brown <broonie@linaro.org>2014-07-28 12:49:20 -0400
commit4efd1fc746f54f7ff0d95744d8ec6fa17441d332 (patch)
tree769075820d2bd57e89517f560f5bb1d13a446601 /sound/soc/codecs/pcm1792a.h
parent7171511eaec5bf23fb06078f59784a3a0626b38f (diff)
ASoC: pcm1792a: Add 88200 frequency
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/pcm1792a.h')
-rw-r--r--sound/soc/codecs/pcm1792a.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/pcm1792a.h b/sound/soc/codecs/pcm1792a.h
index 7a83d1fc102a..51d5470fee16 100644
--- a/sound/soc/codecs/pcm1792a.h
+++ b/sound/soc/codecs/pcm1792a.h
@@ -18,7 +18,8 @@
18#define __PCM1792A_H__ 18#define __PCM1792A_H__
19 19
20#define PCM1792A_RATES (SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_8000_48000 | \ 20#define PCM1792A_RATES (SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_8000_48000 | \
21 SNDRV_PCM_RATE_96000 | SNDRV_PCM_RATE_192000) 21 SNDRV_PCM_RATE_88200 | SNDRV_PCM_RATE_96000 | \
22 SNDRV_PCM_RATE_192000)
22 23
23#define PCM1792A_FORMATS (SNDRV_PCM_FMTBIT_S32_LE | SNDRV_PCM_FMTBIT_S24_LE | \ 24#define PCM1792A_FORMATS (SNDRV_PCM_FMTBIT_S32_LE | SNDRV_PCM_FMTBIT_S24_LE | \
24 SNDRV_PCM_FMTBIT_S16_LE) 25 SNDRV_PCM_FMTBIT_S16_LE)