Home
last modified time | relevance | path

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

/linux-6.15/include/sound/
H A Dcompress_driver.h175 int (*task_create) (struct snd_compr_stream *stream, struct snd_compr_task_runtime *task); member
/linux-6.15/sound/soc/fsl/
H A Dfsl_asrc_m2m.c625 .task_create = fsl_asrc_m2m_comp_task_create,
/linux-6.15/sound/core/
H A Dcompress_offload.c1039 retval = stream->ops->task_create(stream, task); in snd_compr_task_new()