Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/
H A Dsoc-pcm.c1239 struct snd_pcm_substream *be_substream; in dpcm_be_connect() local
1251 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_connect()
1253 if (!fe_substream->pcm->nonatomic && be_substream->pcm->nonatomic) { in dpcm_be_connect()
1258 if (fe_substream->pcm->nonatomic && !be_substream->pcm->nonatomic) { in dpcm_be_connect()
1260 be_substream->pcm->nonatomic = 1; in dpcm_be_connect()
1289 struct snd_pcm_substream *fe_substream, *be_substream; in dpcm_be_reparent() local
1295 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_reparent()
1296 if (!be_substream) in dpcm_be_reparent()
1309 be_substream->runtime = fe_substream->runtime; in dpcm_be_reparent()
1591 struct snd_pcm_substream *be_substream = in dpcm_be_dai_stop() local
[all …]
/openbmc/linux/sound/soc/intel/avs/
H A 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()