Loading sound/soc/soc-pcm.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -2069,6 +2069,7 @@ int soc_dpcm_runtime_update(struct snd_soc_card *card) dpcm_be_disconnect(fe, SNDRV_PCM_STREAM_PLAYBACK); dpcm_be_disconnect(fe, SNDRV_PCM_STREAM_PLAYBACK); } } dpcm_path_put(&list); capture: capture: /* skip if FE doesn't have capture capability */ /* skip if FE doesn't have capture capability */ if (!fe->cpu_dai->driver->capture.channels_min) if (!fe->cpu_dai->driver->capture.channels_min) Loading Loading
sound/soc/soc-pcm.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -2069,6 +2069,7 @@ int soc_dpcm_runtime_update(struct snd_soc_card *card) dpcm_be_disconnect(fe, SNDRV_PCM_STREAM_PLAYBACK); dpcm_be_disconnect(fe, SNDRV_PCM_STREAM_PLAYBACK); } } dpcm_path_put(&list); capture: capture: /* skip if FE doesn't have capture capability */ /* skip if FE doesn't have capture capability */ if (!fe->cpu_dai->driver->capture.channels_min) if (!fe->cpu_dai->driver->capture.channels_min) Loading