HomeSort by relevance Sort by last modified time
    Searched refs:SNDRV_COMPRESS_GET_CAPS (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/common/sound/
compress_offload.h 92 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
  /external/kernel-headers/original/sound/
compress_offload.h 158 * SNDRV_COMPRESS_GET_CAPS: Query capability of DSP
175 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 278 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x00, struct snd_compr_caps *)
aplay.c 209 if (ioctl(pcm->fd, SNDRV_COMPRESS_GET_CAPS, &compr_cap)) {
210 fprintf(stderr, "Aplay: SNDRV_COMPRESS_GET_CAPS, failed Error no %d \n", errno);

Completed in 130 milliseconds