Searched refs:SNDRV_PCM_IOCTL_DELAY (Results 1 – 5 of 5) sorted by relevance
/linux/sound/core/oss/ |
H A D | pcm_oss.c | 1206 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, delay); in snd_pcm_oss_capture_position_fixup() 2172 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, &delay); in snd_pcm_oss_get_odelay() 2205 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, &delay); in snd_pcm_oss_get_ptr() 2284 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, &avail); in snd_pcm_oss_get_space()
|
/linux/tools/include/uapi/sound/ |
H A D | asound.h |
|
/linux/include/uapi/sound/ |
H A D | asound.h | 685 #define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21, snd_pcm_sframes_t) macro
|
/linux/tools/perf/trace/beauty/include/uapi/sound/ |
H A D | asound.h | 685 #define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21, snd_pcm_sframes_t) macro
|
/linux/sound/core/ |
H A D | pcm_native.c | 3357 case SNDRV_PCM_IOCTL_DELAY: in snd_pcm_common_ioctl() 3457 case SNDRV_PCM_IOCTL_DELAY: in snd_pcm_kernel_ioctl()
|