Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_IOCTL_INFO (Results 1 – 10 of 10) 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/msm8994/kernel-headers/sound/
Dasound.h516 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info) macro
/hardware/qcom/msm8996/kernel-headers/sound/
Dasound.h521 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info) macro
/hardware/qcom/msm8x26/kernel-headers/sound/
Dasound.h515 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info) macro
/hardware/qcom/msm8x26/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/msm8996/original-kernel-headers/sound/
Dasound.h526 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info) macro
/hardware/qcom/msm8994/original-kernel-headers/sound/
Dasound.h517 #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()
/hardware/bsp/intel/peripheral/audio/generic/
Daudio_hal.c185 if (!(ioctl(fd, SNDRV_PCM_IOCTL_INFO, &info))) { in first_valid_sound_card()