Browse Source

Merge remote-tracking branch 'asoc/fix/pcm' into asoc-linus

Mark Brown 11 years ago
parent
commit
1b6c03df8d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sound/soc/soc-pcm.c

+ 1 - 0
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)