ASoC: davinci-mcasp: Symmetric sample bits for IIS mode
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Mon, 10 Nov 2014 10:32:18 +0000 (12:32 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 10 Nov 2014 14:55:26 +0000 (14:55 +0000)
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>
sound/soc/davinci/davinci-mcasp.c

index 57f606e4cf02a28b28956e0a5d35591fc870afd6..80c54ede5737bf3394bcc15c7763a028f64ae39e 100644 (file)
@@ -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",
This page took 0.027827 seconds and 5 git commands to generate.