Home
last modified time | relevance | path

Searched refs:snd_compr_task (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/sound/
H A Dcompress_offload.h131 /* flags for struct snd_compr_task */
135 * struct snd_compr_task - task primitive for non-realtime operation
144 struct snd_compr_task { struct
223 #define SNDRV_COMPRESS_TASK_CREATE _IOWR('C', 0x60, struct snd_compr_task)
225 #define SNDRV_COMPRESS_TASK_START _IOWR('C', 0x62, struct snd_compr_task)
167 reservedsnd_compr_task global() argument
/linux/sound/core/
H A Dcompress_offload.c1025 static int snd_compr_task_new(struct snd_compr_stream *stream, struct snd_compr_task *utask) in snd_compr_task_new()
1073 struct snd_compr_task *task __free(kfree) = NULL; in snd_compr_task_create()
1089 struct snd_compr_task *utask) in snd_compr_task_start_prepare()
1103 static int snd_compr_task_start(struct snd_compr_stream *stream, struct snd_compr_task *utask) in snd_compr_task_start()
1134 struct snd_compr_task *task __free(kfree) = NULL; in snd_compr_task_start_ioctl()