summaryrefslogtreecommitdiff
path: root/Lib/plat-sunos5
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-09-24 18:09:47 +0000
committerGuido van Rossum <guido@python.org>1998-09-24 18:09:47 +0000
commite8f58fb81466ac4a2dab248e3e31fb5312535033 (patch)
tree0dbe711a3558a26ec36fc66c2a6d88b34d204ceb /Lib/plat-sunos5
parent5bcdcb3a65a811fc72f2a8db7684d603c2377c27 (diff)
downloadcpython-e8f58fb81466ac4a2dab248e3e31fb5312535033.tar.gz
Add two constants (with the same value) to specify the on-board CD input.
Diffstat (limited to 'Lib/plat-sunos5')
-rwxr-xr-xLib/plat-sunos5/SUNAUDIODEV.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/plat-sunos5/SUNAUDIODEV.py b/Lib/plat-sunos5/SUNAUDIODEV.py
index b66610d903..a81a2abd0a 100755
--- a/Lib/plat-sunos5/SUNAUDIODEV.py
+++ b/Lib/plat-sunos5/SUNAUDIODEV.py
@@ -36,3 +36,5 @@ LINE_OUT = 0x04 # output to line out
MICROPHONE = 0x01 # input from microphone
LINE_IN = 0x02 # input from line in
+CD = 0x04 # input from on-board CD inputs
+INTERNAL_CD_IN = CD # input from internal CDROM