Searched refs:snd_pcm_oss_ioctl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | pcm_oss.c | 2584 static long snd_pcm_oss_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in snd_pcm_oss_ioctl() function 2753 return snd_pcm_oss_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in snd_pcm_oss_ioctl_compat() 3107 .unlocked_ioctl = snd_pcm_oss_ioctl,
|
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | pcm_oss.c | 2600 static long snd_pcm_oss_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in snd_pcm_oss_ioctl() function 2771 return snd_pcm_oss_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in snd_pcm_oss_ioctl_compat() 3131 .unlocked_ioctl = snd_pcm_oss_ioctl,
|
Completed in 9 milliseconds