linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [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

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).