Home
last modified time | relevance | path

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

/Linux-v6.1/sound/core/oss/
Dpcm_oss.c1217 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, delay); in snd_pcm_oss_capture_position_fixup()
2186 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, &delay); in snd_pcm_oss_get_odelay()
2219 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, &delay); in snd_pcm_oss_get_ptr()
2298 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, &avail); in snd_pcm_oss_get_space()
/Linux-v6.1/include/uapi/sound/
Dasound.h671 #define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21, snd_pcm_sframes_t) macro
/Linux-v6.1/tools/include/uapi/sound/
Dasound.h671 #define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21, snd_pcm_sframes_t) macro
/Linux-v6.1/sound/core/
Dpcm_native.c3349 case SNDRV_PCM_IOCTL_DELAY: in snd_pcm_common_ioctl()
3449 case SNDRV_PCM_IOCTL_DELAY: in snd_pcm_kernel_ioctl()