Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/sound/
Dasound.h582 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
/Linux-v4.19/include/uapi/sound/
Dasound.h582 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
/Linux-v4.19/sound/core/
Dpcm_native.c2876 case SNDRV_PCM_IOCTL_SW_PARAMS: in snd_pcm_common_ioctl()
2985 case SNDRV_PCM_IOCTL_SW_PARAMS: in snd_pcm_kernel_ioctl()
/Linux-v4.19/sound/core/oss/
Dpcm_oss.c1025 if ((err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_SW_PARAMS, sw_params)) < 0) { in snd_pcm_oss_change_params_locked()