Home
last modified time | relevance | path

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

/sof-2.7.6/src/audio/
Dhost.c255 if (hd->copy_type == COMP_COPY_ONE_SHOT) in host_dma_cb()
488 if (cmd != COMP_TRIGGER_START && hd->copy_type == COMP_COPY_ONE_SHOT) in host_trigger()
801 hd->copy = hd->copy_type == COMP_COPY_ONE_SHOT ? host_copy_one_shot : in host_params()
/sof-2.7.6/src/include/sof/audio/
Dcomponent.h222 COMP_COPY_ONE_SHOT, /**< One-shot */ enumerator
/sof-2.7.6/src/ipc/ipc3/
Dhandler.c188 enum comp_copy_type copy_type = COMP_COPY_ONE_SHOT; in ipc_stream_pcm_params()