aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/ep93xx/ep93xx-i2s.c
diff options
context:
space:
mode:
authorAlexander Sverdlin <subaparts@yandex.ru>2011-03-07 12:30:12 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-03-09 08:08:42 -0500
commit4cfeb695e29d69570496354384f32b862795a47c (patch)
tree1050c0e4641f1ca1826cd856979b5350e41e1188 /sound/soc/ep93xx/ep93xx-i2s.c
parent5cbf7e49de3276c82705fc303d305ce170793ef6 (diff)
ASoC: Enable 192kHz sample rate for EP93xx.
Enable 192kHz sample rate for EP93xx. Signed-off-by: Alexander Sverdlin <subaparts@yandex.ru> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/ep93xx/ep93xx-i2s.c')
-rw-r--r--sound/soc/ep93xx/ep93xx-i2s.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/ep93xx/ep93xx-i2s.c b/sound/soc/ep93xx/ep93xx-i2s.c
index 207d5893d97f..042f4e93746f 100644
--- a/sound/soc/ep93xx/ep93xx-i2s.c
+++ b/sound/soc/ep93xx/ep93xx-i2s.c
@@ -355,13 +355,13 @@ static struct snd_soc_dai_driver ep93xx_i2s_dai = {
355 .playback = { 355 .playback = {
356 .channels_min = 2, 356 .channels_min = 2,
357 .channels_max = 2, 357 .channels_max = 2,
358 .rates = SNDRV_PCM_RATE_8000_96000, 358 .rates = SNDRV_PCM_RATE_8000_192000,
359 .formats = EP93XX_I2S_FORMATS, 359 .formats = EP93XX_I2S_FORMATS,
360 }, 360 },
361 .capture = { 361 .capture = {
362 .channels_min = 2, 362 .channels_min = 2,
363 .channels_max = 2, 363 .channels_max = 2,
364 .rates = SNDRV_PCM_RATE_8000_96000, 364 .rates = SNDRV_PCM_RATE_8000_192000,
365 .formats = EP93XX_I2S_FORMATS, 365 .formats = EP93XX_I2S_FORMATS,
366 }, 366 },
367 .ops = &ep93xx_i2s_dai_ops, 367 .ops = &ep93xx_i2s_dai_ops,