Amend Opcode value in Audio Input Control Service

Corrects the Audio Input Control Point
Opcode value for `Set Gain Setting` field.
This commit is contained in:
Wojciech Pietraszewski
2024-11-21 16:40:49 +01:00
parent e3fdab4175
commit 63819bf9dd

View File

@@ -104,7 +104,7 @@ class AudioInputControlPointOpCode(OpenIntEnum):
Cf. 3.5.1 Audio Input Control Point procedure requirements
'''
SET_GAIN_SETTING = 0x00
SET_GAIN_SETTING = 0x01
UNMUTE = 0x02
MUTE = 0x03
SET_MANUAL_GAIN_MODE = 0x04