Searched refs:snd_soc_dpcm_get_substream (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/sound/soc/ |
D | soc-pcm.c | 68 snd_pcm_stream_lock_irq(snd_soc_dpcm_get_substream(rtd, stream)); in snd_soc_dpcm_stream_lock_irq() 72 snd_pcm_stream_lock_irqsave_nested(snd_soc_dpcm_get_substream(rtd, stream), flags) 77 snd_pcm_stream_unlock_irq(snd_soc_dpcm_get_substream(rtd, stream)); in snd_soc_dpcm_stream_unlock_irq() 81 snd_pcm_stream_unlock_irqrestore(snd_soc_dpcm_get_substream(rtd, stream), flags) 274 snd_soc_dpcm_get_substream(fe, stream); in dpcm_set_fe_update_state() 1203 fe_substream = snd_soc_dpcm_get_substream(fe, stream); in dpcm_be_connect() 1204 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_connect() 1249 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_reparent() 1262 fe_substream = snd_soc_dpcm_get_substream(dpcm->fe, stream); in dpcm_be_reparent() 1322 if (!snd_soc_dpcm_get_substream(be, stream)) in dpcm_get_be() [all …]
|
/linux-6.1.9/include/sound/ |
D | soc-dpcm.h | 137 snd_soc_dpcm_get_substream(struct snd_soc_pcm_runtime *be, int stream);
|
/linux-6.1.9/sound/soc/fsl/ |
D | fsl_asrc_dma.c | 164 substream_be = snd_soc_dpcm_get_substream(be, stream); in fsl_asrc_dma_hw_params()
|
/linux-6.1.9/sound/soc/sof/intel/ |
D | hda-dai.c | 56 fe_substream = snd_soc_dpcm_get_substream(dpcm->fe, dir); in hda_check_fes()
|