diff mbox

[4/6] ASoC: davinci-mcasp: Symmetric sample bits for IIS mode

Message ID 1415615540-28981-5-git-send-email-peter.ujfalusi@ti.com (mailing list archive)
State Accepted
Commit d75249f54577d489d1642a246d3702416daa68f9
Headers show

Commit Message

Peter Ujfalusi Nov. 10, 2014, 10:32 a.m. UTC
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>
---
 sound/soc/davinci/davinci-mcasp.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Mark Brown Nov. 10, 2014, 2:55 p.m. UTC | #1
On Mon, Nov 10, 2014 at 12:32:18PM +0200, Peter Ujfalusi wrote:
> In IIS mode the tx and rx configuration is symmetric, the BCLK and FSYNC is
> shared.

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/davinci/davinci-mcasp.c b/sound/soc/davinci/davinci-mcasp.c
index a9822c7bbb0b..40cf4bc447e6 100644
--- a/sound/soc/davinci/davinci-mcasp.c
+++ b/sound/soc/davinci/davinci-mcasp.c
@@ -1033,6 +1033,7 @@  static struct snd_soc_dai_driver davinci_mcasp_dai[] = {
 		},
 		.ops 		= &davinci_mcasp_dai_ops,
 
+		.symmetric_samplebits	= 1,
 	},
 	{
 		.name		= "davinci-mcasp.1",