Lines Matching refs:be_substream

1192 	struct snd_pcm_substream *be_substream;  in dpcm_be_connect()  local
1204 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_connect()
1206 if (!fe_substream->pcm->nonatomic && be_substream->pcm->nonatomic) { in dpcm_be_connect()
1211 if (fe_substream->pcm->nonatomic && !be_substream->pcm->nonatomic) { in dpcm_be_connect()
1213 be_substream->pcm->nonatomic = 1; in dpcm_be_connect()
1243 struct snd_pcm_substream *fe_substream, *be_substream; in dpcm_be_reparent() local
1249 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_reparent()
1250 if (!be_substream) in dpcm_be_reparent()
1263 be_substream->runtime = fe_substream->runtime; in dpcm_be_reparent()
1543 struct snd_pcm_substream *be_substream = in dpcm_be_dai_stop() local
1568 __soc_pcm_hw_free(be, be_substream); in dpcm_be_dai_stop()
1573 __soc_pcm_close(be, be_substream); in dpcm_be_dai_stop()
1574 be_substream->runtime = NULL; in dpcm_be_dai_stop()
1587 struct snd_pcm_substream *be_substream; in dpcm_be_dai_startup() local
1590 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_dai_startup()
1592 if (!be_substream) { in dpcm_be_dai_startup()
1620 be_substream->runtime = be->dpcm[stream].runtime; in dpcm_be_dai_startup()
1621 err = __soc_pcm_open(be, be_substream); in dpcm_be_dai_startup()
1819 struct snd_pcm_substream *be_substream = in dpcm_apply_symmetry() local
1825 if (!be_substream) in dpcm_apply_symmetry()
1828 rtd = asoc_substream_to_rtd(be_substream); in dpcm_apply_symmetry()
1832 soc_pcm_update_symmetry(be_substream); in dpcm_apply_symmetry()
1916 struct snd_pcm_substream *be_substream = in dpcm_be_dai_hw_free() local
1942 __soc_pcm_hw_free(be, be_substream); in dpcm_be_dai_hw_free()
1975 struct snd_pcm_substream *be_substream; in dpcm_be_dai_hw_params() local
1981 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_dai_hw_params()
2012 ret = __soc_pcm_hw_params(be, be_substream, &dpcm->hw_params); in dpcm_be_dai_hw_params()
2027 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_dai_hw_params()
2042 __soc_pcm_hw_free(be, be_substream); in dpcm_be_dai_hw_params()
2091 struct snd_pcm_substream *be_substream; in dpcm_be_dai_trigger() local
2094 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_dai_trigger()
2118 ret = soc_pcm_trigger(be_substream, in dpcm_be_dai_trigger()
2121 ret = soc_pcm_trigger(be_substream, in dpcm_be_dai_trigger()
2138 ret = soc_pcm_trigger(be_substream, cmd); in dpcm_be_dai_trigger()
2159 ret = soc_pcm_trigger(be_substream, cmd); in dpcm_be_dai_trigger()
2186 ret = soc_pcm_trigger(be_substream, SNDRV_PCM_TRIGGER_PAUSE_PUSH); in dpcm_be_dai_trigger()
2188 ret = soc_pcm_trigger(be_substream, SNDRV_PCM_TRIGGER_STOP); in dpcm_be_dai_trigger()
2214 ret = soc_pcm_trigger(be_substream, cmd); in dpcm_be_dai_trigger()
2233 ret = soc_pcm_trigger(be_substream, cmd); in dpcm_be_dai_trigger()
2395 struct snd_pcm_substream *be_substream = in dpcm_be_dai_prepare() local
2411 ret = __soc_pcm_prepare(be, be_substream); in dpcm_be_dai_prepare()