From: Guido van Rossum Date: Thu, 24 Sep 1998 18:09:47 +0000 (+0000) Subject: Add two constants (with the same value) to specify the on-board CD input. X-Git-Tag: v1.5.2a2~253 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7d77009c189c18aa76c24e8f43f23b71bee262b;p=thirdparty%2FPython%2Fcpython.git Add two constants (with the same value) to specify the on-board CD input. --- diff --git a/Lib/plat-sunos5/SUNAUDIODEV.py b/Lib/plat-sunos5/SUNAUDIODEV.py index b66610d903ef..a81a2abd0a57 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