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 9C8D2271289; Thu, 13 Feb 2025 14:44:46 +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=1739457886; cv=none; b=E5J6ln2jQl4V+UlmHk3gDQPfT48UQcSmkdj2babJwp56Fj/D5Cvala/KEMum8JzGu0hV6HL50dhvQ27gDgDd+rDMbOoqDF+hxG3Ch81b+X39dctK9gKsUgqrzU1erLLMjnSpe96s7UqRDeUBOYRsP1mnnmIsvwVUjtYnoMz9rMw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739457886; c=relaxed/simple; bh=MBLnhjEvXitEzD5lG+ZyrqzvhxnZ3ljgt9VHhlSHdlQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=kk63l6DMzPMEihQ+C0MhX+afFSt/has32ViCSaKhn4JAjfYM4IGOvLvBydR96IitUt4cLVa41rIijhTVlTJv2SsPqGENZLlDxJGrrW0sWDluDAhMuwyOGIofIwLCriVrSTe9BF+nrFvyL1wLvgoTVnVcK4Wbf/aNkl4YBorhSKg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=xdXgy/lu; 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="xdXgy/lu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 08004C4CED1; Thu, 13 Feb 2025 14:44:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1739457886; bh=MBLnhjEvXitEzD5lG+ZyrqzvhxnZ3ljgt9VHhlSHdlQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=xdXgy/luUGGUqAb23dFsnC+8z5MmFGuSX5MPSqYDL7TcWEH5d5dzDoWlvT7wBXKrn YmMRuRayXttmB0fPHVYx2EPJhcBlhqA0ob0Z6GVoif3BugTN8LHdsTSUJPTuSJYTzX bEYTCqnxcFJ3rxhitSvXVJFJ5nCSzfx+yfFuuCaw= 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.12 242/422] ALSA: hda/realtek: Enable headset mic on Positivo C6400 Date: Thu, 13 Feb 2025 15:26:31 +0100 Message-ID: <20250213142445.875753808@linuxfoundation.org> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250213142436.408121546@linuxfoundation.org> References: <20250213142436.408121546@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 commit 1aec3ed2e3e1512aba15e7e790196a44efd5f0a7 upstream. Positivo C6400 is equipped with ALC269VB, and it needs ALC269VB_FIXUP_ASUS_ZENBOOK quirk to make its headset mic work. Also must to limits the microphone boost. Signed-off-by: Edson Juliano Drosdeck Cc: Link: https://patch.msgid.link/20250114170619.11510-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 @@ -10949,6 +10949,7 @@ static const struct hda_quirk alc269_fix SND_PCI_QUIRK(0x17aa, 0x511f, "Thinkpad", ALC298_FIXUP_TPT470_DOCK), SND_PCI_QUIRK(0x17aa, 0x9e54, "LENOVO NB", ALC269_FIXUP_LENOVO_EAPD), SND_PCI_QUIRK(0x17aa, 0x9e56, "Lenovo ZhaoYang CF4620Z", ALC286_FIXUP_SONY_MIC_NO_PRESENCE), + SND_PCI_QUIRK(0x1849, 0x0269, "Positivo Master C6400", ALC269VB_FIXUP_ASUS_ZENBOOK), SND_PCI_QUIRK(0x1849, 0x1233, "ASRock NUC Box 1100", ALC233_FIXUP_NO_AUDIO_JACK), SND_PCI_QUIRK(0x1849, 0xa233, "Positivo Master C6300", ALC269_FIXUP_HEADSET_MIC), SND_PCI_QUIRK(0x1854, 0x0440, "LG CQ6", ALC256_FIXUP_HEADPHONE_AMP_VOL),