[Python-checkins] python/dist/src/Doc/lib libossaudiodev.tex,1.5,1.6

gward@users.sourceforge.net gward@users.sourceforge.net
Sun, 09 Mar 2003 19:18:22 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv4966

Modified Files:
	libossaudiodev.tex 
Log Message:
openmixer()'s 'mode' parameter has been removed.


Index: libossaudiodev.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libossaudiodev.tex,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** libossaudiodev.tex	10 Mar 2003 03:05:21 -0000	1.5
--- libossaudiodev.tex	10 Mar 2003 03:18:19 -0000	1.6
***************
*** 62,75 ****
  \end{funcdesc}
  
! \begin{funcdesc}{openmixer}{\optional{device\optional{, mode}}}
  Open a mixer device and return an OSS mixer device object.  
  \var{device} is the mixer device filename to use.  If it is
  not specified, this module first looks in the environment variable
  \envvar{MIXERDEV} for a device to use.  If not found, it falls back to
! \file{/dev/mixer}.  You may specify \code{'r'}, \code{'rw'} or
! \code{'w'} for \var{mode}; the default is \code{'r'}.
! 
! % XXX I suspect 'mode' is irrelevant, ie. that OSS doesn't care.
! % If so this argument and the code that handles it should be ripped out.
  
  \end{funcdesc}
--- 62,71 ----
  \end{funcdesc}
  
! \begin{funcdesc}{openmixer}{\optional{device}}
  Open a mixer device and return an OSS mixer device object.  
  \var{device} is the mixer device filename to use.  If it is
  not specified, this module first looks in the environment variable
  \envvar{MIXERDEV} for a device to use.  If not found, it falls back to
! \file{/dev/mixer}.
  
  \end{funcdesc}