提交 295c3405 编写于 作者: J Jyri Sarha 提交者: Mark Brown

ASoC: davinci-mcasp: Set .symmetric_rates = 1 in snd_soc_dai_driver

The TX and RX direction share the same bit clock and frame sync, so
the samplerate must be the same to both directions.
Signed-off-by: NJyri Sarha <jsarha@ti.com>
Acked-by: NPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 72383192
...@@ -1298,6 +1298,7 @@ static struct snd_soc_dai_driver davinci_mcasp_dai[] = { ...@@ -1298,6 +1298,7 @@ static struct snd_soc_dai_driver davinci_mcasp_dai[] = {
.ops = &davinci_mcasp_dai_ops, .ops = &davinci_mcasp_dai_ops,
.symmetric_samplebits = 1, .symmetric_samplebits = 1,
.symmetric_rates = 1,
}, },
{ {
.name = "davinci-mcasp.1", .name = "davinci-mcasp.1",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册