From patchwork Fri Mar 18 15:55:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vitaly Rodionov X-Patchwork-Id: 552628 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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 34086C433F5 for ; Fri, 18 Mar 2022 15:57:52 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 424971884; Fri, 18 Mar 2022 16:57:00 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 424971884 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1647619070; bh=W89AX4q9VSmmUu7wjiVTVIJslDmXAs3fGnd0Pn2Cta8=; h=From:To:Subject:Date:Cc:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=qNyGX4CF7KbvzqencMHP79D0GCaKHbxBXpIsWxw31fRg3Rwx4wA1sLGsm7h2p3X6f 70JMDGhDRxaWwCq2cX9DpsjsZLhbN9ed3HwlowuCs4kdFFHHvFOfhiUjgkH8I3IH+t rVFCD4bPmefDLfFEG6oTYKNp3RHlXhqvyW/l8Yp4= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id B7BA2F80519; Fri, 18 Mar 2022 16:56:12 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 469E8F804CF; Fri, 18 Mar 2022 16:56:06 +0100 (CET) Received: from mx0b-001ae601.pphosted.com (mx0b-001ae601.pphosted.com [67.231.152.168]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 4FA0BF80124 for ; Fri, 18 Mar 2022 16:55:56 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 4FA0BF80124 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=cirrus.com header.i=@cirrus.com header.b="McrFMSDs" Received: from pps.filterd (m0077474.ppops.net [127.0.0.1]) by mx0b-001ae601.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 22I4MHlZ013781; Fri, 18 Mar 2022 10:55:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cirrus.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=PODMain02222019; bh=cmzcuuOB7zcZNMmhHOonmDSCH0EjGkWS73owvHUazrw=; b=McrFMSDsaeM1Laj+Cu9VSh8UD81stVpVG87oylaOijvKYbcOX94lOui2oIpoxpJn7vbo RUPBzVaqaANnWsRtdNxw5kaAFHTkpN+F6yOWeIlmncQB9dUDzLuQJ1LENyNTdF1CXO/p fCW0iuKIdIxjMIzhhYgelqpvYelCAt4INr7r/1nLNd0TgvIX0FX9/vhYp/JJFTFKIvkk aS/EsI8a03MSvb4iKn5kPpytrwLVgB+EHQMxbUFsLHEYhu+8SzWSv7p5N39he7rf52Fe EION/dZ5pgrhryEWii1QF5aMjuHT0Hw7BpPg6u92US4KdOawljrFS0kpRcEf71SbbKGp WQ== Received: from ediex02.ad.cirrus.com ([84.19.233.68]) by mx0b-001ae601.pphosted.com (PPS) with ESMTPS id 3et5yp65wt-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 18 Mar 2022 10:55:54 -0500 Received: from EDIEX01.ad.cirrus.com (198.61.84.80) by EDIEX02.ad.cirrus.com (198.61.84.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.18; Fri, 18 Mar 2022 15:55:52 +0000 Received: from ediswmail.ad.cirrus.com (198.61.86.93) by EDIEX01.ad.cirrus.com (198.61.84.80) with Microsoft SMTP Server id 15.1.2375.18 via Frontend Transport; Fri, 18 Mar 2022 15:55:52 +0000 Received: from vitaly-Legion-7-16ACHg6.ad.cirrus.com (unknown [198.90.238.229]) by ediswmail.ad.cirrus.com (Postfix) with ESMTP id A0788B16; Fri, 18 Mar 2022 15:55:52 +0000 (UTC) From: Vitaly Rodionov To: Jaroslav Kysela , Takashi Iwai Subject: [PATCH 0/6] Add new HW variants and fix few minor issues Date: Fri, 18 Mar 2022 15:55:46 +0000 Message-ID: <20220318155552.24751-1-vitalyr@opensource.cirrus.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: yKRNaiaVsfMRHalU3KpEpTdncN6ULcPp X-Proofpoint-GUID: yKRNaiaVsfMRHalU3KpEpTdncN6ULcPp X-Proofpoint-Spam-Reason: safe Cc: patches@opensource.cirrus.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" This series adds new HW variants for Dell's Dolphin and Warlock, and also fixies few very minor issues. Stefan Binding (5): ALSA: hda/cs8409: Fix Warlock using dual mic configuration ALSA: hda/cs8409: Re-order quirk table into ascending order ALSA: hda/cs8409: Fix Full Scale Volume setting for all variants ALSA: hda/cs8409: Support new Warlock MLK Variants ALSA: hda/cs8409: Disable HSBIAS_SENSE_EN for Cyborg Vitaly Rodionov (1): ALSA: hda/cs8409: Add new Dolphin HW variants sound/pci/hda/patch_cs8409-tables.c | 68 +++++++++++++++++++++-------- sound/pci/hda/patch_cs8409.c | 47 +++++++++++--------- sound/pci/hda/patch_cs8409.h | 5 +++ 3 files changed, 83 insertions(+), 37 deletions(-)