提交 4bc4d899 编写于 作者: M Mark Brown

ASoC: Enforce symmetric rates for S3C64xx I2S interface

There is only one LRCLK pin on each interface.
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 008bec39
......@@ -171,6 +171,7 @@ struct snd_soc_dai s3c64xx_i2s_dai[] = {
.formats = S3C64XX_I2S_FMTS,
},
.ops = &s3c64xx_i2s_dai_ops,
.symmetric_rates = 1,
},
{
.name = "s3c64xx-i2s",
......@@ -189,6 +190,7 @@ struct snd_soc_dai s3c64xx_i2s_dai[] = {
.formats = S3C64XX_I2S_FMTS,
},
.ops = &s3c64xx_i2s_dai_ops,
.symmetric_rates = 1,
},
};
EXPORT_SYMBOL_GPL(s3c64xx_i2s_dai);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册