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 A2F711E2850; Wed, 19 Mar 2025 14:37:50 +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=1742395070; cv=none; b=QtWuqlxhTvh2aAp09K0c9p4G+peRNAtyHSzQ/S1bVYPVE57xpNU5OVVNJapXI3FDiGNpwRBRwr8SXX2KcjJWecGD314K0l5fed7ujtE+sy4hj9JGaDRrYCRiN5C7d1vYgjKMpQ+GVbKCIrkSPdb5D0AXcSWyn5Sj76+G3LHJPBw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742395070; c=relaxed/simple; bh=nrU2WL3rALmHnF08F7UPXRGO4C/Y8XxQZv6JcSAmQSc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=tKY4IXqgxdRZwl8VVM1xX4LwSpENyxMLkqrPbvkv3nbz/XM5JR9BNncr51LFHeVpFZHkCd5Ja7xbARMek3tQMLK8tpNT+LY9Jj/GVpFmBoA/qt8TiVx/gdZ/dnrPOeZMhzjXiYYdvvkDQJ7xKXGyIXcvVAHkYW9e4XXwatTFOCM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=qHthDEEy; 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="qHthDEEy" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 09DE4C4CEE8; Wed, 19 Mar 2025 14:37:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1742395070; bh=nrU2WL3rALmHnF08F7UPXRGO4C/Y8XxQZv6JcSAmQSc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qHthDEEyhzs97RZ2Jo57vj1Ut4kDXtfDv0eHkMfuxRl5/aip3atl1MyN/DiuUI7W4 NLRc6ApQMM29wKi0OVahAhOtXTc4anV0OcbZEyksHex/sMsYR+pIQrXVNRhJFeQO65 xSIhHvtoAU3RXy3CLew3E90fyi9YS+PjVd8JRi3o= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Edson Juliano Drosdeck , Takashi Iwai , Sasha Levin Subject: [PATCH 6.12 107/231] ALSA: hda/realtek: Limit mic boost on Positivo ARN50 Date: Wed, 19 Mar 2025 07:30:00 -0700 Message-ID: <20250319143029.481987156@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250319143026.865956961@linuxfoundation.org> References: <20250319143026.865956961@linuxfoundation.org> User-Agent: quilt/0.68 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.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Edson Juliano Drosdeck [ Upstream commit 76b0a22d4cf7dc9091129560fdc04e73eb9db4cb ] The internal mic boost on the Positivo ARN50 is too high. Fix this by applying the ALC269_FIXUP_LIMIT_INT_MIC_BOOST fixup to the machine to limit the gain. Signed-off-by: Edson Juliano Drosdeck Link: https://patch.msgid.link/20250201143930.25089-1-edson.drosdeck@gmail.com Signed-off-by: Takashi Iwai Signed-off-by: Sasha Levin --- sound/pci/hda/patch_realtek.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index b559f0d4e3488..3949e2614a663 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -11064,6 +11064,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x1d72, 0x1945, "Redmi G", ALC256_FIXUP_ASUS_HEADSET_MIC), SND_PCI_QUIRK(0x1d72, 0x1947, "RedmiBook Air", ALC255_FIXUP_XIAOMI_HEADSET_MIC), SND_PCI_QUIRK(0x1f66, 0x0105, "Ayaneo Portable Game Player", ALC287_FIXUP_CS35L41_I2C_2), + SND_PCI_QUIRK(0x2014, 0x800a, "Positivo ARN50", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), SND_PCI_QUIRK(0x2782, 0x0214, "VAIO VJFE-CL", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), SND_PCI_QUIRK(0x2782, 0x0228, "Infinix ZERO BOOK 13", ALC269VB_FIXUP_INFINIX_ZERO_BOOK_13), SND_PCI_QUIRK(0x2782, 0x0232, "CHUWI CoreBook XPro", ALC269VB_FIXUP_CHUWI_COREBOOK_XPRO), -- 2.39.5