Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-pcm.c1303 struct snd_pcm_substream *be_substream; in dpcm_be_connect()
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()
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_disconnect()
1643 struct snd_pcm_substream *be_substream in dpcm_be_dai_stop()
1291 struct snd_pcm_substream *be_substream; dpcm_be_connect() local
1340 struct snd_pcm_substream *fe_substream, *be_substream; dpcm_be_reparent() local
1631 struct snd_pcm_substream *be_substream = dpcm_be_dai_stop() local
1676 struct snd_pcm_substream *be_substream; dpcm_be_dai_startup() local
1912 struct snd_pcm_substream *be_substream = dpcm_apply_symmetry() local
2009 struct snd_pcm_substream *be_substream = dpcm_be_dai_hw_free() local
2068 struct snd_pcm_substream *be_substream; dpcm_be_dai_hw_params() local
2186 struct snd_pcm_substream *be_substream; dpcm_be_dai_trigger() local
2467 struct snd_pcm_substream *be_substream = dpcm_be_dai_prepare() local
[all...]
/linux/sound/soc/intel/avs/
H A Dpcm.c1728 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()