Searched refs:be_substream (Results 1 – 2 of 2) sorted by relevance
1303 struct snd_pcm_substream *be_substream; in dpcm_be_connect() local 1314 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_connect() 1316 if (!fe_substream->pcm->nonatomic && be_substream->pcm->nonatomic) in dpcm_be_connect() 1321 if (fe_substream->pcm->nonatomic && !be_substream->pcm->nonatomic) { in dpcm_be_connect() 1323 be_substream->pcm->nonatomic = 1; in dpcm_be_connect() 1352 struct snd_pcm_substream *fe_substream, *be_substream; in dpcm_be_reparent() local 1358 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_reparent() 1359 if (!be_substream) in dpcm_be_reparent() 1372 be_substream->runtime = fe_substream->runtime; in dpcm_be_reparent() 1643 struct snd_pcm_substream *be_substream in dpcm_be_dai_stop() local 1688 struct snd_pcm_substream *be_substream; dpcm_be_dai_startup() local 1920 struct snd_pcm_substream *be_substream = dpcm_apply_symmetry() local 2017 struct snd_pcm_substream *be_substream = dpcm_be_dai_hw_free() local 2076 struct snd_pcm_substream *be_substream; dpcm_be_dai_hw_params() local 2194 struct snd_pcm_substream *be_substream; dpcm_be_dai_trigger() local 2475 struct snd_pcm_substream *be_substream = dpcm_be_dai_prepare() local [all...]
1728 struct snd_pcm_substream *be_substream; in avs_component_hda_open() local 1734 be_substream = snd_soc_dpcm_get_substream(be, dir); in avs_component_hda_open() 1735 substream->runtime->private_data = be_substream->runtime->private_data; in avs_component_hda_open()