提交 8215313c 编写于 作者: B Bard Liao 提交者: Mark Brown

ASoC: rt5670: add symmetric_rates flag

rt5670 requires symmetric rate of capture and playback.
Signed-off-by: NBard Liao <bardliao@realtek.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 5771a8c0
...@@ -2743,6 +2743,7 @@ static struct snd_soc_dai_driver rt5670_dai[] = { ...@@ -2743,6 +2743,7 @@ static struct snd_soc_dai_driver rt5670_dai[] = {
.formats = RT5670_FORMATS, .formats = RT5670_FORMATS,
}, },
.ops = &rt5670_aif_dai_ops, .ops = &rt5670_aif_dai_ops,
.symmetric_rates = 1,
}, },
{ {
.name = "rt5670-aif2", .name = "rt5670-aif2",
...@@ -2762,6 +2763,7 @@ static struct snd_soc_dai_driver rt5670_dai[] = { ...@@ -2762,6 +2763,7 @@ static struct snd_soc_dai_driver rt5670_dai[] = {
.formats = RT5670_FORMATS, .formats = RT5670_FORMATS,
}, },
.ops = &rt5670_aif_dai_ops, .ops = &rt5670_aif_dai_ops,
.symmetric_rates = 1,
}, },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册