mirror of
https://github.com/python/cpython.git
synced 2025-10-18 12:48:57 +00:00
Add two constants (with the same value) to specify the on-board CD input.
This commit is contained in:
parent
f4cbb9c7fa
commit
f7d77009c1
1 changed files with 2 additions and 0 deletions
|
@ -36,3 +36,5 @@ LINE_OUT = 0x04 # output to line out
|
||||||
|
|
||||||
MICROPHONE = 0x01 # input from microphone
|
MICROPHONE = 0x01 # input from microphone
|
||||||
LINE_IN = 0x02 # input from line in
|
LINE_IN = 0x02 # input from line in
|
||||||
|
CD = 0x04 # input from on-board CD inputs
|
||||||
|
INTERNAL_CD_IN = CD # input from internal CDROM
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue