diff options
author | Takashi Iwai | 2020-11-27 15:11:04 +0100 |
---|---|---|
committer | Takashi Iwai | 2020-11-28 09:30:09 +0100 |
commit | c84bfedce60192c08455ee2d25dd13d19274a266 (patch) | |
tree | 1dcc73e1801654d28e14383ab6d543e9f47c78ac /drivers/interconnect | |
parent | 242d990c158d5b1dabd166516e21992baef5f26a (diff) |
ALSA: hda/realtek: Fix bass speaker DAC assignment on Asus Zephyrus G14
ASUS Zephyrus G14 has two speaker pins, and the auto-parser tries to
assign an individual DAC to each pin as much as possible.
Unfortunately the third DAC has no volume control unlike the two DACs,
and this resulted in the inconsistent speaker volumes.
As a workaround, wire both speaker pins to the same DAC by modifying
the existing quirk (ALC289_FIXUP_ASUS_GA401) applied to this device.
Since this quirk entry is chained by another, we need to avoid
applying the DAC assignment change for it. Luckily, there is another
quirk entry (ALC289_FIXUP_ASUS_GA502) doing the very same thing, so we
can chain to the GA502 quirk instead.
Note that this patch uses a new flag of the generic parser,
obey_preferred_dacs, for enforcing the DACs.
BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=210359
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20201127141104.11041-2-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'drivers/interconnect')
0 files changed, 0 insertions, 0 deletions