From mboxrd@z Thu Jan 1 00:00:00 1970 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 D6956C46CA2 for ; Mon, 18 Dec 2023 18:28:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2BCFB10E25A; Mon, 18 Dec 2023 18:28:26 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id 476E410E1FB for ; Mon, 18 Dec 2023 18:27:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1702924030; x=1734460030; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=TLZWpFLozaqp6zlTAMS3KB10++bFwn6RItdncOud8Ho=; b=f62kCAHIruLVX18cNf6uU7JpNZNDEpVapsv5SaTuHbJ7i4A9uaW94klg OaElX8nWxtOCVt/Posx817Kuh0tlCRNGFH6jdKmVJii0lcXBK9fJuQh2s LWtjBYACI/9SSWKtgAlYd1a19JuTooELEYckG8Acoc9AgvGEFtQGxveLK 5pUrLGhIdg2zDX6Od23scgQW9riYbFQwKkzbAidyUuB0eNdFYCXBF8dm5 /Km13My1T1mopnQCOk2MHOO5dD974I1wYU0wv3kEregQXTDUIjcCyd9EY KB1MSXAegozBqXu3XsQSb5LU+QmjGce8O3MD9xL9oxeEShmN0jQVujet+ g==; X-IronPort-AV: E=McAfee;i="6600,9927,10928"; a="426661532" X-IronPort-AV: E=Sophos;i="6.04,286,1695711600"; d="scan'208";a="426661532" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Dec 2023 08:18:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10928"; a="845994901" X-IronPort-AV: E=Sophos;i="6.04,286,1695711600"; d="scan'208";a="845994901" Received: from ycohe13-mobl.ger.corp.intel.com (HELO localhost) ([10.252.33.77]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Dec 2023 08:18:17 -0800 From: Jani Nikula To: Kai Vehmanen Subject: Re: [PATCH 3/6] Revert "ALSA: hda/hdmi: add connect-all quirk for ASUSTeK Prime B560M-A" In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20231212180253.2883124-1-kai.vehmanen@linux.intel.com> <20231212180253.2883124-4-kai.vehmanen@linux.intel.com> <87le9rvfwf.fsf@intel.com> Date: Mon, 18 Dec 2023 18:18:14 +0200 Message-ID: <87frzzv60p.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain 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: , Cc: intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Mon, 18 Dec 2023, Kai Vehmanen wrote: > Hi, > > On Mon, 18 Dec 2023, Jani Nikula wrote: > >> On Tue, 12 Dec 2023, Kai Vehmanen wrote: >> > --- 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 */ >> >> So there's no replacement for this commit. Is that correct? >> >> I've rebased topic/core-for-CI on top of v6.7-rc6, and everything else >> got resolved with the upstream commits but this. I left this one in for >> now, should I drop it? > > yes, this can be dropped. This was reported in the bug report as one > affected id, but it's not valid and I dropped in the series I sent > upstream. The i915 CI had no failures with this dropped, so seems we are > good to go. Thanks, done. BR, Jani. -- Jani Nikula, Intel