]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add two constants (with the same value) to specify the on-board CD input.
authorGuido van Rossum <guido@python.org>
Thu, 24 Sep 1998 18:09:47 +0000 (18:09 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 24 Sep 1998 18:09:47 +0000 (18:09 +0000)
Lib/plat-sunos5/SUNAUDIODEV.py

index b66610d903ef424842c5a1486d21ad9f6c1e2157..a81a2abd0a574e761e59fe6aa5a3ded429ca7a82 100755 (executable)
@@ -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