From 25bcdb0e56bf2f23010d77535e863a3879dcce44 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 13 Dec 1996 00:19:15 +0000 Subject: Added QUADRO. --- Lib/irix5/AL.py | 1 + Lib/plat-irix5/AL.py | 1 + 2 files changed, 2 insertions(+) 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 diff --git a/Lib/plat-irix5/AL.py b/Lib/plat-irix5/AL.py index c4497ab..ed17cde 100755 --- a/Lib/plat-irix5/AL.py +++ b/Lib/plat-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 -- cgit v0.12