projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a0f5cb
)
ASoC: Remove absent SYNC and TDM DAI format options from i.MX SSI
author
Mark Brown
<
[email protected]
>
Tue, 6 Oct 2009 18:25:02 +0000
(19:25 +0100)
committer
Mark Brown
<
[email protected]
>
Tue, 6 Oct 2009 18:26:57 +0000
(19:26 +0100)
These should be handled via set_tdm_slot() now and cause build
failures as-is.
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/imx/mxc-ssi.c
patch
|
blob
|
history
diff --git
a/sound/soc/imx/mxc-ssi.c
b/sound/soc/imx/mxc-ssi.c
index 3806ff2c0cd429ac675658774268a75c33806b8a..ccdefe60e752f32bece04a58c33ecbf1d3f9f247 100644
(file)
--- a/
sound/soc/imx/mxc-ssi.c
+++ b/
sound/soc/imx/mxc-ssi.c
@@
-397,14
+397,6
@@
static int imx_ssi_set_dai_fmt(struct snd_soc_dai *cpu_dai,
break;
}
- /* sync */
- if (!(fmt & SND_SOC_DAIFMT_ASYNC))
- scr |= SSI_SCR_SYN;
-
- /* tdm - only for stereo atm */
- if (fmt & SND_SOC_DAIFMT_TDM)
- scr |= SSI_SCR_NET;
-
if (cpu_dai->id == IMX_DAI_SSI0 || cpu_dai->id == IMX_DAI_SSI2) {
SSI1_STCR = stcr;
SSI1_SRCR = srcr;