Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/
Dsoc-pcm.c1159 struct snd_pcm_substream *fe_substream, *be_substream; in dpcm_be_reparent() local
1165 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_reparent()
1177 be_substream->runtime = fe_substream->runtime; in dpcm_be_reparent()
1425 struct snd_pcm_substream *be_substream = in dpcm_be_dai_startup_unwind() local
1439 soc_pcm_close(be_substream); in dpcm_be_dai_startup_unwind()
1440 be_substream->runtime = NULL; in dpcm_be_dai_startup_unwind()
1454 struct snd_pcm_substream *be_substream = in dpcm_be_dai_startup() local
1457 if (!be_substream) { in dpcm_be_dai_startup()
1483 be_substream->runtime = be->dpcm[stream].runtime; in dpcm_be_dai_startup()
1484 err = soc_pcm_open(be_substream); in dpcm_be_dai_startup()
[all …]