Fix asus ux3405 audio - #5866
Open
glira wants to merge 10000 commits into
Open
Conversation
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.
Overview
This PR fixes audio volume instability and missing channel boost on the ASUS Zenbook 14 UX3405CA (ACPI Subsystem ID
1043:1A63).Problem
Previously, SSID
10431A63matchedmissing_speaker_id_gpio2incs35l41_prop_model_table.This fallback routine caused:
VSPK: 0(Voltage Switch Boost disabled).Solution
10431A63incs35l41_config_tablespecifying internal boost type, 4500mA peak current, and 24uF capacitance.10431A63togeneric_dsd_config.Tested and confirmed working on ASUS Zenbook 14 UX3405CA running Linux.
Signed-off-by: Gemayel Lira gemayellira@gmail.com