Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/soc/
A Dsoc-dai.c41 #define soc_dai_mark_match(dai, substream, tgt) ((dai)->mark_##tgt == substream) macro
411 if (rollback && !soc_dai_mark_match(dai, substream, hw_params)) in snd_soc_dai_hw_free()
442 if (rollback && !soc_dai_mark_match(dai, substream, startup)) in snd_soc_dai_shutdown()
648 if (rollback && !soc_dai_mark_match(dai, substream, trigger)) in snd_soc_pcm_dai_trigger()
730 if (rollback && !soc_dai_mark_match(dai, cstream, compr_startup)) in snd_soc_dai_compr_shutdown()

Completed in 4 milliseconds