Skip to content

Commit c1947ce

Browse files
soyersoyertiwai
authored andcommitted
ALSA: hda/realtek: tas2781: enable subwoofer volume control
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: 3babae9 ("ALSA: hda/tas2781: Add tas2781 HDA driver") Cc: <[email protected]> Signed-off-by: Gergo Koteles <[email protected]> Link: https://lore.kernel.org/r/7ffae10ebba58601d25fe2ff8381a6ae3a926e62.1708687813.git.soyer@irl.hu Signed-off-by: Takashi Iwai <[email protected]>
1 parent 85df6b5 commit c1947ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9585,7 +9585,7 @@ static const struct hda_fixup alc269_fixups[] = {
95859585
.type = HDA_FIXUP_FUNC,
95869586
.v.func = tas2781_fixup_i2c,
95879587
.chained = true,
9588-
.chain_id = ALC269_FIXUP_THINKPAD_ACPI,
9588+
.chain_id = ALC285_FIXUP_THINKPAD_HEADSET_JACK,
95899589
},
95909590
[ALC287_FIXUP_YOGA7_14ARB7_I2C] = {
95919591
.type = HDA_FIXUP_FUNC,

0 commit comments

Comments
 (0)