Skip to content

Commit

Permalink
Also drop incoming audio format from secondary zones
Browse files Browse the repository at this point in the history
Seems to be broken on many models, and we don't benefit much
from it.
  • Loading branch information
elupus committed May 10, 2024
1 parent 8da3f8d commit 5b45222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arcam/fmj/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ class CommandCodes(IntOrTypeEnum):
COMPRESSION = 0x41, None, EnumFlags.ZONE_SUPPORT

INCOMING_VIDEO_FORMAT = 0x42, None
INCOMING_AUDIO_FORMAT = 0x43, None, EnumFlags.ZONE_SUPPORT
INCOMING_AUDIO_FORMAT = 0x43, None
INCOMING_AUDIO_SAMPLERATE = 0x44

SUB_STEREO_TRIM = 0x45 # Set/Request
Expand Down

0 comments on commit 5b45222

Please sign in to comment.