diff options
author | Vinod Koul <vinod.koul@linux.intel.com> | 2012-08-21 10:45:02 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-08-21 18:09:44 +0400 |
commit | 9d2667a910b8d889a8307bd2534032eb6ed0ea36 (patch) | |
tree | 789708131f6ab471e2c21e4b6b185ad8f1ce6009 /sound/soc/soc-compress.c | |
parent | c514a9119a982a6c7a9fd29ee62c0ba8a8e4c7d1 (diff) | |
download | linux-9d2667a910b8d889a8307bd2534032eb6ed0ea36.tar.xz |
ASoC: compress - fix code alignment
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>
Diffstat (limited to 'sound/soc/soc-compress.c')
-rw-r--r-- | sound/soc/soc-compress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-compress.c b/sound/soc/soc-compress.c index 88d85badd932..cc0562d28df2 100644 --- a/sound/soc/soc-compress.c +++ b/sound/soc/soc-compress.c @@ -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 || |