ASoC: compress - fix code alignment
authorVinod Koul <vinod.koul@linux.intel.com>
Tue, 21 Aug 2012 06:45:02 +0000 (12:15 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 21 Aug 2012 14:09:44 +0000 (15:09 +0100)
Reported-by: Fengguang Wu <wfg@linux.intel.com>
Signed-off-by: Namarta Kohli <namartax.kohli@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-compress.c

index 88d85ba..cc0562d 100644 (file)
@@ -104,7 +104,7 @@ static int soc_compr_free(struct snd_compr_stream *cstream)
 
        if (platform->driver->compr_ops && platform->driver->compr_ops->free)
                platform->driver->compr_ops->free(cstream);
-               cpu_dai->runtime = NULL;
+       cpu_dai->runtime = NULL;
 
        if (cstream->direction == SND_COMPRESS_PLAYBACK) {
                if (!rtd->pmdown_time || codec->ignore_pmdown_time ||