Home
last modified time | relevance | path

Searched refs:be_substream (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/sound/soc/
Dsoc-pcm.c1167 struct snd_pcm_substream *fe_substream, *be_substream; in dpcm_be_reparent() local
1173 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_reparent()
1185 be_substream->runtime = fe_substream->runtime; in dpcm_be_reparent()
1448 struct snd_pcm_substream *be_substream = in dpcm_be_dai_stop() local
1473 soc_pcm_hw_free(be_substream); in dpcm_be_dai_stop()
1478 soc_pcm_close(be_substream); in dpcm_be_dai_stop()
1479 be_substream->runtime = NULL; in dpcm_be_dai_stop()
1492 struct snd_pcm_substream *be_substream; in dpcm_be_dai_startup() local
1495 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_dai_startup()
1497 if (!be_substream) { in dpcm_be_dai_startup()
[all …]