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 6D3EC212B3D; Sun, 7 Sep 2025 20:44:21 +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=1757277861; cv=none; b=Kth6ZBH4fdc0dW+fKoWf3tmm/HVIc9VvWj8wkipr8w1uF7QwiPaPJAyOQ56bZH9e70dTLEbVs9KJLEyn5AawhaF5VpWnASVh+oI63aokYWBlaj9ZP4zgutVwgYoBa6QZEKupyrvCPUSA4XOTz8QLiNyRhfkf0UphAf9VoxUXtEY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757277861; c=relaxed/simple; bh=A2H2ClMHOtdjJ9uxhoNpalTaVmTPdUMheU+kzOzsYTk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=r0xfjSUWILS6GDXNa7QWCLTkQfTWZ839+58I4Eu9iZROtGfQk9gX4wtMAmNV65CYGYkOyQC6F6pTSCQ7qFqp2s30jmzKiViMpDJFCFegm9EcGEHj48Dtu2m/zTbwWMO0gtIPXlbe7fOCjS27Arck/ySqerVAFOnC52sVuN6C4CE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=iO3J6OPD; 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="iO3J6OPD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DDDB1C4CEF0; Sun, 7 Sep 2025 20:44:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1757277861; bh=A2H2ClMHOtdjJ9uxhoNpalTaVmTPdUMheU+kzOzsYTk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=iO3J6OPDg3L4jHybpLjruiZC3h0xR40XD6qdTamVDlQbPieAiW9V42Mw03kIYl6Bg gZLC8fipYV4igQX5NbQAZb+vrgYJxcQIVmz2RF0atp+VdvyHfL/zMq6gdzko4mcgX7 GYxxmv6nYvaKZeVd6Ep4lY2Fy9F7440cPbOdYxCU= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Aaron Erhardt , Takashi Iwai Subject: [PATCH 6.16 145/183] ALSA: hda/realtek: Fix headset mic for TongFang X6[AF]R5xxY Date: Sun, 7 Sep 2025 21:59:32 +0200 Message-ID: <20250907195619.251555944@linuxfoundation.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20250907195615.802693401@linuxfoundation.org> References: <20250907195615.802693401@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.16-stable review patch. If anyone has any objections, please let me know. ------------------ From: Aaron Erhardt commit 051b02b17a8b383ee033db211f90f24b91ac7006 upstream. Add a PCI quirk to enable microphone detection on the headphone jack of TongFang X6AR5xxY and X6FR5xxY devices. Signed-off-by: Aaron Erhardt Cc: Link: https://patch.msgid.link/20250826141054.1201482-1-aer@tuxedocomputers.com Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/patch_realtek.c | 2 ++ 1 file changed, 2 insertions(+) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -11427,6 +11427,8 @@ static const struct hda_quirk alc269_fix SND_PCI_QUIRK(0x1d05, 0x121b, "TongFang GMxAGxx", ALC269_FIXUP_NO_SHUTUP), SND_PCI_QUIRK(0x1d05, 0x1387, "TongFang GMxIXxx", ALC2XX_FIXUP_HEADSET_MIC), SND_PCI_QUIRK(0x1d05, 0x1409, "TongFang GMxIXxx", ALC2XX_FIXUP_HEADSET_MIC), + SND_PCI_QUIRK(0x1d05, 0x300f, "TongFang X6AR5xxY", ALC2XX_FIXUP_HEADSET_MIC), + SND_PCI_QUIRK(0x1d05, 0x3019, "TongFang X6FR5xxY", ALC2XX_FIXUP_HEADSET_MIC), SND_PCI_QUIRK(0x1d17, 0x3288, "Haier Boyue G42", ALC269VC_FIXUP_ACER_VCOPPERBOX_PINS), SND_PCI_QUIRK(0x1d72, 0x1602, "RedmiBook", ALC255_FIXUP_XIAOMI_HEADSET_MIC), SND_PCI_QUIRK(0x1d72, 0x1701, "XiaomiNotebook Pro", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE),