Searched refs:SNDRV_PCM_IOCTL_SW_PARAMS (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asound.h | 468 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
|
/kernel/linux/linux-5.10/tools/include/uapi/sound/ |
H A D | asound.h | 677 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | asound.h | 677 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asound.h | 679 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
|
/kernel/linux/linux-6.6/tools/include/uapi/sound/ |
H A D | asound.h | 679 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asound.h | 540 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asound.h | 540 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_native.c | 3291 case SNDRV_PCM_IOCTL_SW_PARAMS: in snd_pcm_common_ioctl() 3404 case SNDRV_PCM_IOCTL_SW_PARAMS: in snd_pcm_kernel_ioctl()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_native.c | 3325 case SNDRV_PCM_IOCTL_SW_PARAMS: in snd_pcm_common_ioctl() 3443 case SNDRV_PCM_IOCTL_SW_PARAMS: in snd_pcm_kernel_ioctl()
|
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | pcm_oss.c | 1032 if ((err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_SW_PARAMS, sw_params)) < 0) { in snd_pcm_oss_change_params_locked()
|
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | pcm_oss.c | 1038 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_SW_PARAMS, sw_params); in snd_pcm_oss_change_params_locked()
|
Completed in 39 milliseconds