Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/sound/
Dcompress_offload.h180 #define SNDRV_COMPRESS_STOP _IO('C', 0x33) macro
/external/tinycompress/
Dcompress.c489 if (ioctl(compress->fd, SNDRV_COMPRESS_STOP)) in compress_stop()