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 22448C433EF for ; Fri, 10 Dec 2021 09:04:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239025AbhLJJHu (ORCPT ); Fri, 10 Dec 2021 04:07:50 -0500 Received: from smtp-out2.suse.de ([195.135.220.29]:54204 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233876AbhLJJHt (ORCPT ); Fri, 10 Dec 2021 04:07:49 -0500 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 6423D1F3A1; Fri, 10 Dec 2021 09:04:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1639127054; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=8oGosfmtsBhE4ucZNO9Eshd1EbTR0nF3CaBVGHxV9Ik=; b=J/IAT8H6PPN6TJFkB8uYEmNLkUKxwn/rSvQTLHzJqtyzubIp25IicmAkTSbet6r7RgKXIH +ydYkd7BWUzfCMYe09/dR+sLwsKFO+mBKZIHXJOk+Wix73soVL4AUb9yP+NKPqJmWq0+0Q zalpsMj96wM02rK50pPoGkStNRsWJnA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1639127054; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=8oGosfmtsBhE4ucZNO9Eshd1EbTR0nF3CaBVGHxV9Ik=; b=X0Szg4NmJtg9dBJxQCJsnOCeJt1y535/9cTBxe830qWOEffRiO16ChamtQlLertIURYi// z4V9sI7gDCBNFJCA== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 585D6A3B92; Fri, 10 Dec 2021 09:04:14 +0000 (UTC) Date: Fri, 10 Dec 2021 10:04:14 +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-rc5 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-rc5 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.16-rc5 The topmost commit is d7f32791a9fcf0dae8b073cdea9b79e29098c5f4 ---------------------------------------------------------------- sound fixes for 5.16-rc5 Another collection of small fixes. It's still not quite calm yet, but nothing looks scary. ALSA core got a few fixes for covering the issues detected by fuzzer and the 32bit compat problem of control API, while the rest are all device-specific small fixes, including the continued fixes for Tegra. ---------------------------------------------------------------- Alan Young (1): ALSA: ctl: Fix copy of updated id with element read/write Dan Carpenter (1): ASoC: amd: fix uninitialized variable in snd_acp6x_probe() David Heidelberg (1): ASoC: dt-bindings: wlf,wm8962: add missing interrupt property Geraldo Nascimento (1): ALSA: usb-audio: Reorder snd_djm_devices[] entries Hui Wang (1): ASoC: SOF: Intel: Retry codec probing if it fails Kailang Yang (1): ALSA: hda/realtek - Add headset Mic support for Lenovo ALC897 platform Nicolas Frattaroli (1): ASoC: rockchip: i2s_tdm: Dup static DAI template Rob Clark (2): ASoC: rt5682: Fix crash due to out of scope stack vars ASoC: rt5682s: Fix crash due to out of scope stack vars Sameer Pujar (6): ASoC: tegra: Balance runtime PM count ASoC: tegra: Use normal system sleep for SFC ASoC: tegra: Use normal system sleep for MVC ASoC: tegra: Use normal system sleep for Mixer ASoC: tegra: Use normal system sleep for AMX ASoC: tegra: Use normal system sleep for ADX Srinivas Kandagatla (4): ASoC: qdsp6: q6routing: Fix return value from msm_routing_put_audio_mixer ASoC: codecs: wcd934x: handle channel mappping list correctly ASoC: codecs: wcd934x: return correct value from mixer put ASoC: codecs: wsa881x: fix return values from kcontrol put Takashi Iwai (3): ALSA: pcm: oss: Fix negative period/buffer sizes ALSA: pcm: oss: Limit the period size to 16MB ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*() Werner Sembach (1): ALSA: hda/realtek: Fix quirk for TongFang PHxTxX1 --- .../devicetree/bindings/sound/wlf,wm8962.yaml | 3 + sound/core/control_compat.c | 3 + sound/core/oss/pcm_oss.c | 37 ++++-- sound/pci/hda/patch_realtek.c | 80 ++++++++++--- sound/soc/amd/yc/pci-acp6x.c | 3 +- sound/soc/codecs/rt5682.c | 10 +- sound/soc/codecs/rt5682s.c | 10 +- sound/soc/codecs/wcd934x.c | 126 +++++++++++++++------ sound/soc/codecs/wsa881x.c | 16 ++- sound/soc/qcom/qdsp6/q6routing.c | 8 +- sound/soc/rockchip/rockchip_i2s_tdm.c | 52 +++++---- sound/soc/sof/intel/hda-codec.c | 14 ++- sound/soc/tegra/tegra210_adx.c | 4 +- sound/soc/tegra/tegra210_amx.c | 4 +- sound/soc/tegra/tegra210_mixer.c | 4 +- sound/soc/tegra/tegra210_mvc.c | 8 +- sound/soc/tegra/tegra210_sfc.c | 4 +- sound/usb/mixer_quirks.c | 10 +- 18 files changed, 274 insertions(+), 122 deletions(-)