summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2013-04-04 16:13:19 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-05 11:27:09 +0100
commit2dda75e07df04a39ecb9d61b6b5cdb6ed79df0d1 (patch)
tree5d68a015a67ce95c98cd2a8233115886b1b14aa3
parentecf327c7ca5ddcbe611a33c88c19b8be3d0d2322 (diff)
downloadlinux-3.10-2dda75e07df04a39ecb9d61b6b5cdb6ed79df0d1.tar.gz
linux-3.10-2dda75e07df04a39ecb9d61b6b5cdb6ed79df0d1.tar.bz2
linux-3.10-2dda75e07df04a39ecb9d61b6b5cdb6ed79df0d1.zip
ASoC: davinci-mcasp: don't configure AFSX direction in DIT mode
AFSX won't be used in DIT mode. The related pins are AHCLKX and the data pins. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Acked-by: Vaibhav Bedia <vaibhav.bedia@ti.com> Tested-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r--sound/soc/davinci/davinci-mcasp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/davinci/davinci-mcasp.c b/sound/soc/davinci/davinci-mcasp.c
index 46c9705cec0..337431862f3 100644
--- a/sound/soc/davinci/davinci-mcasp.c
+++ b/sound/soc/davinci/davinci-mcasp.c
@@ -795,9 +795,6 @@ static void davinci_hw_param(struct davinci_audio_dev *dev, int stream)
/* S/PDIF */
static void davinci_hw_dit_param(struct davinci_audio_dev *dev)
{
- /* Set the PDIR for Serialiser as output */
- mcasp_set_bits(dev->base + DAVINCI_MCASP_PDIR_REG, AFSX);
-
/* TXMASK for 24 bits */
mcasp_set_reg(dev->base + DAVINCI_MCASP_TXMASK_REG, 0x00FFFFFF);