summaryrefslogtreecommitdiff
path: root/Modules/ossaudiodev.c
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2002-12-12 17:35:45 +0000
committerGreg Ward <gward@python.net>2002-12-12 17:35:45 +0000
commitf042826256f24c4a1f292dc014b899b594ca0c20 (patch)
tree7295a0c12697fe0bf5b3490e931b16f65572cacf /Modules/ossaudiodev.c
parent037eaf18354f050cd410ba8cf75b064a33ce76a7 (diff)
downloadcpython-f042826256f24c4a1f292dc014b899b594ca0c20.tar.gz
Typo fix.
Diffstat (limited to 'Modules/ossaudiodev.c')
-rw-r--r--Modules/ossaudiodev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/ossaudiodev.c b/Modules/ossaudiodev.c
index e1b465deb4..77a217458a 100644
--- a/Modules/ossaudiodev.c
+++ b/Modules/ossaudiodev.c
@@ -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 *