Home
last modified time | relevance | path

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

/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/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()