projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7771ef3
)
ASoC: davinci-mcasp: Symmetric sample bits for IIS mode
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Mon, 10 Nov 2014 10:32:18 +0000
(12:32 +0200)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/davinci/davinci-mcasp.c
b/sound/soc/davinci/davinci-mcasp.c
index 57f606e4cf02a28b28956e0a5d35591fc870afd6..80c54ede5737bf3394bcc15c7763a028f64ae39e 100644
(file)
--- 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",