Searched refs:mixer_ioctl (Results 1 - 4 of 4) sorted by relevance

/linux-master/sound/oss/dmasound/
H A Ddmasound.h124 int (*mixer_ioctl)(u_int, u_long); /* optional */ member in struct:__anon3250
H A Ddmasound_core.c345 static int mixer_ioctl(struct file *file, u_int cmd, u_long arg) function
364 if (dmasound.mach.mixer_ioctl)
365 return dmasound.mach.mixer_ioctl(cmd, arg);
374 ret = mixer_ioctl(file, cmd, arg);
1138 return mixer_ioctl(file, cmd, arg);
H A Ddmasound_paula.c702 .mixer_ioctl = AmiMixerIoctl,
H A Ddmasound_atari.c1548 .mixer_ioctl = TTMixerIoctl,
1575 .mixer_ioctl = FalconMixerIoctl,

Completed in 527 milliseconds