Added full support for Audeze Maxwell 2 PS/PC version#506
Merged
Sapd merged 8 commits intoSapd:masterfrom May 5, 2026
Merged
Conversation
Sapd
reviewed
Apr 7, 2026
Contributor
Author
|
Thanks for the review! I pushed the changes in response to your comments. I also ran clang so hopefully the formatting issues have been resolved. |
Sapd
reviewed
Apr 13, 2026
Owner
Sapd
left a comment
There was a problem hiding this comment.
Nice work overall, left a few things I noticed.
Sapd
reviewed
Apr 16, 2026
Owner
Sapd
left a comment
There was a problem hiding this comment.
status_buffs[4] is still labeled as ainf_level in the comment but nothing actually reads it. The struct doesn't have that field either, so it's just fetched and thrown away. Either drop the comment or wire it up if it's supposed to be used for something.
…string
- Restored unrelated files to upstream master state (cli/output/output.cpp,
lib/device.cpp, several Logitech/Sony/SteelSeries/HyperX device headers,
hidpp_protocol.hpp, lib/headsetcontrol.cpp).
- Reverted formatting churn in cli/main.cpp, lib/device.hpp, tests/test_library_api.cpp
and tests/test_protocols.cpp while keeping the Maxwell 2 / noise filter additions.
- Fixed misleading docstring in audeze_maxwell2.hpp ("21-packet initialization
sequence" -> "15-packet initialization sequence followed by 6 status requests").
Match the convention used by other recent capabilities (volume-limiter, bt-when-powered-on, bt-call-volume) which all ship as long-flag-only and use '\0' in CAPABILITIES_XLIST.
Per docs the test device implements every capability so the feature can be exercised without real hardware. Adds it to getCapabilities, wires up a setNoiseFilter stub matching the existing test patterns, and refreshes the README table to match --readme-helper output.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes made
I created a new device profile for the Audeze Maxwell 2 headset (specifically the PlayStation/PC version). It is based on the profile for the first Maxwell but required enough changes that it warranted a new profile rather than adding device ID to the existing profile. I also added a new function for the "AI microphone noise filter" that comes with the Maxwell 2 using the wiki as a guide.
Everything functions so far on my Linux install without issue.
Checklist