ASoC: davinci-mcasp: Symmetric sample bits for IIS mode
In IIS mode the tx and rx configuration is symmetric, the BCLK and FSYNC is shared. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
7771ef3286
commit
d75249f545
1 changed files with 1 additions and 0 deletions
|
@ -961,6 +961,7 @@ static struct snd_soc_dai_driver davinci_mcasp_dai[] = {
|
||||||
},
|
},
|
||||||
.ops = &davinci_mcasp_dai_ops,
|
.ops = &davinci_mcasp_dai_ops,
|
||||||
|
|
||||||
|
.symmetric_samplebits = 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "davinci-mcasp.1",
|
.name = "davinci-mcasp.1",
|
||||||
|
|
Loading…
Add table
Reference in a new issue