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=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,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 BF686C433B4 for ; Thu, 8 Apr 2021 12:59:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 88AA461104 for ; Thu, 8 Apr 2021 12:59:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231558AbhDHNAE (ORCPT ); Thu, 8 Apr 2021 09:00:04 -0400 Received: from mx2.suse.de ([195.135.220.15]:40720 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229803AbhDHNAC (ORCPT ); Thu, 8 Apr 2021 09:00:02 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 15C12B10B; Thu, 8 Apr 2021 12:59:50 +0000 (UTC) Date: Thu, 08 Apr 2021 14:59:50 +0200 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: Mark Brown , Liam Girdwood , Linux Kernel Mailing List Subject: [GIT PULL] sound fixes for 5.12-rc7 User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, please pull sound fixes for v5.12-rc7 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.12-rc7 The topmost commit is c8426b2700b57d2760ff335840a02f66a64b6044 ---------------------------------------------------------------- sound fixes for 5.12-rc7 This batch became unexpectedly bigger due to the pending ASoC patches, but all look small and fine device-specific fixes. Many of the commits are for ASoC Intel drivers, while the rest are for ASoC small codec/platform fixes and HD-audio quirks. ---------------------------------------------------------------- Alexander Shiyan (1): ASoC: fsl_esai: Fix TDM slot setup for I2S mode Bastian Germann (1): ASoC: sunxi: sun4i-codec: fill ASoC card owner Guennadi Liakhovetski (1): ASoC: SOF: Intel: HDA: fix core status verification Hans de Goede (2): ASoC: intel: atom: Stop advertising non working S24LE support ASoC: intel: atom: Remove 44100 sample-rate from the media and deep-buffer DAI descriptions Jonas Holmberg (1): ALSA: aloop: Fix initialization of controls Libin Yang (5): ASoC: SOF: Intel: TGL: fix EHL ops ASoC: SOF: Intel: TGL: set shutdown callback to hda_dsp_shutdown ASoC: SOF: Intel: ICL: set shutdown callback to hda_dsp_shutdown ASoC: SOF: Intel: CNL: set shutdown callback to hda_dsp_shutdown ASoC: SOF: Intel: APL: set shutdown callback to hda_dsp_shutdown Pierre-Louis Bossart (2): ASoC: SOF: core: harden shutdown helper ASoC: SOF: Intel: move ELH chip info Ryan Lee (2): ASoC: max98373: Changed amp shutdown register as volatile ASoC: max98373: Added 30ms turn on/off time delay Shengjiu Wang (1): ASoC: wm8960: Fix wrong bclk and lrclk with pll enabled for some chips Srinivas Kandagatla (2): ASoC: codecs: lpass-tx-macro: set npl clock rate correctly ASoC: codecs: lpass-rx-macro: set npl clock rate correctly Takashi Iwai (2): ALSA: hda/conexant: Apply quirk for another HP ZBook G5 model ALSA: hda/realtek: Fix speaker amp setup on Acer Aspire E1 kernel test robot (1): ASoC: cygnus: fix for_each_child.cocci warnings --- sound/drivers/aloop.c | 11 ++++++++--- sound/pci/hda/patch_conexant.c | 1 + sound/pci/hda/patch_realtek.c | 16 ++++++++++++++++ sound/soc/bcm/cygnus-ssp.c | 4 +++- sound/soc/codecs/lpass-rx-macro.c | 2 +- sound/soc/codecs/lpass-tx-macro.c | 2 +- sound/soc/codecs/max98373-i2c.c | 1 + sound/soc/codecs/max98373-sdw.c | 1 + sound/soc/codecs/max98373.c | 2 ++ sound/soc/codecs/wm8960.c | 8 +++++++- sound/soc/fsl/fsl_esai.c | 8 +++++--- sound/soc/intel/atom/sst-mfld-platform-pcm.c | 12 ++++++------ sound/soc/sof/core.c | 8 +++++++- sound/soc/sof/intel/apl.c | 3 ++- sound/soc/sof/intel/cnl.c | 19 ++----------------- sound/soc/sof/intel/hda-dsp.c | 21 +++++++++++++++++---- sound/soc/sof/intel/hda.h | 1 + sound/soc/sof/intel/icl.c | 3 ++- sound/soc/sof/intel/pci-tgl.c | 2 +- sound/soc/sof/intel/tgl.c | 18 +++++++++++++++++- sound/soc/sunxi/sun4i-codec.c | 5 +++++ 21 files changed, 106 insertions(+), 42 deletions(-)