diff options
author | Guido van Rossum <guido@python.org> | 1998-09-24 18:09:47 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-09-24 18:09:47 (GMT) |
commit | f7d77009c189c18aa76c24e8f43f23b71bee262b (patch) | |
tree | 863db414083db61066192cb8f5e550d369810691 /Lib/plat-sunos5 | |
parent | f4cbb9c7fa8d702dab1dc78edbef29f1e596a73f (diff) | |
download | cpython-f7d77009c189c18aa76c24e8f43f23b71bee262b.zip cpython-f7d77009c189c18aa76c24e8f43f23b71bee262b.tar.gz cpython-f7d77009c189c18aa76c24e8f43f23b71bee262b.tar.bz2 |
Add two constants (with the same value) to specify the on-board CD input.
Diffstat (limited to 'Lib/plat-sunos5')
-rwxr-xr-x | Lib/plat-sunos5/SUNAUDIODEV.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/plat-sunos5/SUNAUDIODEV.py b/Lib/plat-sunos5/SUNAUDIODEV.py index b66610d..a81a2ab 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 |