Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/
H A Dsoc-pcm.c1291 struct snd_pcm_substream *be_substream; in dpcm_be_connect() local
1311 be_substream->pcm->nonatomic = 1; in dpcm_be_connect()
1347 if (!be_substream) in dpcm_be_reparent()
1661 __soc_pcm_close(be, be_substream); in dpcm_be_dai_stop()
1662 be_substream->runtime = NULL; in dpcm_be_dai_stop()
1681 if (!be_substream) { in dpcm_be_dai_startup()
1918 if (!be_substream) in dpcm_apply_symmetry()
2035 __soc_pcm_hw_free(be, be_substream); in dpcm_be_dai_hw_free()
2137 __soc_pcm_hw_free(be, be_substream); in dpcm_be_dai_hw_params()
2213 ret = soc_pcm_trigger(be_substream, in dpcm_be_dai_trigger()
[all …]
/linux-6.15/sound/soc/intel/avs/
H A Dpcm.c1653 struct snd_pcm_substream *be_substream; in avs_component_hda_open() local
1659 be_substream = snd_soc_dpcm_get_substream(be, dir); in avs_component_hda_open()
1660 substream->runtime->private_data = be_substream->runtime->private_data; in avs_component_hda_open()