Home
last modified time | relevance | path

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

/linux/tools/include/uapi/sound/
H A Dasound.h
/linux/include/uapi/sound/
H A Dasound.h683 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h683 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
/linux/sound/core/
H A Dpcm_native.c3329 case SNDRV_PCM_IOCTL_SW_PARAMS: in snd_pcm_common_ioctl()
3447 case SNDRV_PCM_IOCTL_SW_PARAMS: in snd_pcm_kernel_ioctl()
/linux/sound/core/oss/
H A Dpcm_oss.c1027 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_SW_PARAMS, sw_params); in snd_pcm_oss_change_params_locked()