Searched refs:soc_dai_mark_match (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/ |
H A 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()
|
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-dai.c | 41 #define soc_dai_mark_match(dai, substream, tgt) ((dai)->mark_##tgt == substream) macro 370 if (rollback && !soc_dai_mark_match(dai, substream, startup)) in snd_soc_dai_shutdown()
|
Completed in 3 milliseconds