Kaydet (Commit) b69bb3d0 authored tarafından Greg Ward's avatar Greg Ward

Typo fix.

üst afd44de8
...@@ -696,7 +696,7 @@ static PyObject * ...@@ -696,7 +696,7 @@ static PyObject *
oss_mixer_rec_channels (oss_mixer_t *self, PyObject *args) oss_mixer_rec_channels (oss_mixer_t *self, PyObject *args)
{ {
return _do_ioctl_1_internal(self->x_fd, args, "recchannels", return _do_ioctl_1_internal(self->x_fd, args, "recchannels",
SOUND_MIXER_READ_STEREODEVS); SOUND_MIXER_READ_RECMASK);
} }
static PyObject * static PyObject *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment