Skip to content

Commit

Permalink
fix broken 88a config
Browse files Browse the repository at this point in the history
  • Loading branch information
3ll3d00d committed Jan 30, 2023
1 parent 27639f4 commit 34a9717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ezbeq/minidsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def __init__(self, sw_channels: List[int] = None):
'48000',
xo=PeqRoutes(CROSSOVER_NAME, 8, zero_til(8), [], zero_til(2)),
o=PeqRoutes(OUTPUT_NAME, 10, c, zero_til(10)),
extra=PeqRoutes(OUTPUT_NAME, 10, non_sw, []) if non_sw else None)
extra=[PeqRoutes(OUTPUT_NAME, 10, non_sw, []) if non_sw else None])


class Minidsp410(MinidspDescriptor):
Expand Down

0 comments on commit 34a9717

Please sign in to comment.