Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/sound/
Dcompress_offload.h166 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps) macro
/external/tinycompress/
Dcompress.c158 if (ops->ioctl(data, SNDRV_COMPRESS_GET_CAPS, &caps)) { in _is_codec_type_supported()
230 if (compress->ops->ioctl(compress->data, SNDRV_COMPRESS_GET_CAPS, &caps)) { in compress_open()
Dcompress_plugin.c234 case SNDRV_COMPRESS_GET_CAPS: in compress_plug_ioctl()