Home
last modified time | relevance | path

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

/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dasound.h522 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
/hardware/qcom/msm8x84/kernel-headers/sound/
Dasound.h522 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_pcm.c349 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_SW_PARAMS, sparams)) { in param_set_sw_params()