diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-04-27 09:28:44 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-04-27 15:26:53 -0400 |
commit | 4bc4d8998a472cd64aa66a4abad3d833be901028 (patch) | |
tree | e63b12e4d68687a889d5f18cc9ba6c13c82c7c29 /sound/soc/s3c24xx | |
parent | 008bec397cdabd22a6f4e4c16a746a86a046f8af (diff) |
ASoC: Enforce symmetric rates for S3C64xx I2S interface
There is only one LRCLK pin on each interface.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx')
-rw-r--r-- | sound/soc/s3c24xx/s3c64xx-i2s.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/s3c64xx-i2s.c b/sound/soc/s3c24xx/s3c64xx-i2s.c index a84c4bec56b9..c33524803b3e 100644 --- a/sound/soc/s3c24xx/s3c64xx-i2s.c +++ b/sound/soc/s3c24xx/s3c64xx-i2s.c | |||
@@ -171,6 +171,7 @@ struct snd_soc_dai s3c64xx_i2s_dai[] = { | |||
171 | .formats = S3C64XX_I2S_FMTS, | 171 | .formats = S3C64XX_I2S_FMTS, |
172 | }, | 172 | }, |
173 | .ops = &s3c64xx_i2s_dai_ops, | 173 | .ops = &s3c64xx_i2s_dai_ops, |
174 | .symmetric_rates = 1, | ||
174 | }, | 175 | }, |
175 | { | 176 | { |
176 | .name = "s3c64xx-i2s", | 177 | .name = "s3c64xx-i2s", |
@@ -189,6 +190,7 @@ struct snd_soc_dai s3c64xx_i2s_dai[] = { | |||
189 | .formats = S3C64XX_I2S_FMTS, | 190 | .formats = S3C64XX_I2S_FMTS, |
190 | }, | 191 | }, |
191 | .ops = &s3c64xx_i2s_dai_ops, | 192 | .ops = &s3c64xx_i2s_dai_ops, |
193 | .symmetric_rates = 1, | ||
192 | }, | 194 | }, |
193 | }; | 195 | }; |
194 | EXPORT_SYMBOL_GPL(s3c64xx_i2s_dai); | 196 | EXPORT_SYMBOL_GPL(s3c64xx_i2s_dai); |