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=-11.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,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 9AAAEC47082 for ; Mon, 7 Jun 2021 22:36:18 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id B01C2610E7 for ; Mon, 7 Jun 2021 22:36:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B01C2610E7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org 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 1D2551685; Tue, 8 Jun 2021 00:35:26 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 1D2551685 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1623105376; bh=8ss+hytuxnASEXchBpjn2q8qVi45QjmSYbfFCtxoctk=; h=From:To:Subject:Date:Cc:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=D8hWp9XDsg4U8Ghyds3b+cpwP3/uc/ByJzR/gthDQMJj8zDGMRGa+gTceNElAY6hK RzpQYB4CtOQFDoBuc+RbUgA2Ev4Bz+kdCpjLZIRFy5cDTukyncAEA4EN/Z/aGP/s2V 2fBT0YzjHFgcJEI8VNsFgFHlacBsAYE1uDCiPHHs= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id A1F82F8026C; Tue, 8 Jun 2021 00:35:25 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 01DE6F800DF; Tue, 8 Jun 2021 00:35:23 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 04191F800DF for ; Tue, 8 Jun 2021 00:35:15 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 04191F800DF IronPort-SDR: hCDpue0BPBdoVcJwvfNNj5KYg4vMD0ICmNRoiKJwIgym9gzEQpAIEdVwF2Jl1jBfanv9X0tXnZ KdPMjfMakrhg== X-IronPort-AV: E=McAfee;i="6200,9189,10008"; a="290356234" X-IronPort-AV: E=Sophos;i="5.83,256,1616482800"; d="scan'208";a="290356234" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2021 15:35:13 -0700 IronPort-SDR: IWo27ObLnI38YmhnImC8cJ2CUKp6vM7/dIETgvvfqi0s2BQIE9I/boQmSSyut5c/mfDSYdr8EY nV9rkSCBWn5g== X-IronPort-AV: E=Sophos;i="5.83,256,1616482800"; d="scan'208";a="447659477" Received: from marocham-mobl.amr.corp.intel.com (HELO pbossart-mobl3.intel.com) ([10.212.108.70]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2021 15:35:12 -0700 From: Pierre-Louis Bossart To: alsa-devel@alsa-project.org Subject: [PATCH 0/2] ASoC: Intel: boards: use software node API Date: Mon, 7 Jun 2021 17:35:01 -0500 Message-Id: <20210607223503.584379-1-pierre-louis.bossart@linux.intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: tiwai@suse.de, Hans de Goede , broonie@kernel.org, Pierre-Louis Bossart , Andy Shevchenko 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 is an update on an earlier contribution from Heikki Krogerus, with mainly changes to avoid the use of devm_ routines for Baytrail machine drivers. Heikki Krogerus (2): ASoC: Intel: boards: use software node API in SoundWire machines ASoC: Intel: boards: use software node API in Atom boards sound/soc/intel/boards/bytcht_es8316.c | 25 +++++++++-- sound/soc/intel/boards/bytcr_rt5640.c | 42 +++++++++++++++--- sound/soc/intel/boards/bytcr_rt5651.c | 47 +++++++++++++++++---- sound/soc/intel/boards/sof_sdw_rt711.c | 20 ++++++--- sound/soc/intel/boards/sof_sdw_rt711_sdca.c | 20 ++++++--- 5 files changed, 127 insertions(+), 27 deletions(-) -- 2.25.1