Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B458AC433EF for ; Wed, 1 Dec 2021 07:50:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234656AbhLAHxs (ORCPT ); Wed, 1 Dec 2021 02:53:48 -0500 Received: from smtp-out1.suse.de ([195.135.220.28]:36042 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230144AbhLAHxq (ORCPT ); Wed, 1 Dec 2021 02:53:46 -0500 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id BD38B212CB; Wed, 1 Dec 2021 07:50:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1638345025; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=pmksJbEwTpOpjbvobYQ2ZOCj/GWcl64w+PXG0iMAhAk=; b=1BLSGJK3krnTvawCg/zT5Rx0l3KgN+C5eZD6ktttHPj6BQ9xSK5VWqoZqvxWV+5pLxXyvM NOuPIH8uDwYlETjHkSwN9UGFsxfB4HdCvQpIMH6Jp8T3wCmUg/x955W7zc9s7Sa+t0uSgv 0ZNjD0k5yNQPzdZyM/cwFN4eTACS4nA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1638345025; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=pmksJbEwTpOpjbvobYQ2ZOCj/GWcl64w+PXG0iMAhAk=; b=zQIvuWoJN8mgQZTQweqOsK5kpywzzacDBwqneBT71fjjnbarABuQL9m1YKTTtwYlcsFymb aWWHTTq6qjdMnICA== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id B19EFA3B83; Wed, 1 Dec 2021 07:50:25 +0000 (UTC) Date: Wed, 01 Dec 2021 08:50:25 +0100 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: Mark Brown , Liam Girdwood , Linux Kernel Mailing List Subject: [GIT PULL] sound fixes for 5.16-rc4 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.16-rc4 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.16-rc4 The topmost commit is 289047db1143c42c81820352f195a393ff639a52 ---------------------------------------------------------------- sound fixes for 5.16-rc4 A collection of small fixes. A large series is found for ASoC tegra drivers to correct the control element handlings, while others are mostly for device-specific quirks and fix-ups. ---------------------------------------------------------------- Hans de Goede (1): ASoC: soc-acpi: Set mach->id field on comp_ids matches Kai Vehmanen (2): ALSA: hda: Add Intel DG2 PCI ID and HDMI codec vid ALSA: hda/hdmi: fix HDA codec entry table order for ADL-P Lucas Tanure (1): ASoC: cs35l41: Set the max SPI speed for the whole device Nicolas Frattaroli (1): ASoC: rk817: Add module alias for rk817-codec Pierre-Louis Bossart (2): ASoC: Intel: soc-acpi: add entry for ESSX8336 on CML ALSA: intel-dsp-config: add quirk for CML devices based on ES8336 codec Ranjani Sridharan (1): ASoC: SOF: hda: reset DAI widget before reconfiguring it Sameer Pujar (16): ASoC: tegra: Fix wrong value type in ADMAIF ASoC: tegra: Fix wrong value type in I2S ASoC: tegra: Fix wrong value type in DMIC ASoC: tegra: Fix wrong value type in DSPK ASoC: tegra: Fix wrong value type in SFC ASoC: tegra: Fix wrong value type in MVC ASoC: tegra: Fix kcontrol put callback in ADMAIF ASoC: tegra: Fix kcontrol put callback in I2S ASoC: tegra: Fix kcontrol put callback in DMIC ASoC: tegra: Fix kcontrol put callback in DSPK ASoC: tegra: Fix kcontrol put callback in AHUB ASoC: tegra: Fix kcontrol put callback in MVC ASoC: tegra: Fix kcontrol put callback in SFC ASoC: tegra: Fix kcontrol put callback in AMX ASoC: tegra: Fix kcontrol put callback in ADX ASoC: tegra: Fix kcontrol put callback in Mixer Stefan Binding (1): ALSA: hda/cs8409: Set PMSG_ON earlier inside cs8409 driver --- include/sound/soc-acpi.h | 2 +- sound/hda/intel-dsp-config.c | 10 + sound/pci/hda/hda_intel.c | 12 +- sound/pci/hda/hda_local.h | 9 + sound/pci/hda/patch_cs8409.c | 5 + sound/pci/hda/patch_hdmi.c | 3 +- sound/soc/codecs/cs35l41-spi.c | 32 +-- sound/soc/codecs/cs35l41.c | 7 - sound/soc/codecs/cs35l41.h | 4 +- sound/soc/codecs/rk817_codec.c | 1 + sound/soc/intel/common/soc-acpi-intel-cml-match.c | 6 + sound/soc/soc-acpi.c | 4 +- sound/soc/sof/intel/hda.c | 7 + sound/soc/tegra/tegra186_dspk.c | 181 ++++++++++--- sound/soc/tegra/tegra210_admaif.c | 140 +++++++--- sound/soc/tegra/tegra210_adx.c | 3 + sound/soc/tegra/tegra210_ahub.c | 11 +- sound/soc/tegra/tegra210_amx.c | 3 + sound/soc/tegra/tegra210_dmic.c | 184 +++++++++++--- sound/soc/tegra/tegra210_i2s.c | 296 +++++++++++++++++----- sound/soc/tegra/tegra210_mixer.c | 26 +- sound/soc/tegra/tegra210_mvc.c | 30 ++- sound/soc/tegra/tegra210_sfc.c | 123 ++++++--- 23 files changed, 839 insertions(+), 260 deletions(-)