Commit f7d77009 authored by Guido van Rossum's avatar Guido van Rossum

Add two constants (with the same value) to specify the on-board CD input.

parent f4cbb9c7
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment