]> granicus.if.org Git - python/commitdiff
Typo fix.
authorGreg Ward <gward@python.net>
Thu, 12 Dec 2002 17:35:45 +0000 (17:35 +0000)
committerGreg Ward <gward@python.net>
Thu, 12 Dec 2002 17:35:45 +0000 (17:35 +0000)
Modules/ossaudiodev.c

index e1b465deb4a337014236220a05d1173307c78821..77a217458a6dc8e9b74a1c8e5fd946321f58904d 100644 (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 *