Typo fix.

This commit is contained in:
Greg Ward 2002-12-12 17:35:45 +00:00
parent afd44de812
commit b69bb3d019
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,7 @@ static PyObject *
oss_mixer_rec_channels (oss_mixer_t *self, PyObject *args)
{
return _do_ioctl_1_internal(self->x_fd, args, "recchannels",
SOUND_MIXER_READ_STEREODEVS);
SOUND_MIXER_READ_RECMASK);
}
static PyObject *