Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc72fe0c authored by Stephen Warren's avatar Stephen Warren Committed by Mark Brown
Browse files

ASoC: Tegra: Harmony: Fix indentation issue.



Indent with TABs not spaces.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 6e267645
Loading
Loading
Loading
Loading
+6 −5
Original line number Original line Diff line number Diff line
@@ -104,7 +104,8 @@ static int harmony_asoc_hw_params(struct snd_pcm_substream *substream,
	}
	}


	if (mclk_change) {
	if (mclk_change) {
	    err = snd_soc_dai_set_sysclk(codec_dai, 0, mclk, SND_SOC_CLOCK_IN);
		err = snd_soc_dai_set_sysclk(codec_dai, 0, mclk,
					     SND_SOC_CLOCK_IN);
		if (err < 0) {
		if (err < 0) {
			pr_err(PREFIX "codec_dai clock not set\n");
			pr_err(PREFIX "codec_dai clock not set\n");
			return err;
			return err;