Skip to content

Commit

Permalink
ASoC: compress - fix code alignment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vinod Koul authored and Mark Brown committed Aug 21, 2012
1 parent c514a91 commit 9d2667a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/soc-compress.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 ||
Expand Down

0 comments on commit 9d2667a

Please sign in to comment.