diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-05-11 21:05:57 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-05-12 11:53:22 +0200 |
commit | 7de0a0aee5cf24639c14b17ab4077f5dba0d7cb9 (patch) | |
tree | 18342eade51d5ac672cfd6e738a6b255f25fd4f0 | |
parent | ASoC: em-x270: make the driver support also eXeda and CM-X300 machines (diff) | |
download | linux-7de0a0aee5cf24639c14b17ab4077f5dba0d7cb9.tar.xz linux-7de0a0aee5cf24639c14b17ab4077f5dba0d7cb9.zip |
ASoC: Enforce symmetric rates for PXA2xx I2S
There is a single I2S_SYNC pin on the chip.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | sound/soc/pxa/pxa2xx-i2s.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/pxa/pxa2xx-i2s.c b/sound/soc/pxa/pxa2xx-i2s.c index 2f4b6e489b78..60145770aeba 100644 --- a/sound/soc/pxa/pxa2xx-i2s.c +++ b/sound/soc/pxa/pxa2xx-i2s.c @@ -329,6 +329,7 @@ struct snd_soc_dai pxa_i2s_dai = { .rates = PXA2XX_I2S_RATES, .formats = SNDRV_PCM_FMTBIT_S16_LE,}, .ops = &pxa_i2s_dai_ops, + .symmetric_rates = 1, }; EXPORT_SYMBOL_GPL(pxa_i2s_dai); |