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=-19.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,INCLUDES_PATCH,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 ED08FC433E0 for ; Thu, 7 Jan 2021 17:11:03 +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 C54B72311E for ; Thu, 7 Jan 2021 17:11:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C54B72311E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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 239411669; Thu, 7 Jan 2021 18:10:10 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 239411669 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1610039460; bh=7R3BgriIySJdGpeljG6bzvtnkMT3NbWwTliY/udQ8fM=; h=From:To:Subject:Date:Cc:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=lx6gfPiVjl1HOXKuKLkLH5RB2pYaYPpMw6rhOAP0ns87yNhAKJqpcRb9ZxJS29uTk +a/dTKdEOBk3FjL7QdW6lPoKipPAhSoahxfjg5j/Osyh1J3Dw4EuVx1w2NZM4Wl4A7 9PcQ7kJ0GWy1lq7RfyKeG1vguNhe0MyqFdno2jXs= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id A9B21F800FD; Thu, 7 Jan 2021 18:10:09 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id B07F5F80258; Thu, 7 Jan 2021 18:10:01 +0100 (CET) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 45396F800FD for ; Thu, 7 Jan 2021 18:09:54 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 45396F800FD Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="eB8RkEEk" Received: by mail.kernel.org (Postfix) with ESMTPSA id 30AB52311E; Thu, 7 Jan 2021 17:09:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610039391; bh=7R3BgriIySJdGpeljG6bzvtnkMT3NbWwTliY/udQ8fM=; h=From:To:Cc:Subject:Date:From; b=eB8RkEEkzWYKpRHDY5fuj56YkbL9WN3WD+CFQB6IXalEolYkry3P4Nx9L7LOmO5HI zhzgEw2mUiYO453gok1uKJHPE9QzFVfyIIjFFHd0Xtml4rMBzwcHjoU/AzrLausWWC +KYrCwZ6LaWWUeQkiqXQ6d5CPoN5gkoI7R8kD1cwKKaVS/E9OB3NIp8EvmNEcec6Xm NX5fN8vpLhreTGSEwhRqOdUKCCCX9IWiy4GD14O+utHCe5UUVyi5C6NjQeqlTBiM8J E4mi56oaMmaSxJhUzkrbyrenap1wsmThEOCOw2Oh5KP7AuTjcp3CBhm5q2ryQlu8oT 1BGSoe8n058Kg== From: Mark Brown To: Takashi Iwai Subject: [GIT PULL] ASoC fixes for v5.11-rc2 Date: Thu, 07 Jan 2021 17:09:09 +0000 Message-Id: <20210107170951.30AB52311E@mail.kernel.org> Cc: alsa-devel@alsa-project.org, Mark Brown , Liam Girdwood 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" The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: Linux 5.11-rc1 (2020-12-27 15:30:22 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.11-rc2 for you to fetch changes up to 1f092d1c8819679d78a7d9c62a46d4939d217a9d: ASoC: AMD Renoir - add DMI entry for Lenovo ThinkPad X395 (2020-12-28 14:22:44 +0000) ---------------------------------------------------------------- ASoC: Fixes for v5.11 A collection of mostly driver specific fixes, plus a maintainership update for TI and a fix for DAPM driver removal paths. ---------------------------------------------------------------- Bard Liao (1): ASoC: max98373: don't access volatile registers in bias level off Cezary Rojewski (1): ASoC: Intel: haswell: Add missing pm_ops Colin Ian King (3): ASoC: codecs: fix spelling mistake in Kconfig "comunicate" -> "communicate" ASoC: SOF: Fix spelling mistake in Kconfig "ond" -> "and" ASoC: atmel: fix spelling mistake in Kconfig "programable" -> "programmable" Dan Carpenter (1): ASoC: Intel: fix error code cnl_set_dsp_D0() Jaroslav Kysela (2): ASoC: AMD Renoir - add DMI entry for Lenovo ThinkPad E14 Gen 2 ASoC: AMD Renoir - add DMI entry for Lenovo ThinkPad X395 Jerome Brunet (2): ASoC: meson: axg-tdmin: fix axg skew offset ASoC: meson: axg-tdm-interface: fix loopback Kuninori Morimoto (1): ASoC: rsnd: don't call clk_disable_unprepare() if can't use Mark Brown (3): Merge series "ASoC: ti: Maintainer mail address change" from Peter Ujfalusi : Merge series "Platform driver update to support playback recover after resume" from Srinivasa Rao Mandadapu : Merge tag 'v5.11-rc1' into asoc-5.11 Peter Ujfalusi (2): MAINTAINERS: Update email address for TI ASoC and twl4030 codec drivers ASoC: dt-bindings: ti, j721e: Update maintainer and author information Ravulapati Vishnu vardhan rao (1): ASoC: amd: Replacing MSI with Legacy IRQ model Shuming Fan (1): ASoC: rt711: mutex between calibration and power state changes Srinivasa Rao Mandadapu (2): ASoC: qcom: Fix incorrect volatile registers ASoC: qcom: Add support for playback recover after resume Thomas Hebb (1): ASoC: dapm: remove widget from dirty list on free shengjiu wang (1): ASoC: imx-hdmi: Fix warning of the uninitialized variable ret .../bindings/sound/ti,j721e-cpb-audio.yaml | 4 +- .../bindings/sound/ti,j721e-cpb-ivi-audio.yaml | 4 +- MAINTAINERS | 6 +-- sound/soc/amd/raven/pci-acp3x.c | 16 ++----- sound/soc/amd/renoir/rn-pci-acp3x.c | 14 ++++++ sound/soc/atmel/Kconfig | 4 +- sound/soc/codecs/Kconfig | 2 +- sound/soc/codecs/max98373-i2c.c | 20 +++++++++ sound/soc/codecs/max98373-sdw.c | 20 +++++++++ sound/soc/codecs/max98373.c | 34 +++++++++++++-- sound/soc/codecs/max98373.h | 8 ++++ sound/soc/codecs/rt711.c | 6 +++ sound/soc/fsl/imx-hdmi.c | 1 + sound/soc/intel/boards/haswell.c | 1 + sound/soc/intel/skylake/cnl-sst.c | 1 + sound/soc/meson/axg-tdm-interface.c | 14 +++++- sound/soc/meson/axg-tdmin.c | 13 +----- sound/soc/qcom/lpass-cpu.c | 20 +-------- sound/soc/qcom/lpass-platform.c | 50 +++++++++++++++------- sound/soc/sh/rcar/adg.c | 18 ++++---- sound/soc/soc-dapm.c | 1 + sound/soc/sof/Kconfig | 2 +- 22 files changed, 181 insertions(+), 78 deletions(-)