commit | 74cd11b628f9e1c7ab02d28e1e1feab85e0c87f8 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Mon Nov 04 23:12:55 2013 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Nov 04 23:12:55 2013 -0800 |
tree | dc24e153da2a984980765961929e13e5c8dfcea8 | |
parent | b4584a26d9b46f9d390d7931b3ade53281da17e4 [diff] | |
parent | e3ee8fa546bfdb1e347b3104edfe3b127d2385f2 [diff] |
Merge "ASoC: compress - fix code alignment"
diff --git a/sound/soc/soc-compress.c b/sound/soc/soc-compress.c index 062d0bd..81f24f0 100644 --- a/sound/soc/soc-compress.c +++ b/sound/soc/soc-compress.c
@@ -104,7 +104,7 @@ 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 ||