Skip to content

Commit

Permalink
ASoC: core: fix tailing whitespace in soc_pcm_apply_symmetry
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Ujfalusi authored and Mark Brown committed Mar 3, 2010
1 parent eeec124 commit 5083145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ static int soc_pcm_apply_symmetry(struct snd_pcm_substream *substream)

if (codec_dai->symmetric_rates || cpu_dai->symmetric_rates ||
machine->symmetric_rates) {
dev_dbg(card->dev, "Symmetry forces %dHz rate\n",
dev_dbg(card->dev, "Symmetry forces %dHz rate\n",
machine->rate);

ret = snd_pcm_hw_constraint_minmax(substream->runtime,
Expand Down

0 comments on commit 5083145

Please sign in to comment.