Home
last modified time | relevance | path

Searched refs:fe_substream (Results 1 – 3 of 3) sorted by relevance

/sound/soc/
Dsoc-pcm.c1210 struct snd_pcm_substream *fe_substream; in dpcm_be_connect() local
1222 fe_substream = snd_soc_dpcm_get_substream(fe, stream); in dpcm_be_connect()
1225 if (!fe_substream->pcm->nonatomic && be_substream->pcm->nonatomic) { in dpcm_be_connect()
1230 if (fe_substream->pcm->nonatomic && !be_substream->pcm->nonatomic) { in dpcm_be_connect()
1263 struct snd_pcm_substream *fe_substream, *be_substream; in dpcm_be_reparent() local
1282 fe_substream = snd_soc_dpcm_get_substream(dpcm->fe, stream); in dpcm_be_reparent()
1283 be_substream->runtime = fe_substream->runtime; in dpcm_be_reparent()
1814 static int dpcm_apply_symmetry(struct snd_pcm_substream *fe_substream, in dpcm_apply_symmetry() argument
1818 struct snd_soc_pcm_runtime *fe = asoc_substream_to_rtd(fe_substream); in dpcm_apply_symmetry()
1824 soc_pcm_update_symmetry(fe_substream); in dpcm_apply_symmetry()
[all …]
Dsoc-compress.c104 struct snd_pcm_substream *fe_substream = in soc_compr_open_fe() local
113 fe->dpcm[stream].runtime = fe_substream->runtime; in soc_compr_open_fe()
123 fe->dpcm[stream].runtime = fe_substream->runtime; in soc_compr_open_fe()
344 struct snd_pcm_substream *fe_substream = in soc_compr_set_params_fe() local
357 memset(&fe->dpcm[fe_substream->stream].hw_params, 0, in soc_compr_set_params_fe()
/sound/soc/sof/intel/
Dhda-dai.c41 struct snd_pcm_substream *fe_substream; in hda_check_fes() local
46 fe_substream = snd_soc_dpcm_get_substream(dpcm->fe, dir); in hda_check_fes()
47 fe_hstream = fe_substream->runtime->private_data; in hda_check_fes()