Commit 4bc4d899 authored by Mark Brown's avatar Mark Brown

ASoC: Enforce symmetric rates for S3C64xx I2S interface

There is only one LRCLK pin on each interface.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 008bec39
...@@ -171,6 +171,7 @@ struct snd_soc_dai s3c64xx_i2s_dai[] = { ...@@ -171,6 +171,7 @@ struct snd_soc_dai s3c64xx_i2s_dai[] = {
.formats = S3C64XX_I2S_FMTS, .formats = S3C64XX_I2S_FMTS,
}, },
.ops = &s3c64xx_i2s_dai_ops, .ops = &s3c64xx_i2s_dai_ops,
.symmetric_rates = 1,
}, },
{ {
.name = "s3c64xx-i2s", .name = "s3c64xx-i2s",
...@@ -189,6 +190,7 @@ struct snd_soc_dai s3c64xx_i2s_dai[] = { ...@@ -189,6 +190,7 @@ struct snd_soc_dai s3c64xx_i2s_dai[] = {
.formats = S3C64XX_I2S_FMTS, .formats = S3C64XX_I2S_FMTS,
}, },
.ops = &s3c64xx_i2s_dai_ops, .ops = &s3c64xx_i2s_dai_ops,
.symmetric_rates = 1,
}, },
}; };
EXPORT_SYMBOL_GPL(s3c64xx_i2s_dai); EXPORT_SYMBOL_GPL(s3c64xx_i2s_dai);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment