Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/
H A Dsoc-pcm.c1290 struct snd_pcm_substream *fe_substream; in dpcm_be_connect() local
1321 snd_pcm_stream_lock_irq(fe_substream); in dpcm_be_connect()
1324 snd_pcm_stream_unlock_irq(fe_substream); in dpcm_be_connect()
1900 soc_pcm_update_symmetry(fe_substream); in dpcm_apply_symmetry()
1952 ret = __soc_pcm_open(fe, fe_substream); in dpcm_fe_dai_startup()
1958 dpcm_runtime_setup_fe(fe_substream); in dpcm_fe_dai_startup()
2738 int stream = fe_substream->stream; in dpcm_fe_dai_cleanup()
2757 dpcm_fe_dai_cleanup(fe_substream); in dpcm_fe_dai_close()
2768 int stream = fe_substream->stream; in dpcm_fe_dai_open()
2779 ret = dpcm_fe_dai_startup(fe_substream); in dpcm_fe_dai_open()
[all …]
H A Dsoc-compress.c370 struct snd_pcm_substream *fe_substream = in soc_compr_set_params_fe() local
383 memset(&fe->dpcm[fe_substream->stream].hw_params, 0, in soc_compr_set_params_fe()
/linux-6.15/sound/soc/sof/intel/
H A Dhda-dai-ops.c30 struct snd_pcm_substream *fe_substream; in hda_check_fes() local
35 fe_substream = snd_soc_dpcm_get_substream(dpcm->fe, dir); in hda_check_fes()
36 fe_hstream = fe_substream->runtime->private_data; in hda_check_fes()