All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: pxa: pxa-ssp.c: indent with TABs, not spaces
@ 2016-01-27 12:31 Antonio Ospite
  0 siblings, 0 replies; only message in thread
From: Antonio Ospite @ 2016-01-27 12:31 UTC (permalink / raw)
  To: alsa-devel; +Cc: Mark Brown, Antonio Ospite, Daniel Mack

Signed-off-by: Antonio Ospite <ao2@ao2.it>
Cc: Daniel Mack <daniel@zonque.org>
Cc: Mark Brown <broonie@kernel.org>
---
 sound/soc/pxa/pxa-ssp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c
index da03fad..3caace4 100644
--- a/sound/soc/pxa/pxa-ssp.c
+++ b/sound/soc/pxa/pxa-ssp.c
@@ -586,7 +586,7 @@ static int pxa_ssp_hw_params(struct snd_pcm_substream *substream,
 
 	switch (priv->dai_fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
 	case SND_SOC_DAIFMT_I2S:
-	       sspsp = pxa_ssp_read_reg(ssp, SSPSP);
+		sspsp = pxa_ssp_read_reg(ssp, SSPSP);
 
 		if ((pxa_ssp_get_scr(ssp) == 4) && (width == 16)) {
 			/* This is a special case where the bitclk is 64fs
-- 
2.7.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-01-27 12:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-27 12:31 [PATCH] ASoC: pxa: pxa-ssp.c: indent with TABs, not spaces Antonio Ospite

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.