Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/soc/
A Dsoc-component.c62 #define soc_component_mark_match(component, substream, tgt) ((component)->mark_##tgt == substream) macro
298 if (rollback && !soc_component_mark_match(component, mark, module)) in snd_soc_component_module_put()
329 if (rollback && !soc_component_mark_match(component, substream, open)) in snd_soc_component_close()
473 if (rollback && !soc_component_mark_match(component, cstream, compr_open)) in snd_soc_component_compr_free()
1168 if (rollback && !soc_component_mark_match(component, substream, hw_params)) in snd_soc_pcm_component_hw_free()
1216 if (rollback && !soc_component_mark_match(component, substream, trigger)) in snd_soc_pcm_component_trigger()
1255 if (rollback && !soc_component_mark_match(component, stream, pm)) in snd_soc_pcm_component_pm_runtime_put()

Completed in 6 milliseconds