Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/sound/
Dasound.h560 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
/linux-4.1.27/sound/core/oss/
Dpcm_oss.c1023 if ((err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_SW_PARAMS, sw_params)) < 0) { in snd_pcm_oss_change_params()
/linux-4.1.27/sound/core/
Dpcm_native.c2770 case SNDRV_PCM_IOCTL_SW_PARAMS: in snd_pcm_common_ioctl1()