Home
last modified time | relevance | path

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

/linux/sound/soc/intel/atom/sst/
H A Dsst_stream.c392 int str_id, bool partial_drain) in sst_drain_stream() argument
411 sizeof(u8), &partial_drain, NULL, true, true, false, false); in sst_drain_stream()
H A Dsst.h447 int str_id, bool partial_drain);
/linux/sound/soc/qcom/qdsp6/
H A Dq6asm-dai.c540 if (substream->partial_drain) { in compress_event_handler()
576 if (substream->partial_drain || prtd->notify_on_drain) in compress_event_handler()
582 if (substream->partial_drain && is_last_buffer) { in compress_event_handler()
H A Dq6apm-dai.c182 if (substream->partial_drain || prtd->notify_on_drain) in event_handler_compr()
188 if (substream->partial_drain && is_last_buffer) in event_handler_compr()
/linux/Documentation/sound/designs/
H A Dcompress-offload.rst247 - then call partial_drain to flush most of buffer in DSP
251 (note: order for partial_drain and write for next track can be reversed as well)
/linux/sound/core/
H A Dcompress_offload.c857 stream->partial_drain = false; in snd_compr_stop()
1017 stream->partial_drain = true; in snd_compr_partial_drain()