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=-14.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 83574C433E3 for ; Fri, 17 Jul 2020 16:18:19 +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 0E39B2076D for ; Fri, 17 Jul 2020 16:18:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="sQrp/pMo"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="xG+ltK3y" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0E39B2076D 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 7A83F851; Fri, 17 Jul 2020 18:17:21 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 7A83F851 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1595002691; bh=DYM5m91sWGzfs9Yo7EHa4E4EVDTbB5Pxh7cc8i6/6Vo=; h=From:To:Subject:Date:Cc:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=sQrp/pMo7PW/vF4VCLTp/vravVv8KJDeNKlMPp3K6W+YRbugznoFbSv1uf65Fe0y1 Ck4nEBT3l/VraplJRQPxguJmpQg4K+JUPRJifxnI5ueAVikXamcBrGDPBXdiE6f2fl Rm52eiDmAqJFHpYRuZQForBDc8B89ykdumFMINWk= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 07110F800E4; Fri, 17 Jul 2020 18:17:21 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 6E426F80217; Fri, 17 Jul 2020 18:17:19 +0200 (CEST) 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 1C7C3F800E4 for ; Fri, 17 Jul 2020 18:17:08 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 1C7C3F800E4 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="xG+ltK3y" Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 702AB2076D; Fri, 17 Jul 2020 16:17:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595002625; bh=DYM5m91sWGzfs9Yo7EHa4E4EVDTbB5Pxh7cc8i6/6Vo=; h=From:To:Cc:Subject:Date:From; b=xG+ltK3yKPKP+COt8iWjE+baHDukISjzexidP4Yb6IDVe4KqqquOEQMYhu95GTgiS H+c6z7BylbbM3Z07NLgGkY0Ided/jWJLs919s+0GmKaWsdXyMOu37p7G0udrtRHKIA NPIjClYu23VQwrb1px3Q4o2sgYzaFlIpGlhEYjIY= From: Mark Brown To: Takashi Iwai Subject: [GIT PULL] ASoC fixes for v5.8-rc5 Date: Fri, 17 Jul 2020 17:16:53 +0100 Message-Id: <20200717161705.702AB2076D@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 bc5c7f55f5ea91e137fc7939435ed2e2bb6e5a15: AsoC: amd: add missing snd- module prefix to the acp3x-rn driver kernel module (2020-06-25 15:06:56 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.8-rc5 for you to fetch changes up to fe0a53044b4bce947045eadd7fa1adbc4685afab: ASoC: rt5682: Report the button event in the headset type only (2020-07-16 20:29:09 +0100) ---------------------------------------------------------------- ASoC: Fixes for v5.8 An awful lot of mostly small fixes here, mainly for x86 based platforms and the CODEC drivers mainly used on them. For the most part this is either minor device specific stuff which seems to come from detailed testing or robustness against errors which comes from people having done some fuzzing runs aginst the topology code. ---------------------------------------------------------------- Daniel Baluta (1): ASoC: SOF: imx: add min/max channels for SAI/ESAI on i.MX8/i.MX8M Fabio Estevam (1): ASoC: dt-bindings: simple-card: Fix 'make dt_binding_check' warnings Geert Uytterhoeven (1): ASoC: qcom: Drop HAS_DMA dependency to fix link failure Hans de Goede (4): ASoC: Intel: cht_bsw_rt5672: Change bus format to I2S 2 channel ASoC: rt5670: Correct RT5670_LDO_SEL_MASK ASoC: rt5670: Add new gpio1_is_ext_spk_en quirk and enable it on the Lenovo Miix 2 10 ASoC: rt5670: Fix dac- and adc- vol-tlv values being off by a factor of 10 Jing Xiangfeng (1): ASoC: Intel: bytcht_es8316: Add missed put_device() Mark Brown (3): Merge series "ASoC: codecs: add MAX98373 Soundwire driver" from Pierre-Louis Bossart : Merge series "ASoC: topology: fix error handling flow" from Pierre-Louis Bossart : Merge series "ASoC: more fixes for dpcm checks" from Pierre-Louis Bossart : Maxime Ripard (1): ASoC: core: Remove only the registered component in devm functions Nicolas Ferre (1): MAINTAINERS: Change Maintainer for some at91 drivers Nicolin Chen (1): MAINTAINERS: Add Shengjiu to reviewer list of sound/soc/fsl Oder Chiou (2): ASoC: rt5682: cancel jack_detect_work if hs_jack is set to null even soundwire mode ASoC: rt5682: Report the button event in the headset type only Pierre-Louis Bossart (4): ASoC: soc-dai: set dai_link dpcm_ flags with a helper ASoC: Intel: bdw-rt5677: fix non BE conversion ASoC: topology: fix kernel oops on route addition error ASoC: topology: fix tlvs in error handling for widget_dmixer Puyou Lu (2): ASoC: wm8974: fix Boost Mixer Aux Switch ASoC: wm8974: remove unsupported clock mode Ranjani Sridharan (1): ASoC: SOF: core: fix null-ptr-deref bug during device removal Ravulapati Vishnu vardhan rao (1): ASoC: amd: Rectifying Unbalanced pm_runtime_enable! issue Ryan Lee (1): ASoC: codecs: max98373: Removed superfluous volume control from chip default Shuming Fan (1): ASoC: rt286: fix unexpected interrupt happens Yu-Hsuan Hsu (1): ASoC: rockchip: add format and rate constraints on rk3399 derek.fang (1): ASoC: rt5682: Enable Vref2 under using PLL2 randerwang (1): ASoc: codecs: max98373: remove Idle_bias_on to let codec suspend .../devicetree/bindings/sound/simple-card.yaml | 17 +++-- MAINTAINERS | 7 +- include/sound/rt5670.h | 1 + include/sound/soc-dai.h | 1 + include/sound/soc.h | 2 + sound/soc/amd/raven/pci-acp3x.c | 4 +- sound/soc/codecs/max98373.c | 8 --- sound/soc/codecs/rt286.c | 8 +-- sound/soc/codecs/rt5670.c | 75 +++++++++++++++++----- sound/soc/codecs/rt5670.h | 2 +- sound/soc/codecs/rt5682.c | 46 ++++++++----- sound/soc/codecs/wm8974.c | 6 +- sound/soc/generic/audio-graph-card.c | 4 +- sound/soc/generic/simple-card.c | 4 +- sound/soc/intel/boards/bdw-rt5677.c | 1 + sound/soc/intel/boards/bytcht_es8316.c | 4 +- sound/soc/intel/boards/cht_bsw_rt5672.c | 23 ++++--- sound/soc/qcom/Kconfig | 2 +- sound/soc/rockchip/rk3399_gru_sound.c | 13 ++++ sound/soc/soc-core.c | 27 ++++++++ sound/soc/soc-dai.c | 38 +++++++++++ sound/soc/soc-devres.c | 8 ++- sound/soc/soc-generic-dmaengine-pcm.c | 2 +- sound/soc/soc-topology.c | 24 +++++-- sound/soc/sof/core.c | 10 +-- sound/soc/sof/imx/imx8.c | 8 +++ sound/soc/sof/imx/imx8m.c | 8 +++ 27 files changed, 262 insertions(+), 91 deletions(-)