* [PATCH] ALSA: hda/realtek: tas2781: enable subwoofer volume control
@ 2024-02-23 11:34 Gergo Koteles
2024-02-23 13:33 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Gergo Koteles @ 2024-02-23 11:34 UTC (permalink / raw)
To: Jaroslav Kysela, Takashi Iwai, Shenghao Ding
Cc: linux-sound, linux-kernel, alsa-devel, Gergo Koteles, stable
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>
---
sound/pci/hda/patch_realtek.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 0ec1312bffd5..24a26959070f 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9585,7 +9585,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,
},
[ALC287_FIXUP_YOGA7_14ARB7_I2C] = {
.type = HDA_FIXUP_FUNC,
base-commit: b401b621758e46812da61fa58a67c3fd8d91de0d
--
2.43.2
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] ALSA: hda/realtek: tas2781: enable subwoofer volume control
2024-02-23 11:34 [PATCH] ALSA: hda/realtek: tas2781: enable subwoofer volume control Gergo Koteles
@ 2024-02-23 13:33 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2024-02-23 13:33 UTC (permalink / raw)
To: Gergo Koteles
Cc: Jaroslav Kysela, Takashi Iwai, Shenghao Ding, linux-sound,
linux-kernel, alsa-devel, stable
On Fri, 23 Feb 2024 12:34:30 +0100,
Gergo Koteles wrote:
>
> 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>
Thanks, applied.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-23 13:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-23 11:34 [PATCH] ALSA: hda/realtek: tas2781: enable subwoofer volume control Gergo Koteles
2024-02-23 13:33 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox