Home
last modified time | relevance | path

Searched refs:snd_soc_dpcm_get_substream (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/sound/soc/
Dsoc-pcm.c55 snd_pcm_stream_lock_irq(snd_soc_dpcm_get_substream(rtd, stream)); in snd_soc_dpcm_stream_lock_irq()
59 snd_pcm_stream_lock_irqsave_nested(snd_soc_dpcm_get_substream(rtd, stream), flags)
64 snd_pcm_stream_unlock_irq(snd_soc_dpcm_get_substream(rtd, stream)); in snd_soc_dpcm_stream_unlock_irq()
68 snd_pcm_stream_unlock_irqrestore(snd_soc_dpcm_get_substream(rtd, stream), flags)
261 snd_soc_dpcm_get_substream(fe, stream); in dpcm_set_fe_update_state()
1227 fe_substream = snd_soc_dpcm_get_substream(fe, stream); in dpcm_be_connect()
1228 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_connect()
1272 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_reparent()
1285 fe_substream = snd_soc_dpcm_get_substream(dpcm->fe, stream); in dpcm_be_reparent()
1345 if (!snd_soc_dpcm_get_substream(be, stream)) in dpcm_get_be()
[all …]
/Linux-v6.6/include/sound/
Dsoc-dpcm.h138 snd_soc_dpcm_get_substream(struct snd_soc_pcm_runtime *be, int stream);
/Linux-v6.6/sound/soc/fsl/
Dfsl_asrc_dma.c164 substream_be = snd_soc_dpcm_get_substream(be, stream); in fsl_asrc_dma_hw_params()
/Linux-v6.6/sound/soc/sof/intel/
Dhda-dai-ops.c34 fe_substream = snd_soc_dpcm_get_substream(dpcm->fe, dir); in hda_check_fes()
/Linux-v6.6/sound/soc/intel/avs/
Dpcm.c1455 be_substream = snd_soc_dpcm_get_substream(be, dir); in avs_component_hda_open()