Home
last modified time | relevance | path

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

/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/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/audio/legacy/libalsa-intf/
Dalsa_pcm.c310 static void info_dump(struct snd_pcm_info *info) in info_dump()
326 static void info_dump(struct snd_pcm_info *info) {} in info_dump()
760 struct snd_pcm_info info; in pcm_open()