diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2014-11-10 05:32:18 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-10 09:55:26 -0500 |
commit | d75249f54577d489d1642a246d3702416daa68f9 (patch) | |
tree | b31a6046562f3c1b47de97ffed24e0ca3ddc12d0 /sound/soc/davinci | |
parent | 7771ef3286711a121b763c3620c4619f51b2acfd (diff) |
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/soc/davinci')
-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[] = { | |||
961 | }, | 961 | }, |
962 | .ops = &davinci_mcasp_dai_ops, | 962 | .ops = &davinci_mcasp_dai_ops, |
963 | 963 | ||
964 | .symmetric_samplebits = 1, | ||
964 | }, | 965 | }, |
965 | { | 966 | { |
966 | .name = "davinci-mcasp.1", | 967 | .name = "davinci-mcasp.1", |