diff options
author | Peter Ujfalusi <peter.ujfalusi@nokia.com> | 2010-03-03 08:08:04 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-03-03 12:08:39 -0500 |
commit | 50831450503b828b3f8c031aa664340062afb3b0 (patch) | |
tree | abd24c31ffe49d94ed9fabf868ede235dd3a2adc /sound/soc | |
parent | eeec124685164cb8f9bbf274e1d4c9b9c2f8d6c9 (diff) |
ASoC: core: fix tailing whitespace in soc_pcm_apply_symmetry
My editor removes the tailing spaces, which causes problems when
changing the soc-core.c
Removing the space.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/soc-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index f30959cc954a..7b4179eca893 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c | |||
@@ -315,7 +315,7 @@ static int soc_pcm_apply_symmetry(struct snd_pcm_substream *substream) | |||
315 | 315 | ||
316 | if (codec_dai->symmetric_rates || cpu_dai->symmetric_rates || | 316 | if (codec_dai->symmetric_rates || cpu_dai->symmetric_rates || |
317 | machine->symmetric_rates) { | 317 | machine->symmetric_rates) { |
318 | dev_dbg(card->dev, "Symmetry forces %dHz rate\n", | 318 | dev_dbg(card->dev, "Symmetry forces %dHz rate\n", |
319 | machine->rate); | 319 | machine->rate); |
320 | 320 | ||
321 | ret = snd_pcm_hw_constraint_minmax(substream->runtime, | 321 | ret = snd_pcm_hw_constraint_minmax(substream->runtime, |