Lines Matching refs:be_substream
1150 struct snd_pcm_substream *fe_substream, *be_substream;
1156 be_substream = snd_soc_dpcm_get_substream(be, stream);
1157 if (!be_substream)
1170 be_substream->runtime = fe_substream->runtime;
1431 struct snd_pcm_substream *be_substream =
1445 soc_pcm_close(be_substream);
1446 be_substream->runtime = NULL;
1460 struct snd_pcm_substream *be_substream =
1463 if (!be_substream) {
1489 be_substream->runtime = be->dpcm[stream].runtime;
1490 err = soc_pcm_open(be_substream);
1513 struct snd_pcm_substream *be_substream =
1530 soc_pcm_close(be_substream);
1531 be_substream->runtime = NULL;
1757 struct snd_pcm_substream *be_substream =
1764 if (!be_substream)
1767 rtd = asoc_substream_to_rtd(be_substream);
1771 if (soc_pcm_has_symmetry(be_substream))
1772 be_substream->runtime->hw.info |= SNDRV_PCM_INFO_JOINT_DUPLEX;
1836 struct snd_pcm_substream *be_substream =
1853 soc_pcm_hw_free(be_substream);
1860 soc_pcm_close(be_substream);
1861 be_substream->runtime = NULL;
1900 struct snd_pcm_substream *be_substream =
1926 soc_pcm_hw_free(be_substream);
1969 struct snd_pcm_substream *be_substream =
2001 ret = soc_pcm_hw_params(be_substream, &dpcm->hw_params);
2016 struct snd_pcm_substream *be_substream =
2032 soc_pcm_hw_free(be_substream);
2097 struct snd_pcm_substream *be_substream =
2111 ret = dpcm_do_trigger(dpcm, be_substream, cmd);
2121 ret = dpcm_do_trigger(dpcm, be_substream, cmd);
2131 ret = dpcm_do_trigger(dpcm, be_substream, cmd);
2145 ret = dpcm_do_trigger(dpcm, be_substream, cmd);
2158 ret = dpcm_do_trigger(dpcm, be_substream, cmd);
2171 ret = dpcm_do_trigger(dpcm, be_substream, cmd);
2328 struct snd_pcm_substream *be_substream =
2347 ret = soc_pcm_prepare(be_substream);