Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/sound/
Dasound.h669 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
/Linux-v6.1/tools/include/uapi/sound/
Dasound.h669 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
/Linux-v6.1/sound/core/
Dpcm_native.c3321 case SNDRV_PCM_IOCTL_SW_PARAMS: in snd_pcm_common_ioctl()
3439 case SNDRV_PCM_IOCTL_SW_PARAMS: in snd_pcm_kernel_ioctl()
/Linux-v6.1/sound/core/oss/
Dpcm_oss.c1038 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_SW_PARAMS, sw_params); in snd_pcm_oss_change_params_locked()