Home
last modified time | relevance | path

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

/Linux-v5.15/sound/core/oss/
Dpcm_oss.c1192 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, delay); in snd_pcm_oss_capture_position_fixup()
2161 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, &delay); in snd_pcm_oss_get_odelay()
2194 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, &delay); in snd_pcm_oss_get_ptr()
2273 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, &avail); in snd_pcm_oss_get_space()
/Linux-v5.15/include/uapi/sound/
Dasound.h680 #define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21, snd_pcm_sframes_t) macro
/Linux-v5.15/tools/include/uapi/sound/
Dasound.h680 #define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21, snd_pcm_sframes_t) macro
/Linux-v5.15/sound/core/
Dpcm_native.c3273 case SNDRV_PCM_IOCTL_DELAY: in snd_pcm_common_ioctl()
3368 case SNDRV_PCM_IOCTL_DELAY: in snd_pcm_kernel_ioctl()