Loading sound/soc/soc-pcm.c +5 −1 Original line number Diff line number Diff line Loading @@ -180,7 +180,11 @@ int dpcm_dapm_stream_event(struct snd_soc_pcm_runtime *fe, int dir, dev_dbg(be->dev, "ASoC: BE %s event %d dir %d\n", be->dai_link->name, event, dir); if ((event == SND_SOC_DAPM_STREAM_STOP) && (be->dpcm[dir].users >= 1)) { pr_debug("%s Don't close BE\n", __func__); continue; } snd_soc_dapm_stream_event(be, dir, event); } Loading Loading
sound/soc/soc-pcm.c +5 −1 Original line number Diff line number Diff line Loading @@ -180,7 +180,11 @@ int dpcm_dapm_stream_event(struct snd_soc_pcm_runtime *fe, int dir, dev_dbg(be->dev, "ASoC: BE %s event %d dir %d\n", be->dai_link->name, event, dir); if ((event == SND_SOC_DAPM_STREAM_STOP) && (be->dpcm[dir].users >= 1)) { pr_debug("%s Don't close BE\n", __func__); continue; } snd_soc_dapm_stream_event(be, dir, event); } Loading