aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2014-07-17 21:45:39 +0100
committerMark Brown <broonie@linaro.org>2014-07-17 21:45:39 +0100
commit1b6c03df8d82f95d15e5ef224edc873a0df1a440 (patch)
treefb456177dcc7d1607695532c3cdda77f4a885306
parentMerge tag 'asoc-v3.16-rc1' into asoc-linus (diff)
parentASoC: pcm: fix dpcm_path_put in dpcm runtime update (diff)
downloadwireguard-linux-1b6c03df8d82f95d15e5ef224edc873a0df1a440.tar.xz
wireguard-linux-1b6c03df8d82f95d15e5ef224edc873a0df1a440.zip
Merge remote-tracking branch 'asoc/fix/pcm' into asoc-linus
Diffstat (limited to '')
-rw-r--r--sound/soc/soc-pcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/soc-pcm.c b/sound/soc/soc-pcm.c
index 54d18f22a33e..4ea656770d65 100644
--- a/sound/soc/soc-pcm.c
+++ b/sound/soc/soc-pcm.c
@@ -2069,6 +2069,7 @@ int soc_dpcm_runtime_update(struct snd_soc_card *card)
dpcm_be_disconnect(fe, SNDRV_PCM_STREAM_PLAYBACK);
}
+ dpcm_path_put(&list);
capture:
/* skip if FE doesn't have capture capability */
if (!fe->cpu_dai->driver->capture.channels_min)