Home
last modified time | relevance | path

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

/sof-2.7.6/test/cmocka/src/audio/component/
Dcomp_set_state.c121 COMP_TRIGGER_XRUN, COMP_STATE_INIT),
123 COMP_TRIGGER_XRUN, COMP_STATE_SUSPEND),
125 COMP_TRIGGER_XRUN, COMP_STATE_PREPARE),
127 COMP_TRIGGER_XRUN, COMP_STATE_PAUSED),
129 COMP_TRIGGER_XRUN, COMP_STATE_ACTIVE),
/sof-2.7.6/src/audio/pipeline/
Dpipeline-xrun.c156 ret = pipeline_trigger(p, p->source_comp, COMP_TRIGGER_XRUN); in pipeline_xrun()
/sof-2.7.6/src/idc/
Didc.c238 case COMP_TRIGGER_XRUN: in idc_trigger()
/sof-2.7.6/src/include/sof/audio/
Dcomponent_ext.h344 case COMP_TRIGGER_XRUN: in comp_get_requested_state()
Dcomponent.h81 #define COMP_TRIGGER_XRUN 8 /**< XRUN component */ macro
/sof-2.7.6/src/audio/
Dhost.c504 case COMP_TRIGGER_XRUN: in host_trigger()
Ddai.c779 case COMP_TRIGGER_XRUN: in dai_comp_trigger_internal()