* [PATCH] davinci-mcasp: don't configure AFSX direction in DIT mode
@ 2013-03-01 10:34 yegorslists
2013-03-04 6:37 ` Bedia, Vaibhav
0 siblings, 1 reply; 2+ messages in thread
From: yegorslists @ 2013-03-01 10:34 UTC (permalink / raw)
To: alsa-devel; +Cc: mporter, Yegor Yefremov, zonque
From: Yegor Yefremov <yegorslists@googlemail.com>
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>
---
sound/soc/davinci/davinci-mcasp.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/sound/soc/davinci/davinci-mcasp.c b/sound/soc/davinci/davinci-mcasp.c
index 9321e5c..90a9b99 100644
--- a/sound/soc/davinci/davinci-mcasp.c
+++ b/sound/soc/davinci/davinci-mcasp.c
@@ -772,9 +772,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);
--
1.7.7
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] davinci-mcasp: don't configure AFSX direction in DIT mode
2013-03-01 10:34 [PATCH] davinci-mcasp: don't configure AFSX direction in DIT mode yegorslists
@ 2013-03-04 6:37 ` Bedia, Vaibhav
0 siblings, 0 replies; 2+ messages in thread
From: Bedia, Vaibhav @ 2013-03-04 6:37 UTC (permalink / raw)
To: yegorslists@googlemail.com, alsa-devel@alsa-project.org
Cc: Porter, Matt, zonque@gmail.com
On Fri, Mar 01, 2013 at 16:04:50, yegorslists@googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
>
> AFSX won't be used in DIT mode. The related pins are AHCLKX and
> the data pins.
>
Acked-by: Vaibhav Bedia <vaibhav.bedia@ti.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-04 6:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-01 10:34 [PATCH] davinci-mcasp: don't configure AFSX direction in DIT mode yegorslists
2013-03-04 6:37 ` Bedia, Vaibhav
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).