diff options
Diffstat (limited to 'Lib/irix5')
-rwxr-xr-x | Lib/irix5/AL.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/irix5/AL.py b/Lib/irix5/AL.py index c4497ab..ed17cde 100755 --- a/Lib/irix5/AL.py +++ b/Lib/irix5/AL.py @@ -17,6 +17,7 @@ SAMPLE_24 = 4 MONO = 1 STEREO = 2 +QUADRO = 4 # 4CHANNEL is not a legal Python name INPUT_LINE = 0 INPUT_MIC = 1 |