* [PATCH] ARM: i.MX SSI: Removed an unnecessary setting SSI_SCR_NET bit
@ 2012-06-28 6:39 Alexander Shiyan
2012-06-28 8:46 ` Lothar Waßmann
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2012-06-28 6:39 UTC (permalink / raw)
To: linux-arm-kernel
This patch removes unnecessary setting of SSI_SCR_NET bit in code
of setup format for i.MX SSI. This bit is we are already setup at
the end of this procedure by setting IMX_SSI_NET bit in platform-data,
passed to SSI-init.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
sound/soc/fsl/imx-ssi.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/sound/soc/fsl/imx-ssi.c b/sound/soc/fsl/imx-ssi.c
index 28dd76c..2b1a630 100644
--- a/sound/soc/fsl/imx-ssi.c
+++ b/sound/soc/fsl/imx-ssi.c
@@ -96,7 +96,6 @@ static int imx_ssi_set_dai_fmt(struct snd_soc_dai *cpu_dai, unsigned int fmt)
case SND_SOC_DAIFMT_I2S:
/* data on rising edge of bclk, frame low 1clk before data */
strcr |= SSI_STCR_TFSI | SSI_STCR_TEFS | SSI_STCR_TXBIT0;
- scr |= SSI_SCR_NET;
if (ssi->flags & IMX_SSI_USE_I2S_SLAVE) {
scr &= ~SSI_I2S_MODE_MASK;
scr |= SSI_SCR_I2S_MODE_SLAVE;
--
1.7.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: i.MX SSI: Removed an unnecessary setting SSI_SCR_NET bit
2012-06-28 6:39 [PATCH] ARM: i.MX SSI: Removed an unnecessary setting SSI_SCR_NET bit Alexander Shiyan
@ 2012-06-28 8:46 ` Lothar Waßmann
0 siblings, 0 replies; 2+ messages in thread
From: Lothar Waßmann @ 2012-06-28 8:46 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
Alexander Shiyan writes:
> This patch removes unnecessary setting of SSI_SCR_NET bit in code
> of setup format for i.MX SSI. This bit is we are already setup at
^^^^^^^^^
parse error.
Lothar Wa?mann
--
___________________________________________________________
Ka-Ro electronics GmbH | Pascalstra?e 22 | D - 52076 Aachen
Phone: +49 2408 1402-0 | Fax: +49 2408 1402-10
Gesch?ftsf?hrer: Matthias Kaussen
Handelsregistereintrag: Amtsgericht Aachen, HRB 4996
www.karo-electronics.de | info at karo-electronics.de
___________________________________________________________
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-28 8:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-28 6:39 [PATCH] ARM: i.MX SSI: Removed an unnecessary setting SSI_SCR_NET bit Alexander Shiyan
2012-06-28 8:46 ` Lothar Waßmann
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).