Home
last modified time | relevance | path

Searched refs:SND_SOC_DPCM_STATE_PAUSED (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/sound/soc/
H A Dsoc-pcm.c96 SND_SOC_DPCM_STATE_PAUSED, in snd_soc_dpcm_can_be_free_stop() enumerator
112 SND_SOC_DPCM_STATE_PAUSED, in snd_soc_dpcm_can_be_params() enumerator
129 SND_SOC_DPCM_STATE_PAUSED, in snd_soc_dpcm_can_be_prepared() enumerator
164 case SND_SOC_DPCM_STATE_PAUSED: in dpcm_state_string()
2205 (be->dpcm[stream].state != SND_SOC_DPCM_STATE_PAUSED)) in dpcm_be_dai_trigger()
2212 if (be->dpcm[stream].state == SND_SOC_DPCM_STATE_PAUSED) in dpcm_be_dai_trigger()
2244 (be->dpcm[stream].state != SND_SOC_DPCM_STATE_PAUSED)) in dpcm_be_dai_trigger()
2296 be->dpcm[stream].state = SND_SOC_DPCM_STATE_PAUSED; in dpcm_be_dai_trigger()
2334 be->dpcm[stream].state = SND_SOC_DPCM_STATE_PAUSED; in dpcm_be_dai_trigger()
2433 fe->dpcm[stream].state = SND_SOC_DPCM_STATE_PAUSED; in dpcm_fe_dai_do_trigger()
[all …]
H A Dsoc-compress.c312 fe->dpcm[stream].state = SND_SOC_DPCM_STATE_PAUSED; in soc_compr_trigger_fe()
/linux-6.15/include/sound/
H A Dsoc-dpcm.h45 SND_SOC_DPCM_STATE_PAUSED, enumerator
/linux-6.15/sound/soc/sof/intel/
H A Dhda-dai.c676 SND_SOC_DPCM_STATE_PAUSED) in hda_dai_suspend()