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=-3.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=no 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 513D3C35280 for ; Tue, 8 Oct 2019 16:45:46 +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 CEAF421835 for ; Tue, 8 Oct 2019 16:45:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="k/udcQoz" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CEAF421835 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 B00B6857; Tue, 8 Oct 2019 18:44:53 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz B00B6857 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1570553143; bh=rjZIpyNDhNK0gjs5GZtujQyB8sZyDEY5HI5yqvYN0WM=; h=From:To:Date:Cc:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=k/udcQozbeM0/9JwDx/EjcKCCK2JlfOCkXBk2JWBBkE5e5FuEVisu0MZguSDm/oiO v650T5IwRNxRC7pGYvWFhEnfEbztFuhAArvPum2DAlPhRGbfmMjCXJei9Q2t5lj8+G f5v+AnvrUkGsOiwSTY2qcjNS2JHEOme7nnfEQ0bE= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 33905F804CB; Tue, 8 Oct 2019 18:44:53 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id C1D67F800BF; Tue, 8 Oct 2019 18:44:51 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 9E79FF800BF for ; Tue, 8 Oct 2019 18:44:47 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 9E79FF800BF X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Oct 2019 09:44:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,270,1566889200"; d="scan'208";a="218338316" Received: from kwwong-mobl.amr.corp.intel.com (HELO pbossart-mobl3.intel.com) ([10.251.150.53]) by fmsmga004.fm.intel.com with ESMTP; 08 Oct 2019 09:44:45 -0700 From: Pierre-Louis Bossart To: alsa-devel@alsa-project.org Date: Tue, 8 Oct 2019 11:44:34 -0500 Message-Id: <20191008164443.1358-1-pierre-louis.bossart@linux.intel.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Cc: tiwai@suse.de, broonie@kernel.org, Pierre-Louis Bossart Subject: [alsa-devel] [PATCH 0/9] ASoC: SOF updates for Intel/i.MX 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Small set of updates for Intel and NXP platforms. On the Intel side, the code is now aligned with the HDaudio legacy with the sync_write. OEMs reported concerns with mute LEDs not supported with SOF/UCM, we can now tie a topology-defined control with a mute LED. Note that the large set of differences in the topology is largely due to code move, the new functionality is minimal in size. On the i.MX side, add topology support for ESAI parameters. This reflects on-going work on the firmware side. And last add debug module parameters for ACPI and PCI modules. For now the only flag used is for PM runtime, e.g. to measure the suspend-resume latencies of child devices without dealing with DSP reinitialization or keep the parent active while testing the SoundWire clock-stop-mode. Daniel Baluta (2): ASoC: SOF: imx: Describe ESAI parameters to be sent to DSP ASoC: SOF: imx: Read ESAI parameters and send them to DSP Jaska Uimonen (3): ASoC: SOF: enable dual control for pga AsoC: SOF: refactor control load code ASoC: SOF: acpi led support for switch controls Kai Vehmanen (2): ASoC: SOF: enable sync_write in hdac_bus Revert "ASoC: SOF: Force polling mode on CFL and CNL" Pierre-Louis Bossart (2): ASoC: SOF: acpi: add debug module param ASoC: SOF: pci: add debug module param include/sound/sof/dai-imx.h | 34 +++ include/sound/sof/dai.h | 2 + include/uapi/sound/sof/abi.h | 2 +- include/uapi/sound/sof/tokens.h | 7 +- sound/soc/sof/control.c | 32 +++ sound/soc/sof/intel/hda.c | 8 +- sound/soc/sof/pcm.c | 8 + sound/soc/sof/sof-acpi-dev.c | 12 +- sound/soc/sof/sof-pci-dev.c | 12 +- sound/soc/sof/sof-priv.h | 9 + sound/soc/sof/topology.c | 401 +++++++++++++++++++------------- 11 files changed, 354 insertions(+), 173 deletions(-) create mode 100644 include/sound/sof/dai-imx.h -- 2.20.1 _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org https://mailman.alsa-project.org/mailman/listinfo/alsa-devel