Home
last modified time | relevance | path

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

/hardware/qcom/msm8996/original-kernel-headers/sound/
Dasound.h298 struct snd_pcm_info { struct
526 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
934 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
/hardware/qcom/msm8998/kernel-headers/sound/
Dasound.h298 struct snd_pcm_info { struct
547 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
977 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
/hardware/qcom/msm8x26/original-kernel-headers/sound/
Dasound.h291 struct snd_pcm_info { struct
516 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
922 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
/hardware/qcom/msm8994/kernel-headers/sound/
Dasound.h279 struct snd_pcm_info { struct
516 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
944 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
/hardware/qcom/msm8994/original-kernel-headers/sound/
Dasound.h292 struct snd_pcm_info { struct
517 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
923 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
/hardware/qcom/msm8x09/original-kernel-headers/sound/
Dasound.h298 struct snd_pcm_info { struct
526 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
934 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dasound.h291 struct snd_pcm_info { struct
516 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
922 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
/hardware/qcom/msm8x09/kernel-headers/sound/
Dasound.h286 struct snd_pcm_info { struct
521 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
950 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
/hardware/qcom/msm8996/kernel-headers/sound/
Dasound.h288 struct snd_pcm_info { struct
523 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
952 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
/hardware/qcom/msm8x84/kernel-headers/sound/
Dasound.h277 struct snd_pcm_info { struct
515 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
942 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
/hardware/qcom/msm8998/original-kernel-headers/sound/
Dasound.h310 struct snd_pcm_info { struct
556 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
965 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
/hardware/qcom/msm8x26/kernel-headers/sound/
Dasound.h277 struct snd_pcm_info { struct
515 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
942 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_pcm.c306 static void info_dump(struct snd_pcm_info *info) in info_dump()
322 static void info_dump(struct snd_pcm_info *info) {} in info_dump()
756 struct snd_pcm_info info; in pcm_open()