Home
last modified time | relevance | path

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

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