Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b69bb3d

Browse files
committed
Typo fix.
1 parent afd44de commit b69bb3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/ossaudiodev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ static PyObject *
696696
oss_mixer_rec_channels (oss_mixer_t *self, PyObject *args)
697697
{
698698
return _do_ioctl_1_internal(self->x_fd, args, "recchannels",
699-
SOUND_MIXER_READ_STEREODEVS);
699+
SOUND_MIXER_READ_RECMASK);
700700
}
701701

702702
static PyObject *

0 commit comments

Comments
 (0)