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

This commit is contained in:
Mark Brown 2014-07-17 21:45:39 +01:00
commit 1b6c03df8d

View File

@ -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)