Received: by 2002:a25:23cc:0:0:0:0:0 with SMTP id j195csp39075ybj; Fri, 8 May 2020 06:06:05 -0700 (PDT) X-Google-Smtp-Source: APiQypJEOfZsEHZqx/mvCJWSUKjUroKrmVT5C+9esdcWEh3KGzAsH2I47X59pzzC+iJ6gh7Y+9EO X-Received: by 2002:a05:6402:129a:: with SMTP id w26mr1996380edv.254.1588943165465; Fri, 08 May 2020 06:06:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588943165; cv=none; d=google.com; s=arc-20160816; b=lqkKTMn8VRY+3eUOmJjuGY/n4Af9V3nC8Yt+SLlDTOMYj7uzkUKf54CA7OMJa6+dn9 zODrZtw0lat6HWkJNtl6u14yI0i0TXg1IoxnGz94/7mvhmNSF2VgPCJeaJmi1WKCKBH1 X8+uwhiiX6WT7eMB1ELQ26BWJI4dmk5s02Q7ASL9N7n1qaqNUr/xTfkBA+MVwqv3qOrY diC5OAY7iXKfR2/if0dzRX2JqEoXUjtpTEWIfswkSGgLeLgVhjwwTkYYkGKuFsLccocm QdOixqXcszHMt9E35M7r6r3LhSyu9Wkp7/kL8k7HRY3nYu4QOnDxclas3CYekASgstAd ia3g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=kPdcVUCqyrLqCcLNQIJlY9csbXlmV/P2FJX6rQ1UlTw=; b=HFYvrrVVGUZi2YQ9Bpx4Qrfyb7/138ZhyhXoUGlXZM9tqS0Pdobwlzkx4J1EvLqYja CXtDZ+keWmfLUF7/Q8c02+uK6Ir6nHCv/dJINVdlEEn+5vecVdIEG1KY0hxnwZhE+lSy DkoOQxMfDq5UJuheqJpCZuqLqByG1pFZT8Ov49Fma10N4zm3JplxK/DYc7TbcRCZ34vs i+gPGCzxyZGNFuXgyHicBIt8TgFWOlVZBcxuCyPdtL5WVe0xXkO8iVry7vyWgAZ/ZCWq AZyqCOMz7nhNJJ7XENbt2Cn4EpmMVlxP4sg0m/9b9SKG5JdZaoC78mjxKRWq7VltP1nt gsPg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="C/jwwPvp"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t20si974700edy.543.2020.05.08.06.05.23; Fri, 08 May 2020 06:06:05 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="C/jwwPvp"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728556AbgEHNDq (ORCPT + 99 others); Fri, 8 May 2020 09:03:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:55732 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729755AbgEHMtl (ORCPT ); Fri, 8 May 2020 08:49:41 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4675B24963; Fri, 8 May 2020 12:49:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588942180; bh=qsJ/53XCgYqaSo+VENcud1k+gasMiL9UTTpBJtkC0Q4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=C/jwwPvpDWsPBSmnj4QD8krSoem4NhZPTR+eiOH9sUQhS0/dEvbwhT/d6klm+oaYr vTEe0T//5pJkA0K+K8P5EDhEoVq4vC0WXFvifTutBT8OKobmRMdDoUkO/37q0eAfFr CUZ4q8xrdMD+GHtK2AE2U6BAq71ti1NorIPjKs9w= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Takashi Iwai Subject: [PATCH 4.9 17/18] ALSA: hda: Match both PCI ID and SSID for driver blacklist Date: Fri, 8 May 2020 14:35:20 +0200 Message-Id: <20200508123034.322337323@linuxfoundation.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200508123030.497793118@linuxfoundation.org> References: <20200508123030.497793118@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Takashi Iwai commit 977dfef40c8996b69afe23a9094d184049efb7bb upstream. The commit 3c6fd1f07ed0 ("ALSA: hda: Add driver blacklist") added a new blacklist for the devices that are known to have empty codecs, and one of the entries was ASUS ROG Zenith II (PCI SSID 1043:874f). However, it turned out that the very same PCI SSID is used for the previous model that does have the valid HD-audio codecs and the change broke the sound on it. Since the empty codec problem appear on the certain AMD platform (PCI ID 1022:1487), this patch changes the blacklist matching to both PCI ID and SSID using pci_match_id(). Also, the entry that was removed by the previous fix for ASUS ROG Zenigh II is re-added. Link: https://lore.kernel.org/r/20200424061222.19792-1-tiwai@suse.de Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/hda_intel.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -1966,9 +1966,10 @@ static const struct hdac_io_ops pci_hda_ * some HD-audio PCI entries are exposed without any codecs, and such devices * should be ignored from the beginning. */ -static const struct snd_pci_quirk driver_blacklist[] = { - SND_PCI_QUIRK(0x1462, 0xcb59, "MSI TRX40 Creator", 0), - SND_PCI_QUIRK(0x1462, 0xcb60, "MSI TRX40", 0), +static const struct pci_device_id driver_blacklist[] = { + { PCI_DEVICE_SUB(0x1022, 0x1487, 0x1043, 0x874f) }, /* ASUS ROG Zenith II / Strix */ + { PCI_DEVICE_SUB(0x1022, 0x1487, 0x1462, 0xcb59) }, /* MSI TRX40 Creator */ + { PCI_DEVICE_SUB(0x1022, 0x1487, 0x1462, 0xcb60) }, /* MSI TRX40 */ {} }; @@ -1991,7 +1992,7 @@ static int azx_probe(struct pci_dev *pci bool schedule_probe; int err; - if (snd_pci_quirk_lookup(pci, driver_blacklist)) { + if (pci_match_id(driver_blacklist, pci)) { dev_info(&pci->dev, "Skipping the blacklisted device\n"); return -ENODEV; }