Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/
Dsoc-pcm.c1216 struct snd_pcm_substream *be_substream; in dpcm_be_connect() local
1228 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_connect()
1230 if (!fe_substream->pcm->nonatomic && be_substream->pcm->nonatomic) { in dpcm_be_connect()
1235 if (fe_substream->pcm->nonatomic && !be_substream->pcm->nonatomic) { in dpcm_be_connect()
1237 be_substream->pcm->nonatomic = 1; in dpcm_be_connect()
1266 struct snd_pcm_substream *fe_substream, *be_substream; in dpcm_be_reparent() local
1272 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_reparent()
1273 if (!be_substream) in dpcm_be_reparent()
1286 be_substream->runtime = fe_substream->runtime; in dpcm_be_reparent()
1568 struct snd_pcm_substream *be_substream = in dpcm_be_dai_stop() local
[all …]
/Linux-v6.6/sound/soc/intel/avs/
Dpcm.c1449 struct snd_pcm_substream *be_substream; in avs_component_hda_open() local
1455 be_substream = snd_soc_dpcm_get_substream(be, dir); in avs_component_hda_open()
1456 substream->runtime->private_data = be_substream->runtime->private_data; in avs_component_hda_open()