From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 342E52F5337; Fri, 7 Aug 2026 15:07:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786115224; cv=none; b=EsoHlWu7M5SJmJUl1yV/vbNfrTEFhKKWPhoP1uwIi+x7sJDX90nvRTFKdHt28lcRoJXh2P02pXMjWaObQS45uQWghyGr8S4AX7FetMjmvIfVGQYwMn6n5LcWiEzbbZiWdhXOc0783IABMGyZJrmiJXTAK7AaZ1Vf67QVER1r7lg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786115224; c=relaxed/simple; bh=izrF7RBQhy/bNBAk3geq+VTVFEfuFAyXvUbDRwyZL9Y=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Luw0k3ieyB3R3KqMl+kz369EfeWpEmXXX3Cr90q6/WoPgKVixTQzMQqtXdsl8K967qepSNfsdwjY6odsG5UmH9pbfgZHsnKvU9PeZd4lfqzPLUlZWyg+AThkgvWDze5fF3tpyVk+rTKjYszqZymQfY04wB8oAYjMHZ7QVATAb4g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=w6N1HeFW; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="w6N1HeFW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B6B8C1F000E9; Fri, 7 Aug 2026 15:07:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1786115223; bh=2PRRcQF39kTdjqRT0ehfJnoLoDemQe6FfXTkB/AN8l8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=w6N1HeFWQv/e01iS+aO+3TEvBl8/twfQEu++JAqTh4B6rrtJ7gFqrzu9vinKXPM/K NkaN7P+qjJg0iN2fKYpZxZNduWvDEbxUskelckx9RGqTNYQ1E66fvOISsdBK10NiMI GIX6c2J+38BIywHmCTzhzjGl1dJHPbw99auck7aY= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Eckhart Mohr , Werner Sembach , Takashi Iwai Subject: [PATCH 6.18 202/396] ALSA: hda/realtek: Add quirk for TongFang X6SP45xU Date: Fri, 7 Aug 2026 16:36:02 +0200 Message-ID: <20260807143428.638072065@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260807143424.272339768@linuxfoundation.org> References: <20260807143424.272339768@linuxfoundation.org> User-Agent: quilt/0.69 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.18-stable review patch. If anyone has any objections, please let me know. ------------------ From: Eckhart Mohr commit 26a94400ffa4fcbeff32e23abebb83a1a20eb401 upstream. TongFang X6KK45xU and X6SP45xU have actually different PCI IDs. This patch Adds the missing PCI ID to fix headphone detection and clarifies the naming. Fixes: d595255241e5 ("ALSA: hda/realtek: Add quirk for TongFang X6xx45xU") Signed-off-by: Eckhart Mohr Cc: stable@vger.kernel.org Signed-off-by: Werner Sembach Link: https://patch.msgid.link/20260724190109.169889-1-wse@tuxedocomputers.com Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/hda/codecs/realtek/alc269.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/sound/hda/codecs/realtek/alc269.c +++ b/sound/hda/codecs/realtek/alc269.c @@ -7560,7 +7560,8 @@ static const struct hda_quirk alc269_fix 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(0x1d05, 0x3031, "TongFang X6AR55xU", ALC2XX_FIXUP_HEADSET_MIC), - SND_PCI_QUIRK(0x1d05, 0x3034, "TongFang X6xx45xU", ALC2XX_FIXUP_HEADSET_MIC), + SND_PCI_QUIRK(0x1d05, 0x3033, "TongFang X6SP45xU", ALC2XX_FIXUP_HEADSET_MIC), + SND_PCI_QUIRK(0x1d05, 0x3034, "TongFang X6KK45xU", 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),