From patchwork Thu Oct 19 17:34:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Louis Bossart X-Patchwork-Id: 735652 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 341E9CDB465 for ; Thu, 19 Oct 2023 17:35:36 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 46D7A84A; Thu, 19 Oct 2023 19:34:44 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 46D7A84A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1697736934; bh=3fz4Bx3Ad2tXtTrKtmoaz/FCB5mJ1RZyCyrT6ph0tXE=; h=From:To:Cc:Subject:Date:List-Id:List-Archive:List-Help:List-Owner: List-Post:List-Subscribe:List-Unsubscribe:From; b=XEIfIKlAYrU1+RNhRJ6VIq506KfpABIut+5AI3TB0c+iw1fxN03PGALVW3KqV1C92 oXl5hP+r4SWJNIOvivwGM8oTSURTA8LjpYvU0dDxDlO9dUhsMKAxSJ17OZKw1KwpST mwEBuPrBZ3CRmTmCF7lhr41G7YXMkDTp6YGSpVt8= Received: by alsa1.perex.cz (Postfix, from userid 50401) id 8AE3AF80570; Thu, 19 Oct 2023 19:34:40 +0200 (CEST) Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id 1C3D0F8055A; Thu, 19 Oct 2023 19:34:40 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id A0B2FF80557; Thu, 19 Oct 2023 19:34:34 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.7]) (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 BF208F800C9 for ; Thu, 19 Oct 2023 19:34:27 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz BF208F800C9 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key, unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=PELkXNo3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697736869; x=1729272869; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=3fz4Bx3Ad2tXtTrKtmoaz/FCB5mJ1RZyCyrT6ph0tXE=; b=PELkXNo3E9fhgicFrwRGLctakEGZKFYTNZG39wkzrgkLcSNp5qkK/5nl +NQAkV19prkrnBavRz0cr0k1ACET0XNWKuEetqmYlHmhy6+0rUrHr0RRd TJP5Gyg4IfGcqTP2EoC1i3B7lTEh661//H7eiRYjaQZWb30QywKk2k3W2 /lxpG744vdVXhtSJq1pshYWLa8b85NyPHeelOHH+jU1+kNishtHmgW/el klKPL4NPz6AhwBgCsvBbHuM6Vy16FeRS7L1ck1ehC0EcH1AE8lorSHM1t MHOgHMW+Fc1QdWVaQQ986Y3KLJOQmmaTpxS4Q/6QvN2yPjVzWRf8Kqmzi Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10868"; a="7884299" X-IronPort-AV: E=Sophos;i="6.03,237,1694761200"; d="scan'208";a="7884299" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmvoesa101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Oct 2023 10:34:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10868"; a="792090598" X-IronPort-AV: E=Sophos;i="6.03,237,1694761200"; d="scan'208";a="792090598" Received: from jihao1-mobl.amr.corp.intel.com (HELO pbossart-mobl3.intel.com) ([10.213.163.144]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Oct 2023 10:34:21 -0700 From: Pierre-Louis Bossart To: alsa-devel@alsa-project.org Cc: tiwai@suse.de, broonie@kernel.org, Pierre-Louis Bossart Subject: [PATCH 00/10] ASoC: Intel: more machine driver updates for 6.7 Date: Thu, 19 Oct 2023 12:34:01 -0500 Message-Id: <20231019173411.166759-1-pierre-louis.bossart@linux.intel.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Message-ID-Hash: 2ORRGMZAHG7XAHUP65PBPFARUN4MQ25T X-Message-ID-Hash: 2ORRGMZAHG7XAHUP65PBPFARUN4MQ25T X-MailFrom: pierre-louis.bossart@linux.intel.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Two nice cleanups from Brent Lu and Charles Keepax, and one RaptorLake update. Brent Lu (5): ASoC: Intel: board_helpers: support dmic link initialization ASoC: Intel: sof_cs42l42: use common module for DMIC links ASoC: Intel: sof_nau8825: use common module for DMIC links ASoC: Intel: sof_rt5682: use common module for DMIC links ASoC: Intel: sof_ssp_amp: use common module for DMIC links Charles Keepax (4): ASoC: intel: sof_sdw: Stop processing CODECs when enough are found ASoC: intel: sof_sdw_cs42l43: Some trivial formatting clean ups ASoC: intel: sof_sdw_cs42l43: Create separate jacks for hp and mic ASoC: intel: sof_sdw: Move the builtin microphones to dataport 1 Terry Cheong (1): ASoC: Intel: sof_nau8825: add RPL support for MAX98360A amp sound/soc/intel/boards/sof_board_helpers.c | 92 +++++++++++++ sound/soc/intel/boards/sof_board_helpers.h | 10 ++ sound/soc/intel/boards/sof_cs42l42.c | 121 +++++------------- sound/soc/intel/boards/sof_nau8825.c | 89 ++++--------- sound/soc/intel/boards/sof_rt5682.c | 81 +++--------- sound/soc/intel/boards/sof_sdw.c | 16 +-- sound/soc/intel/boards/sof_sdw_cs42l43.c | 31 +++-- sound/soc/intel/boards/sof_ssp_amp.c | 65 +++------- .../intel/common/soc-acpi-intel-rpl-match.c | 7 + 9 files changed, 233 insertions(+), 279 deletions(-)