[alsa-devel] [PATCH 03/12] trivial: ASoC: pxa: pxa-ssp.c: indent with TABs, not spaces
Signed-off-by: Antonio Ospite <ao2@ao2.it> Cc: Daniel Mack <daniel@zonque.org> Cc: Mark Brown <broonie@kernel.com> Cc: alsa-devel@alsa-project.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 fbe2e93..eb181ab 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.1.4
participants (1)
-
Antonio Ospite