summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergo Koteles <soyer@irl.hu>2024-02-23 12:34:30 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-03-06 14:48:39 +0000
commitd6ac6ffbdc399868a8e6c1d5ca97cc73661935ae (patch)
treebaa552823ac74aaedb0c3a4166c6bc25ad61da0b
parentbb06ffbf3862fbe7ba2572db2c249d374c558cc7 (diff)
downloadlinux-stable-d6ac6ffbdc399868a8e6c1d5ca97cc73661935ae.tar.gz
linux-stable-d6ac6ffbdc399868a8e6c1d5ca97cc73661935ae.tar.bz2
linux-stable-d6ac6ffbdc399868a8e6c1d5ca97cc73661935ae.zip
ALSA: hda/realtek: tas2781: enable subwoofer volume control
commit c1947ce61ff4cd4de2fe5f72423abedb6dc83011 upstream. The volume of subwoofer channels is always at maximum with the ALC269_FIXUP_THINKPAD_ACPI chain. Use ALC285_FIXUP_THINKPAD_HEADSET_JACK to align it to the master volume. Link: https://bugzilla.kernel.org/show_bug.cgi?id=208555#c827 Fixes: 3babae915f4c ("ALSA: hda/tas2781: Add tas2781 HDA driver") Cc: <stable@vger.kernel.org> Signed-off-by: Gergo Koteles <soyer@irl.hu> Link: https://lore.kernel.org/r/7ffae10ebba58601d25fe2ff8381a6ae3a926e62.1708687813.git.soyer@irl.hu Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 0cb8ccdabc09..4d8824958f31 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9487,7 +9487,7 @@ static const struct hda_fixup alc269_fixups[] = {
.type = HDA_FIXUP_FUNC,
.v.func = tas2781_fixup_i2c,
.chained = true,
- .chain_id = ALC269_FIXUP_THINKPAD_ACPI,
+ .chain_id = ALC285_FIXUP_THINKPAD_HEADSET_JACK,
},
[ALC245_FIXUP_HP_MUTE_LED_COEFBIT] = {
.type = HDA_FIXUP_FUNC,