Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
cd930f52
Commit
cd930f52
authored
Mar 10, 2003
by
Greg Ward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
openmixer()'s 'mode' parameter has been removed.
parent
0b6dfb80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
Doc/lib/libossaudiodev.tex
Doc/lib/libossaudiodev.tex
+2
-6
No files found.
Doc/lib/libossaudiodev.tex
View file @
cd930f52
...
...
@@ -61,16 +61,12 @@ activity needed. Further, some soundcards are half-duplex: they can be
opened for reading or writing, but not both at once.
\end{funcdesc}
\begin{funcdesc}
{
openmixer
}{
\optional
{
device
\optional
{
, mode
}
}}
\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
}
. 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.
\file
{
/dev/mixer
}
.
\end{funcdesc}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment