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 9D39D14D294; Tue, 25 Jun 2024 09:55:44 +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=1719309344; cv=none; b=OSF5SvRvFHacV6RX4xnB/dQIoMz1mShIxxeJk4uRzpPsimzmBpf/2aPpZ0gIviCA3bArxUk4ZP8SghY+yIzMmoEBkSWrgwOsILBJKj5fc5ydxhMzpNP70tuHUvGtQmk2zsUebNv5h73djZu2G93bFYG/3p7mQ+Yc/0jmPP66pTI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719309344; c=relaxed/simple; bh=FEv67CNfgvamQv3usp42ck/XEBi4Lm8jQAT1C8CKA08=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=E2TQvsj3tKr0jr/KRwMJqVxlUeYVfi5VoFKsEQ3NC+UY9AclsJ91IxulQIt0u+aZhfdsqHyU4C1ZPJDBLymi0LGqVralHUZyWNYr2O3eStp6XdFMIGW8UkBxc5bOkzqTybp2ESZhRE35QF+77RCC1CPCHFK19e2y/UCQP9bfzWg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=JIjNOkYG; 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="JIjNOkYG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1C6C8C4AF0D; Tue, 25 Jun 2024 09:55:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1719309344; bh=FEv67CNfgvamQv3usp42ck/XEBi4Lm8jQAT1C8CKA08=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=JIjNOkYGvmltu6MoTc3AEWZkNvL26VuFsGqiNFJhMRDidAti/6eW5/TESl56G7aCs XDBHhgUEFqm8XWIS6zIlsmme6wlPvEZ0XwJy1YxZi3knyEDSHyvuRYdclyh8iG4SIs 26Qu4j53K55yy3b6jW6zIjHHupwa3IKKjvzUSo6Q= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Edson Juliano Drosdeck , Takashi Iwai Subject: [PATCH 6.6 150/192] ALSA: hda/realtek: Limit mic boost on N14AP7 Date: Tue, 25 Jun 2024 11:33:42 +0200 Message-ID: <20240625085542.917528788@linuxfoundation.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240625085537.150087723@linuxfoundation.org> References: <20240625085537.150087723@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev 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: Edson Juliano Drosdeck commit 86a433862912f52597263aa224a9ed82bcd533bf upstream. The internal mic boost on the N14AP7 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 Cc: Link: https://lore.kernel.org/r/20240605153923.2837-1-edson.drosdeck@gmail.com Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/patch_realtek.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -10316,6 +10316,7 @@ static const struct snd_pci_quirk alc269 SND_PCI_QUIRK(0x1b7d, 0xa831, "Ordissimo EVE2 ", ALC269VB_FIXUP_ORDISSIMO_EVE2), /* Also known as Malata PC-B1303 */ SND_PCI_QUIRK(0x1c06, 0x2013, "Lemote A1802", ALC269_FIXUP_LEMOTE_A1802), SND_PCI_QUIRK(0x1c06, 0x2015, "Lemote A190X", ALC269_FIXUP_LEMOTE_A190X), + SND_PCI_QUIRK(0x1c6c, 0x122a, "Positivo N14AP7", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), SND_PCI_QUIRK(0x1c6c, 0x1251, "Positivo N14KP6-TG", ALC288_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1d05, 0x1132, "TongFang PHxTxX1", ALC256_FIXUP_SET_COEF_DEFAULTS), SND_PCI_QUIRK(0x1d05, 0x1096, "TongFang GMxMRxx", ALC269_FIXUP_NO_SHUTUP),