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

  /bionic/libc/kernel/common/sound/
compress_offload.h 95 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
  /external/kernel-headers/original/sound/
compress_offload.h 160 * SNDRV_COMPRESS_SET_PARAMS: Set codec and stream parameters
178 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 280 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x02, struct snd_compr_params *)
aplay.c 227 if (ioctl(pcm->fd, SNDRV_COMPRESS_SET_PARAMS, &compr_params)) {
228 fprintf(stderr, "Aplay: SNDRV_COMPRESS_SET_PARAMS,failed Error no %d \n", errno);

Completed in 560 milliseconds