Home
last modified time | relevance | path

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

/hardware/qcom/msm8994/kernel-headers/sound/
Dcompress_offload.h95 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps) macro
/hardware/qcom/msm8x26/original-kernel-headers/sound/
Dcompress_offload.h175 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps) macro
/hardware/qcom/msm8x84/kernel-headers/sound/
Dcompress_offload.h92 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps) macro
/hardware/qcom/msm8x26/kernel-headers/sound/
Dcompress_offload.h92 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps) macro
/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dcompress_offload.h175 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps) macro
/hardware/qcom/msm8994/original-kernel-headers/sound/
Dcompress_offload.h177 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps) macro
/hardware/qcom/msm8x09/original-kernel-headers/sound/
Dcompress_offload.h179 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps) macro
/hardware/qcom/msm8996/original-kernel-headers/sound/
Dcompress_offload.h179 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps) macro
/hardware/qcom/msm8x09/kernel-headers/sound/
Dcompress_offload.h95 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps) macro
/hardware/qcom/msm8996/kernel-headers/sound/
Dcompress_offload.h95 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps) macro
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_audio.h278 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x00, struct snd_compr_caps *) macro
Daplay.c209 if (ioctl(pcm->fd, SNDRV_COMPRESS_GET_CAPS, &compr_cap)) { in play_file()