summaryrefslogtreecommitdiff
path: root/sound/soc/tegra
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2011-01-29 00:26:38 +0300
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-01-31 16:16:08 +0300
commitbc72fe0c0e90b1ff9c12037321626aa5a4b061c3 (patch)
tree536d398092e24f48be2b66d25b5e7dbf5f5d43df /sound/soc/tegra
parent6e267645046ecc161791b5a0d2eef6e494681416 (diff)
downloadlinux-bc72fe0c0e90b1ff9c12037321626aa5a4b061c3.tar.xz
ASoC: Tegra: Harmony: Fix indentation issue.
Indent with TABs not spaces. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra')
-rw-r--r--sound/soc/tegra/harmony.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/sound/soc/tegra/harmony.c b/sound/soc/tegra/harmony.c
index 0f5a48150930..b5311a3ee95f 100644
--- a/sound/soc/tegra/harmony.c
+++ b/sound/soc/tegra/harmony.c
@@ -104,11 +104,12 @@ static int harmony_asoc_hw_params(struct snd_pcm_substream *substream,
}
if (mclk_change) {
- err = snd_soc_dai_set_sysclk(codec_dai, 0, mclk, SND_SOC_CLOCK_IN);
- if (err < 0) {
- pr_err(PREFIX "codec_dai clock not set\n");
- return err;
- }
+ err = snd_soc_dai_set_sysclk(codec_dai, 0, mclk,
+ SND_SOC_CLOCK_IN);
+ if (err < 0) {
+ pr_err(PREFIX "codec_dai clock not set\n");
+ return err;
+ }
}
return 0;