Commit 9d2667a9 authored by Vinod Koul's avatar Vinod Koul Committed by Mark Brown

ASoC: compress - fix code alignment

Reported-by: default avatarFengguang Wu <wfg@linux.intel.com>
Signed-off-by: default avatarNamarta Kohli <namartax.kohli@intel.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@linux.intel.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent c514a911
......@@ -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 ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment