From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8EC571C6AB; Mon, 4 Mar 2024 21:39:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709588345; cv=none; b=umsQXcoLMGLmbPdSTeVzN4Vn1K2alap+T3QRQktstGVvfoJdUJjlIr2F5Cf3/iomtQOg5n3HtRwuVA804rjvYD02k6eqW4qgxo9bVO9ns5M/SM0sBdhKDMkrsKdYZjlXVQZylCNAX+79BxkGdIrPAWaDW4/ch6ATHELPpyfEhzU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709588345; c=relaxed/simple; bh=NsD+nXEvRvs72w7O9700d9UbsvSDoP7OPYkFxgigrG4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=FazKxzeeL2RkrNkRJwjtjKSe9k8pecZahIqRhPysihkW/MffKL+Dpmt6e92DCN/mvfGXZo/0btiVft56/lkOq7gxBQq8knpLwbIxyHU2cZO1hq6oAucegvtV7X1/Fmxq9TLrWrYdwr616Zpuqi2dPURcUV1l/BGS7fNCHi65HbI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=f6Rll6Dv; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="f6Rll6Dv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2129DC433F1; Mon, 4 Mar 2024 21:39:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1709588345; bh=NsD+nXEvRvs72w7O9700d9UbsvSDoP7OPYkFxgigrG4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=f6Rll6DvYph9D2HFFu3NON/20cbpwFR9QJhhB/6h9OhQ2TR3QeFAP2shYYKj+V6Z2 Xn6YpI87X64cqZqU+u7qjkBjwOvVwrVDwGyDrzqUpfGUAPlDp4cdAeqCVNv17y0ccM lnYITl7+6USlXBYj9CQdwcGwSBrZvaoSP3/BaErI= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Gergo Koteles , Takashi Iwai Subject: [PATCH 6.6 071/143] ALSA: hda/realtek: tas2781: enable subwoofer volume control Date: Mon, 4 Mar 2024 21:23:11 +0000 Message-ID: <20240304211552.190620066@linuxfoundation.org> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240304211549.876981797@linuxfoundation.org> References: <20240304211549.876981797@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Gergo Koteles 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: Signed-off-by: Gergo Koteles Link: https://lore.kernel.org/r/7ffae10ebba58601d25fe2ff8381a6ae3a926e62.1708687813.git.soyer@irl.hu Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/patch_realtek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -9487,7 +9487,7 @@ static const struct hda_fixup alc269_fix .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,