Searched refs:soc_dai_mark_match (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/sound/soc/ |
D | soc-dai.c | 41 #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() 448 if (rollback && !soc_dai_mark_match(dai, substream, startup)) in snd_soc_dai_shutdown() 672 if (rollback && !soc_dai_mark_match(dai, substream, trigger)) in snd_soc_pcm_dai_trigger() 757 if (rollback && !soc_dai_mark_match(dai, cstream, compr_startup)) in snd_soc_dai_compr_shutdown()
|