diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2014-11-10 12:32:18 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-10 14:55:26 +0000 |
commit | d75249f54577d489d1642a246d3702416daa68f9 (patch) | |
tree | b31a6046562f3c1b47de97ffed24e0ca3ddc12d0 /sound | |
parent | 7771ef3286711a121b763c3620c4619f51b2acfd (diff) | |
download | blackbird-op-linux-d75249f54577d489d1642a246d3702416daa68f9.tar.gz blackbird-op-linux-d75249f54577d489d1642a246d3702416daa68f9.zip |
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/davinci/davinci-mcasp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/davinci/davinci-mcasp.c b/sound/soc/davinci/davinci-mcasp.c index 57f606e4cf02..80c54ede5737 100644 --- a/sound/soc/davinci/davinci-mcasp.c +++ b/sound/soc/davinci/davinci-mcasp.c @@ -961,6 +961,7 @@ static struct snd_soc_dai_driver davinci_mcasp_dai[] = { }, .ops = &davinci_mcasp_dai_ops, + .symmetric_samplebits = 1, }, { .name = "davinci-mcasp.1", |