Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_IOCTL_HW_PARAMS (Results 1 – 7 of 7) sorted by relevance

/device/google/coral-kernel/sm8150/kernel-headers/sound/
Dasound.h457 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) macro
/device/google/bonito/sdm710/kernel-headers/sound/
Dasound.h451 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) macro
/device/google/crosshatch/sdm845/kernel-headers/sound/
Dasound.h451 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) macro
/device/google/bonito/sdm710/original-kernel-headers/sound/
Dasound.h565 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) macro
/device/google/coral-kernel/sm8150/original-kernel-headers/sound/
Dasound.h574 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) macro
/device/google/crosshatch/sdm845/original-kernel-headers/sound/
Dasound.h565 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) macro
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/
Dpcm.c908 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_HW_PARAMS, &params)) { in pcm_open()