Home
last modified time | relevance | path

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

/linux-6.15/include/sound/
H A Dcompress_driver.h177 int (*task_stop) (struct snd_compr_stream *stream, struct snd_compr_task_runtime *task); member
/linux-6.15/sound/soc/fsl/
H A Dfsl_asrc_m2m.c627 .task_stop = fsl_asrc_m2m_comp_task_stop,
/linux-6.15/sound/core/
H A Dcompress_offload.c1154 stream->ops->task_stop(stream, task); in snd_compr_task_stop_one()