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 X-Spam-Level: X-Spam-Status: No, score=-10.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E46FBC433DF for ; Mon, 10 Aug 2020 15:38:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C1FDF23134 for ; Mon, 10 Aug 2020 15:38:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597073894; bh=RpCwl2a7mMi1lqBMI4RzZIrIwVlneuHUmBfc9qf5QcQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=lwli/HCr0uFL8g5I3tOdA8PiuIqrliDd7qlRGLi4pcgFp1mjFa6gNBR9TG+iD/ZZ/ FivCQtCr/SX+kzky5+KqgBaNZinOIxxwHBN/I9yIuArJSUXUffFVobWaMNzTD8cD7b 2xpY4doWcg3QKH/GaniKs9O2IFTmfMYfbBJ9ak44= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728619AbgHJPiN (ORCPT ); Mon, 10 Aug 2020 11:38:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:60034 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728618AbgHJP0G (ORCPT ); Mon, 10 Aug 2020 11:26:06 -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 BA01D21775; Mon, 10 Aug 2020 15:26:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597073166; bh=RpCwl2a7mMi1lqBMI4RzZIrIwVlneuHUmBfc9qf5QcQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hNqA/UXkVSv2+hTUf+3IvdFCdDDXZoOWkKYwqyCkN7Np0WQzmLrTxEIXCsJK3zjkq rbGHz+7m0bHKHurYbeaXiffedRgigukfdctZRdqimCMbNJjhHqpeLCHyI8d0+Xhita CvLA2/uBrRVODqCGvH3k4WCKRUtUQd4hD/363E2w= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Connor McAdams , Takashi Iwai Subject: [PATCH 5.4 10/67] ALSA: hda/ca0132 - Add new quirk ID for Recon3D. Date: Mon, 10 Aug 2020 17:20:57 +0200 Message-Id: <20200810151809.935632813@linuxfoundation.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200810151809.438685785@linuxfoundation.org> References: <20200810151809.438685785@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: Connor McAdams commit cc5edb1bd3f7bfe450f767b12423f6673822427b upstream. Add a new quirk ID for the Recon3D, as tested by me. Signed-off-by: Connor McAdams Cc: Link: https://lore.kernel.org/r/20200803002928.8638-2-conmanx360@gmail.com Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/patch_ca0132.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/pci/hda/patch_ca0132.c +++ b/sound/pci/hda/patch_ca0132.c @@ -1182,6 +1182,7 @@ static const struct snd_pci_quirk ca0132 SND_PCI_QUIRK(0x1458, 0xA036, "Gigabyte GA-Z170X-Gaming 7", QUIRK_R3DI), SND_PCI_QUIRK(0x3842, 0x1038, "EVGA X99 Classified", QUIRK_R3DI), SND_PCI_QUIRK(0x1102, 0x0013, "Recon3D", QUIRK_R3D), + SND_PCI_QUIRK(0x1102, 0x0018, "Recon3D", QUIRK_R3D), SND_PCI_QUIRK(0x1102, 0x0051, "Sound Blaster AE-5", QUIRK_AE5), {} };