Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dcompress_driver.h83 bool partial_drain; member
202 if (stream->partial_drain) { in snd_compr_drain_notify()
204 stream->partial_drain = false; /* clear this flag as well */ in snd_compr_drain_notify()
/openbmc/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.h450 int str_id, bool partial_drain);
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6asm-dai.c530 if (substream->partial_drain) { in compress_event_handler()
570 if (substream->partial_drain || prtd->notify_on_drain) in compress_event_handler()
576 if (substream->partial_drain && is_last_buffer) { in compress_event_handler()
H A Dq6apm-dai.c197 if (substream->partial_drain || prtd->notify_on_drain) in event_handler_compr()
203 if (substream->partial_drain && is_last_buffer) in event_handler_compr()
/openbmc/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)
/openbmc/linux/sound/core/
H A Dcompress_offload.c792 stream->partial_drain = false; in snd_compr_stop()
954 stream->partial_drain = true; in snd_compr_partial_drain()