Home
last modified time | relevance | path

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

/sof-3.4.0/test/cmocka/src/audio/component/
Dcomp_set_state.c159 COMP_TRIGGER_XRUN, COMP_STATE_INIT),
161 COMP_TRIGGER_XRUN, COMP_STATE_SUSPEND),
163 COMP_TRIGGER_XRUN, COMP_STATE_PREPARE),
165 COMP_TRIGGER_XRUN, COMP_STATE_PAUSED),
167 COMP_TRIGGER_XRUN, COMP_STATE_ACTIVE),
/sof-3.4.0/src/audio/pipeline/
Dpipeline-xrun.c160 ret = pipeline_trigger(p, p->source_comp, COMP_TRIGGER_XRUN); in pipeline_xrun()
Dpipeline-stream.c288 case COMP_TRIGGER_XRUN: in pipeline_trigger()
289 if (cmd == COMP_TRIGGER_XRUN) in pipeline_trigger()
Dpipeline-schedule.c341 case COMP_TRIGGER_XRUN: in pipeline_schedule_triggered()
/sof-3.4.0/src/include/sof/audio/
Dcomponent_ext.h165 case COMP_TRIGGER_XRUN: in comp_trigger_local()
324 case COMP_TRIGGER_XRUN: in comp_get_requested_state()
Dcomponent.h88 COMP_TRIGGER_XRUN, /**< XRUN component */ enumerator
/sof-3.4.0/src/idc/
Didc.c236 case COMP_TRIGGER_XRUN: in idc_trigger()
/sof-3.4.0/src/audio/
Dhost-legacy.c605 case COMP_TRIGGER_XRUN: in host_trigger()
Ddai-legacy.c804 case COMP_TRIGGER_XRUN: in dai_comp_trigger_internal()
Dhost-zephyr.c557 case COMP_TRIGGER_XRUN: in host_zephyr_trigger()
Ddai-zephyr.c1076 case COMP_TRIGGER_XRUN: in dai_comp_trigger_internal()