Searched refs:_do_ioctl_1 (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | ossaudiodev.c | 240 /* _do_ioctl_1() is a private helper function used for the OSS ioctls -- 250 _do_ioctl_1(int fd, PyObject *args, char *fname, unsigned long cmd) in _do_ioctl_1() function 342 return _do_ioctl_1(self->fd, args, "setfmt", SNDCTL_DSP_SETFMT); in oss_setfmt() 364 return _do_ioctl_1(self->fd, args, "channels", SNDCTL_DSP_CHANNELS); in oss_channels() 373 return _do_ioctl_1(self->fd, args, "speed", SNDCTL_DSP_SPEED); in oss_speed() 803 /* Can't use _do_ioctl_1 because of encoded arg thingy. */ in oss_mixer_get() 826 /* Can't use _do_ioctl_1 because of encoded arg thingy. */ in oss_mixer_set() 864 return _do_ioctl_1(self->fd, args, "set_recsrc", in oss_mixer_set_recsrc()
|
Completed in 3 milliseconds