From nobody Sat Feb 7 07:24:43 2026 Received: from mail.tuxedocomputers.com (mail.tuxedocomputers.com [157.90.84.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 78F61217F33; Fri, 23 Jan 2026 22:12:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=157.90.84.7 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769206361; cv=none; b=NV2O4moWnmddhYzOxgI4I4ztxZ21ujtOCA3tu5Wv2m70zj5Go7KzcIYFGzjTlbMavGLs8/OENp+VcO8dz7tJ53Ys0FEflz3p6c+jBYdnfK3FLkR2JFiXi0XfApx0K1ZZznoYGZzbs+emlZMRlFcn4OXFfEhvN/nMmMpp/5aU6YM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769206361; c=relaxed/simple; bh=Nrwzyqeg2t++hEDeylJCNc8Q9HzsGpIE5P7e4A+A26o=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=YW8dnWBeeIdqnXwpYC2xV3ADK0ntjY+5UTMZE2NEaRo2/OJoZp7HB+DR5UmCOEKMi0+2xVPCgfuP/jJAV3diFgQANjd5O+pSL2Y7mcTDZITkLCGURYVu9LdpPh90qEOwIEqoD7f2ZVirFJcsGQ1cS2gcQn/thzDdXn5S3meKLaQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=tuxedocomputers.com; spf=pass smtp.mailfrom=tuxedocomputers.com; dkim=pass (1024-bit key) header.d=tuxedocomputers.com header.i=@tuxedocomputers.com header.b=dZsWIgCR; arc=none smtp.client-ip=157.90.84.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=tuxedocomputers.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=tuxedocomputers.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=tuxedocomputers.com header.i=@tuxedocomputers.com header.b="dZsWIgCR" Received: from wse-pc.. (unknown [61.8.159.50]) (Authenticated sender: wse@tuxedocomputers.com) by mail.tuxedocomputers.com (Postfix) with ESMTPA id 74AB22FC0052; Fri, 23 Jan 2026 23:12:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tuxedocomputers.com; s=default; t=1769206355; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=uYUW8K/kzY4puzdW4uaXd9AR9T0srzZgOHHxJ8M65OU=; b=dZsWIgCRqTrz3l4/0OEy+ZNmMGhCV8vsQ35ZRWqqYDY3jJzsiszOY4TaYvwZiVaUc+eSaF wPJwGFDNAWHegt1Urov66FnzEt4VVxeDuRM51GfmVsQQtfwF7fNzn68FG7lpimOy2D2enJ cuCEaeByckxSYgICDmsOU4Akhbnyxt0= Authentication-Results: mail.tuxedocomputers.com; auth=pass smtp.auth=wse@tuxedocomputers.com smtp.mailfrom=wse@tuxedocomputers.com From: Werner Sembach To: Jaroslav Kysela , Takashi Iwai Cc: Werner Sembach , linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3] ALSA: hda/realtek: Really fix headset mic for TongFang X6AR55xU. Date: Fri, 23 Jan 2026 23:12:24 +0100 Message-ID: <20260123221233.28273-1-wse@tuxedocomputers.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add a PCI quirk to enable microphone detection on the headphone jack of TongFang X6AR55xU devices. The former quirk entry did not acomplish this and is removed. Signed-off-by: Tim Guttzeit Signed-off-by: Werner Sembach --- sound/hda/codecs/realtek/alc269.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sound/hda/codecs/realtek/alc269.c b/sound/hda/codecs/realtek/a= lc269.c index 52b246f811872..17047b87276f4 100644 --- a/sound/hda/codecs/realtek/alc269.c +++ b/sound/hda/codecs/realtek/alc269.c @@ -7313,6 +7313,7 @@ static const struct hda_quirk alc269_fixup_tbl[] =3D { SND_PCI_QUIRK(0x1d05, 0x1409, "TongFang GMxIXxx", ALC2XX_FIXUP_HEADSET_MI= C), SND_PCI_QUIRK(0x1d05, 0x300f, "TongFang X6AR5xxY", ALC2XX_FIXUP_HEADSET_M= IC), SND_PCI_QUIRK(0x1d05, 0x3019, "TongFang X6FR5xxY", ALC2XX_FIXUP_HEADSET_M= IC), + SND_PCI_QUIRK(0x1d05, 0x3031, "TongFang X6AR55xU", ALC2XX_FIXUP_HEADSET_M= IC), SND_PCI_QUIRK(0x1d17, 0x3288, "Haier Boyue G42", ALC269VC_FIXUP_ACER_VCOP= PERBOX_PINS), SND_PCI_QUIRK(0x1d72, 0x1602, "RedmiBook", ALC255_FIXUP_XIAOMI_HEADSET_MI= C), SND_PCI_QUIRK(0x1d72, 0x1701, "XiaomiNotebook Pro", ALC298_FIXUP_DELL1_MI= C_NO_PRESENCE), @@ -7782,10 +7783,6 @@ static const struct snd_hda_pin_quirk alc269_pin_fix= up_tbl[] =3D { {0x12, 0x90a60140}, {0x19, 0x04a11030}, {0x21, 0x04211020}), - SND_HDA_PIN_QUIRK(0x10ec0274, 0x1d05, "TongFang", ALC274_FIXUP_HP_HEADSET= _MIC, - {0x17, 0x90170110}, - {0x19, 0x03a11030}, - {0x21, 0x03211020}), SND_HDA_PIN_QUIRK(0x10ec0282, 0x1025, "Acer", ALC282_FIXUP_ACER_DISABLE_L= INEOUT, ALC282_STANDARD_PINS, {0x12, 0x90a609c0}, --=20 2.43.0