Home
last modified time | relevance | path

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

/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dasound.h516 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info) macro
/hardware/qcom/msm8x84/kernel-headers/sound/
Dasound.h515 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info) macro
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_pcm.c844 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_INFO, &info)) { in pcm_open()