]> granicus.if.org Git - python/commit
Rename some mixer methods:
authorGreg Ward <gward@python.net>
Mon, 30 Dec 2002 02:43:36 +0000 (02:43 +0000)
committerGreg Ward <gward@python.net>
Mon, 30 Dec 2002 02:43:36 +0000 (02:43 +0000)
commit37897c2672f18d5fca5d5ba8dc54abb26c3dbb10
treec81d33e60c9a1b22ef43c922026b10e721a9e533
parent7b43c681623a40d64243639905581888bf6fc7fa
Rename some mixer methods:
  * channels() -> devices()
  * stereochannels() -> stereodevices()
  * recchannels() -> recdevices()
  * getvol() -> get()
  * setvol() -> set()
This is for (slightly) more consistency with the OSS ioctl names
(READ_DEVMASK, READ_RECMASK, READ_STEREODEVS).

Also make sure the C function names correspond more closely to the
Python method names for mixer methods.
Modules/ossaudiodev.c