From patchwork Tue Dec 12 18:02:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kai Vehmanen X-Patchwork-Id: 13489750 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D0E4FC4167D for ; Tue, 12 Dec 2023 18:03:02 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6DED010E650; Tue, 12 Dec 2023 18:03:02 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8F45110E202 for ; Tue, 12 Dec 2023 18:02:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1702404179; x=1733940179; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=E193hNF62p4RxxOXOlPEJoOpr7KjmaB6U7TK7g2ME1M=; b=JlW/Wu609GDSMQfxZaZiPwxTxe5nVB+Eyxf+EpM3fHgIh5YlGu2kp/Eo 2XFOmH+eLHs0LR45HWCgxqmuYOzqEUsdcEI/uFQKpClWRcpCkV+g8Rdqk BCCD1MkEO6A5DWLEjH7Vo2uPhPVbefqXAA+MPUkezbF6DIH69l8l5/vK1 LnORPNM7l+MOhJMhG9CHX5uzAA5FiSNyFwuUlbnCG+Q0xbk7vaRkm4JnU u/s+v2STTnB4riWWa2iJ1nRTTw53Uhj497uBKiUfqf5MdyZ5wKQbKyXyE ZPcCN7yaIXScdS0jBwe54Wql0e05Jd1ApUCGswPkKgWS1jF2OeJkR0lp9 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10922"; a="374350740" X-IronPort-AV: E=Sophos;i="6.04,270,1695711600"; d="scan'208";a="374350740" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2023 10:02:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10922"; a="897003081" X-IronPort-AV: E=Sophos;i="6.04,270,1695711600"; d="scan'208";a="897003081" Received: from eliteleevi.tm.intel.com ([10.237.54.20]) by orsmga004.jf.intel.com with ESMTP; 12 Dec 2023 10:02:57 -0800 From: Kai Vehmanen To: intel-gfx@lists.freedesktop.org Subject: [PATCH 1/6] Revert "ALSA: hda/hdmi: add force-connect quirk for ASUSTeK Z170M Pro" Date: Tue, 12 Dec 2023 20:02:48 +0200 Message-ID: <20231212180253.2883124-2-kai.vehmanen@linux.intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20231212180253.2883124-1-kai.vehmanen@linux.intel.com> References: <20231212180253.2883124-1-kai.vehmanen@linux.intel.com> MIME-Version: 1.0 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" This reverts commit 6b2bcf964cad023bd9695a5cd842390578a7d1c9. Signed-off-by: Kai Vehmanen --- sound/pci/hda/patch_hdmi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index 8bf91fe25c65..3d7f8f510ec7 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c @@ -1995,7 +1995,6 @@ static const struct snd_pci_quirk force_connect_list[] = { SND_PCI_QUIRK(0x103c, 0x8715, "HP", 1), SND_PCI_QUIRK(0x1043, 0x8694, "ASUS", 1), /* SKL/KBL + PRIME B560M-A */ SND_PCI_QUIRK(0x1043, 0x86ae, "ASUS", 1), /* SKL + Z170 PRO */ - SND_PCI_QUIRK(0x1043, 0x86c7, "ASUS", 1), /* KBL + Z170M PRO */ SND_PCI_QUIRK(0x1462, 0xec94, "MS-7C94", 1), SND_PCI_QUIRK(0x8086, 0x2060, "Intel NUC5CPYB", 1), SND_PCI_QUIRK(0x8086, 0x2081, "Intel NUC 10", 1), From patchwork Tue Dec 12 18:02:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kai Vehmanen X-Patchwork-Id: 13489751 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6213BC4332F for ; Tue, 12 Dec 2023 18:03:04 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0E76810E656; Tue, 12 Dec 2023 18:03:03 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id F136810E650 for ; Tue, 12 Dec 2023 18:03:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1702404181; x=1733940181; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=KCu2zVywIuCnCF97o2kjTy0X9uRbrBz19lZDebfhvpI=; b=Y9DtR2/tTv1nx/8pyO9ZWmwz6mDtLnfmB3dwczWYbe2lCKagu2rTPG9v UscYlNvnzT3NvMgwazw7QK4t33DxzsGN22UUBF6aWDm+Fd7wJRmJTziwA F+0Pfm0Tf/mUon0t4YardR3taweTUvQTV30VLqRiXEqe0uhAHNU6vqWkC 33RTH+JN/fZknDvAz0FSl7TfHwU8uuMgdTkfK65Zn6ySmaoHyript6UTI NPr/9dEWfZMsCvE5YqInRzBJnjVtahfc7dYAf4tqfwj7LpyuxX7n5d++5 6IKLqPmphlj8kxkRgN8C/KCoApNcpj8GmdTBpAu++6EifaD1dCcHw2uHz Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10922"; a="374350754" X-IronPort-AV: E=Sophos;i="6.04,270,1695711600"; d="scan'208";a="374350754" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2023 10:03:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10922"; a="897003117" X-IronPort-AV: E=Sophos;i="6.04,270,1695711600"; d="scan'208";a="897003117" Received: from eliteleevi.tm.intel.com ([10.237.54.20]) by orsmga004.jf.intel.com with ESMTP; 12 Dec 2023 10:02:59 -0800 From: Kai Vehmanen To: intel-gfx@lists.freedesktop.org Subject: [PATCH 2/6] Revert "ALSA: hda/hdmi: add connect-all quirk for ASUSTeK Z170 Pro" Date: Tue, 12 Dec 2023 20:02:49 +0200 Message-ID: <20231212180253.2883124-3-kai.vehmanen@linux.intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20231212180253.2883124-1-kai.vehmanen@linux.intel.com> References: <20231212180253.2883124-1-kai.vehmanen@linux.intel.com> MIME-Version: 1.0 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" This reverts commit e83118f4e6ac13d5b1becb65e525c0e0265bbd61. Signed-off-by: Kai Vehmanen --- sound/pci/hda/patch_hdmi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index 3d7f8f510ec7..5232c46a32a7 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c @@ -1994,7 +1994,6 @@ static const struct snd_pci_quirk force_connect_list[] = { SND_PCI_QUIRK(0x103c, 0x8711, "HP", 1), SND_PCI_QUIRK(0x103c, 0x8715, "HP", 1), SND_PCI_QUIRK(0x1043, 0x8694, "ASUS", 1), /* SKL/KBL + PRIME B560M-A */ - SND_PCI_QUIRK(0x1043, 0x86ae, "ASUS", 1), /* SKL + Z170 PRO */ SND_PCI_QUIRK(0x1462, 0xec94, "MS-7C94", 1), SND_PCI_QUIRK(0x8086, 0x2060, "Intel NUC5CPYB", 1), SND_PCI_QUIRK(0x8086, 0x2081, "Intel NUC 10", 1), From patchwork Tue Dec 12 18:02:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kai Vehmanen X-Patchwork-Id: 13489752 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 50FD7C4167B for ; Tue, 12 Dec 2023 18:03:06 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E3F1710E65E; Tue, 12 Dec 2023 18:03:05 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id AE99F10E65E for ; Tue, 12 Dec 2023 18:03:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1702404183; x=1733940183; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=BAj2JjWL0MivIfgA61qRDVEjQGoSY2VIIgd7ha64Z+0=; b=Py54mHvtqCbectftk5C2t+Q4IuIRl9uPeTTIDEr6pZTb66KxxYwnHB2j j+9ubMLUQ/mhOTIH/AdZhDfIKIWINCkWf4VawolTy+y9mfxVcJO0UTF1z oBSCxcKgRm6/d5gziXElZwRGnFksCLU9E+E0hYG2XmneKu6ZbmebmCE60 7xzc3t8CW6mBFZx0hC/4QHR+GaDF3J48rtjm3Bl87pFBEBz5vk8IGOxbC wAiuAUaXXdzOhEM+dfuQ0rVlF+6p6gSjTY0XTMIGqTuu1/gVfT2RzhBT7 WGr68CyGpG+L/jJ3iO1TPITCSqa5O1Zew09UD6c5ThnighHxIsuCSn/fA g==; X-IronPort-AV: E=McAfee;i="6600,9927,10922"; a="374350759" X-IronPort-AV: E=Sophos;i="6.04,270,1695711600"; d="scan'208";a="374350759" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2023 10:03:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10922"; a="897003123" X-IronPort-AV: E=Sophos;i="6.04,270,1695711600"; d="scan'208";a="897003123" Received: from eliteleevi.tm.intel.com ([10.237.54.20]) by orsmga004.jf.intel.com with ESMTP; 12 Dec 2023 10:03:01 -0800 From: Kai Vehmanen To: intel-gfx@lists.freedesktop.org Subject: [PATCH 3/6] Revert "ALSA: hda/hdmi: add connect-all quirk for ASUSTeK Prime B560M-A" Date: Tue, 12 Dec 2023 20:02:50 +0200 Message-ID: <20231212180253.2883124-4-kai.vehmanen@linux.intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20231212180253.2883124-1-kai.vehmanen@linux.intel.com> References: <20231212180253.2883124-1-kai.vehmanen@linux.intel.com> MIME-Version: 1.0 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" This reverts commit 6fb89f11e23453b081ec4695e5e66ccb4deb2fd0. Signed-off-by: Kai Vehmanen --- sound/pci/hda/patch_hdmi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index 5232c46a32a7..b152c941414f 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c @@ -1993,7 +1993,6 @@ static const struct snd_pci_quirk force_connect_list[] = { SND_PCI_QUIRK(0x103c, 0x871a, "HP", 1), SND_PCI_QUIRK(0x103c, 0x8711, "HP", 1), SND_PCI_QUIRK(0x103c, 0x8715, "HP", 1), - SND_PCI_QUIRK(0x1043, 0x8694, "ASUS", 1), /* SKL/KBL + PRIME B560M-A */ SND_PCI_QUIRK(0x1462, 0xec94, "MS-7C94", 1), SND_PCI_QUIRK(0x8086, 0x2060, "Intel NUC5CPYB", 1), SND_PCI_QUIRK(0x8086, 0x2081, "Intel NUC 10", 1), From patchwork Tue Dec 12 18:02:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kai Vehmanen X-Patchwork-Id: 13489753 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 051C8C4332F for ; Tue, 12 Dec 2023 18:03:09 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 79EC010E66A; Tue, 12 Dec 2023 18:03:08 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1A6C910E66A for ; Tue, 12 Dec 2023 18:03:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1702404186; x=1733940186; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=UEhBMJB3d9wseABs6ZLxm6M/4RVjiwhzS5kQLFLPcm0=; b=OQEyQR1nSwG5THi77gkgL0U/qEw5gX5Oxg6R3quhROIYt/ySiTWgl0ZH 0mxTzF3eU/ASvAiGHU9aZjSD0gLFUcNqrDrEm3GIFF5RxTNkq4heWjf9U zGPGQjLIuLpi3mpfb5120qnwPCeHwcnF9utjdflODg38yH20EhW8/u3wZ hTEVZ+AcIobP+d/FOFnDl6l8gHHuvtNKDpG3CSdtBDXX2vVJz3X4AY6mN UXzLfPDUCmfjRo/mLbIFzDmF4Rz+Nc/7RIN+qlDB5qDzugOumw0M04VuJ z8TgU2cOt9vl94jP6rVMhYGJlR2wlZAYFZ82i5f+BwrcquQtpaUKn+SKu A==; X-IronPort-AV: E=McAfee;i="6600,9927,10922"; a="374350769" X-IronPort-AV: E=Sophos;i="6.04,270,1695711600"; d="scan'208";a="374350769" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2023 10:03:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10922"; a="897003135" X-IronPort-AV: E=Sophos;i="6.04,270,1695711600"; d="scan'208";a="897003135" Received: from eliteleevi.tm.intel.com ([10.237.54.20]) by orsmga004.jf.intel.com with ESMTP; 12 Dec 2023 10:03:03 -0800 From: Kai Vehmanen To: intel-gfx@lists.freedesktop.org Subject: [PATCH 4/6] Revert "ALSA: hda/hdmi: add connect-all quirk for NUC5CPYB" Date: Tue, 12 Dec 2023 20:02:51 +0200 Message-ID: <20231212180253.2883124-5-kai.vehmanen@linux.intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20231212180253.2883124-1-kai.vehmanen@linux.intel.com> References: <20231212180253.2883124-1-kai.vehmanen@linux.intel.com> MIME-Version: 1.0 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" This reverts commit 684f8de2b9715c0a60bcf8b42ee4743624bd4b05. Signed-off-by: Kai Vehmanen --- sound/pci/hda/patch_hdmi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index b152c941414f..1cde2a69bdb4 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c @@ -1994,7 +1994,6 @@ static const struct snd_pci_quirk force_connect_list[] = { SND_PCI_QUIRK(0x103c, 0x8711, "HP", 1), SND_PCI_QUIRK(0x103c, 0x8715, "HP", 1), SND_PCI_QUIRK(0x1462, 0xec94, "MS-7C94", 1), - SND_PCI_QUIRK(0x8086, 0x2060, "Intel NUC5CPYB", 1), SND_PCI_QUIRK(0x8086, 0x2081, "Intel NUC 10", 1), {} }; From patchwork Tue Dec 12 18:02:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Kai Vehmanen X-Patchwork-Id: 13489754 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 58D87C4167D for ; Tue, 12 Dec 2023 18:03:10 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B068310E670; Tue, 12 Dec 2023 18:03:09 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 420CE10E66A for ; Tue, 12 Dec 2023 18:03:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1702404187; x=1733940187; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=LyoCtCfhHMgazXBlMP+SP3rpwP74Cm4FdnQvrIk4yoI=; b=i8rLAojaFWvCEpY7Co1hCo6ZsbRlEWnjofNF5Agcfc2TR6irXIfZV0SZ tD/jApkR9/EAeThL+a6pb1IeKUzR3GQHElnp4UqtpU9eknqKMWIIsDiSX m/POtVbLuzmjKQCOni9NGNFJ0nVd2JjQb8iprk445+wz1Yk7Ha/7KIvKx wUijeygeCpeIMIj2JYQClfiBKr1fNEw2WYj2Tljs26lf3ABc+Bh56MR+w GP4eYfH3Spz3VUI8fBoBygsc6oTEgSUkHngaOX9+niv/ftO+/Pb2FKN0l WCM3F7wC/InWpiqrA/rh1cfJPQJzJUxpi55E9FsH8CtYqh6DFwC0iAxCa A==; X-IronPort-AV: E=McAfee;i="6600,9927,10922"; a="374350778" X-IronPort-AV: E=Sophos;i="6.04,270,1695711600"; d="scan'208";a="374350778" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2023 10:03:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10922"; a="897003149" X-IronPort-AV: E=Sophos;i="6.04,270,1695711600"; d="scan'208";a="897003149" Received: from eliteleevi.tm.intel.com ([10.237.54.20]) by orsmga004.jf.intel.com with ESMTP; 12 Dec 2023 10:03:05 -0800 From: Kai Vehmanen To: intel-gfx@lists.freedesktop.org Subject: [PATCH 5/6] ALSA: hda/hdmi: add force-connect quirks for ASUSTeK Z170 variants Date: Tue, 12 Dec 2023 20:02:52 +0200 Message-ID: <20231212180253.2883124-6-kai.vehmanen@linux.intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20231212180253.2883124-1-kai.vehmanen@linux.intel.com> References: <20231212180253.2883124-1-kai.vehmanen@linux.intel.com> MIME-Version: 1.0 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On ASUSTeK Z170M PLUS and Z170 PRO GAMING systems, the display codec pins are not registered properly without the force-connect quirk. The codec will report only one pin as having external connectivity, but i915 finds all three connectors on the system, so the two drivers are not in sync. Issue found with DRM igt-gpu-tools test kms_hdmi_inject@inject-audio. Link: https://gitlab.freedesktop.org/drm/intel/-/issues/9801 Cc: Ville Syrjälä Cc: Jani Saarinen Signed-off-by: Kai Vehmanen Cc: Link: https://lore.kernel.org/r/20231208132127.2438067-3-kai.vehmanen@linux.intel.com Signed-off-by: Takashi Iwai (cherry picked from commit 924f5ca2975b2993ee81a7ecc3c809943a70f334) --- sound/pci/hda/patch_hdmi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index 1cde2a69bdb4..512ca3c9953c 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c @@ -1993,6 +1993,8 @@ static const struct snd_pci_quirk force_connect_list[] = { SND_PCI_QUIRK(0x103c, 0x871a, "HP", 1), SND_PCI_QUIRK(0x103c, 0x8711, "HP", 1), SND_PCI_QUIRK(0x103c, 0x8715, "HP", 1), + SND_PCI_QUIRK(0x1043, 0x86ae, "ASUS", 1), /* Z170 PRO */ + SND_PCI_QUIRK(0x1043, 0x86c7, "ASUS", 1), /* Z170M PLUS */ SND_PCI_QUIRK(0x1462, 0xec94, "MS-7C94", 1), SND_PCI_QUIRK(0x8086, 0x2081, "Intel NUC 10", 1), {} From patchwork Tue Dec 12 18:02:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Kai Vehmanen X-Patchwork-Id: 13489756 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8E82FC4332F for ; Tue, 12 Dec 2023 18:03:12 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2C8E010E673; Tue, 12 Dec 2023 18:03:12 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id E730C10E670 for ; Tue, 12 Dec 2023 18:03:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1702404188; x=1733940188; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=9jN4+FfEkmaD6cw2OAcyN90JgaORyzDb1//wykU9gK8=; b=V19S8heumrMlqlvJQrpJRR2hdjdx+Ehny5qgg2rEbVxGQS8wCONIq5qP kyvmnqKphnoAEFuUpVX5WGVe8zu/Ma3/xptPsHe2LGqt3nejTbK3Fp+nu KzF/PEaM34ONRh+cYb8KFBFxdfw99BBCHfLlhXVqYze8hIf0xDBzCKgQu TWaSly+bxRUd5y8D9q+UB8hYGavImM2rON0V6P8uAZ/YXNE5LMtSmA4iI +3rGdnksng2cXtR3OmDGzpI7Q50hligoA0PV1eI9rdmgFladmwE/7r7S+ k6mz70BvQ7Z9Sft33SKpx+PVx8diyogDiSJFFxEq4MvdihZMIGLfVGdjU Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10922"; a="374350787" X-IronPort-AV: E=Sophos;i="6.04,270,1695711600"; d="scan'208";a="374350787" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2023 10:03:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10922"; a="897003156" X-IronPort-AV: E=Sophos;i="6.04,270,1695711600"; d="scan'208";a="897003156" Received: from eliteleevi.tm.intel.com ([10.237.54.20]) by orsmga004.jf.intel.com with ESMTP; 12 Dec 2023 10:03:07 -0800 From: Kai Vehmanen To: intel-gfx@lists.freedesktop.org Subject: [PATCH 6/6] ALSA: hda/hdmi: add force-connect quirk for NUC5CPYB Date: Tue, 12 Dec 2023 20:02:53 +0200 Message-ID: <20231212180253.2883124-7-kai.vehmanen@linux.intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20231212180253.2883124-1-kai.vehmanen@linux.intel.com> References: <20231212180253.2883124-1-kai.vehmanen@linux.intel.com> MIME-Version: 1.0 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Add one more older NUC model that requires quirk to force all pins to be connected. The display codec pins are not registered properly without the force-connect quirk. The codec will report only one pin as having external connectivity, but i915 finds all three connectors on the system, so the two drivers are not in sync. Issue found with DRM igt-gpu-tools test kms_hdmi_inject@inject-audio. Link: https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/3 Cc: Ville Syrjälä Cc: Jani Saarinen Signed-off-by: Kai Vehmanen Cc: Link: https://lore.kernel.org/r/20231208132127.2438067-2-kai.vehmanen@linux.intel.com Signed-off-by: Takashi Iwai (cherry picked from commit 3b1ff57e24a7bcd2e2a8426dd2013a80d1fa96eb) --- sound/pci/hda/patch_hdmi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index 512ca3c9953c..78cee53fee02 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c @@ -1996,6 +1996,7 @@ static const struct snd_pci_quirk force_connect_list[] = { SND_PCI_QUIRK(0x1043, 0x86ae, "ASUS", 1), /* Z170 PRO */ SND_PCI_QUIRK(0x1043, 0x86c7, "ASUS", 1), /* Z170M PLUS */ SND_PCI_QUIRK(0x1462, 0xec94, "MS-7C94", 1), + SND_PCI_QUIRK(0x8086, 0x2060, "Intel NUC5CPYB", 1), SND_PCI_QUIRK(0x8086, 0x2081, "Intel NUC 10", 1), {} };