提交 3d02cc74 编写于 作者: R Richard Fitzgerald 提交者: Mark Brown

ASoC: wm5110: Set symmetric samplebits on AIFs

Different playback and capture bits-per-sample
are not supported on the AIFs
Signed-off-by: NRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
Signed-off-by: NMark Brown <broonie@linaro.org>
上级 b60f363b
...@@ -1485,6 +1485,7 @@ static struct snd_soc_dai_driver wm5110_dai[] = { ...@@ -1485,6 +1485,7 @@ static struct snd_soc_dai_driver wm5110_dai[] = {
}, },
.ops = &arizona_dai_ops, .ops = &arizona_dai_ops,
.symmetric_rates = 1, .symmetric_rates = 1,
.symmetric_samplebits = 1,
}, },
{ {
.name = "wm5110-aif2", .name = "wm5110-aif2",
...@@ -1506,6 +1507,7 @@ static struct snd_soc_dai_driver wm5110_dai[] = { ...@@ -1506,6 +1507,7 @@ static struct snd_soc_dai_driver wm5110_dai[] = {
}, },
.ops = &arizona_dai_ops, .ops = &arizona_dai_ops,
.symmetric_rates = 1, .symmetric_rates = 1,
.symmetric_samplebits = 1,
}, },
{ {
.name = "wm5110-aif3", .name = "wm5110-aif3",
...@@ -1527,6 +1529,7 @@ static struct snd_soc_dai_driver wm5110_dai[] = { ...@@ -1527,6 +1529,7 @@ static struct snd_soc_dai_driver wm5110_dai[] = {
}, },
.ops = &arizona_dai_ops, .ops = &arizona_dai_ops,
.symmetric_rates = 1, .symmetric_rates = 1,
.symmetric_samplebits = 1,
}, },
{ {
.name = "wm5110-slim1", .name = "wm5110-slim1",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册