Home
last modified time | relevance | path

Searched refs:snd_compr_caps (Results 1 – 14 of 14) sorted by relevance

/hardware/qcom/msm8x26/original-kernel-headers/sound/
Dcompress_offload.h102 struct snd_compr_caps { struct
175 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dcompress_offload.h102 struct snd_compr_caps { struct
175 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
/hardware/qcom/msm8x84/kernel-headers/sound/
Dcompress_offload.h57 struct snd_compr_caps { struct
92 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
/hardware/qcom/msm8994/original-kernel-headers/sound/
Dcompress_offload.h102 struct snd_compr_caps { struct
177 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
/hardware/qcom/msm8x26/kernel-headers/sound/
Dcompress_offload.h57 struct snd_compr_caps { struct
92 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
/hardware/qcom/msm8994/kernel-headers/sound/
Dcompress_offload.h57 struct snd_compr_caps { struct
95 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
/hardware/qcom/msm8x09/kernel-headers/sound/
Dcompress_offload.h57 struct snd_compr_caps { struct
95 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
/hardware/qcom/msm8x09/original-kernel-headers/sound/
Dcompress_offload.h102 struct snd_compr_caps { struct
179 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
/hardware/qcom/msm8996/kernel-headers/sound/
Dcompress_offload.h57 struct snd_compr_caps { struct
95 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
/hardware/qcom/msm8996/original-kernel-headers/sound/
Dcompress_offload.h102 struct snd_compr_caps { struct
179 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
/hardware/qcom/msm8998/original-kernel-headers/sound/
Dcompress_offload.h102 struct snd_compr_caps { struct
202 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
/hardware/qcom/msm8998/kernel-headers/sound/
Dcompress_offload.h57 struct snd_compr_caps { struct
112 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_audio.h193 struct snd_compr_caps { struct
278 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x00, struct snd_compr_caps *)
Daplay.c207 struct snd_compr_caps compr_cap; in play_file()