summaryrefslogtreecommitdiffstats
path: root/sound/soc/imx
diff options
context:
space:
mode:
authorMark Brown2009-10-06 20:25:02 +0200
committerMark Brown2009-10-06 20:26:57 +0200
commitb266002abf6dfa4b358fdb5495f09e350b296552 (patch)
tree176a0c3ec097378c1960211b3771863bc7fc6b06 /sound/soc/imx
parentMerge branch 'for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/br... (diff)
downloadkernel-qcow2-linux-b266002abf6dfa4b358fdb5495f09e350b296552.tar.gz
kernel-qcow2-linux-b266002abf6dfa4b358fdb5495f09e350b296552.tar.xz
kernel-qcow2-linux-b266002abf6dfa4b358fdb5495f09e350b296552.zip
ASoC: Remove absent SYNC and TDM DAI format options from i.MX SSI
These should be handled via set_tdm_slot() now and cause build failures as-is. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/imx')
-rw-r--r--sound/soc/imx/mxc-ssi.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/soc/imx/mxc-ssi.c b/sound/soc/imx/mxc-ssi.c
index 3806ff2c0cd4..ccdefe60e752 100644
--- 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;