Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/sound/
Dasound.h584 #define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21, snd_pcm_sframes_t) macro
/Linux-v4.19/include/uapi/sound/
Dasound.h584 #define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21, snd_pcm_sframes_t) macro
/Linux-v4.19/sound/core/oss/
Dpcm_oss.c1202 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, delay); in snd_pcm_oss_capture_position_fixup()
2152 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, &delay); in snd_pcm_oss_get_odelay()
2184 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, &delay); in snd_pcm_oss_get_ptr()
2261 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, &avail); in snd_pcm_oss_get_space()
/Linux-v4.19/sound/core/
Dpcm_native.c2900 case SNDRV_PCM_IOCTL_DELAY: in snd_pcm_common_ioctl()
2995 case SNDRV_PCM_IOCTL_DELAY: in snd_pcm_kernel_ioctl()