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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8AB73C433EF for ; Wed, 29 Sep 2021 07:16:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6CA7061368 for ; Wed, 29 Sep 2021 07:16:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244566AbhI2HRw (ORCPT ); Wed, 29 Sep 2021 03:17:52 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:60874 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244531AbhI2HRv (ORCPT ); Wed, 29 Sep 2021 03:17:51 -0400 Received: from relay1.suse.de (relay1.suse.de [149.44.160.133]) by smtp-out2.suse.de (Postfix) with ESMTP id EB343202ED; Wed, 29 Sep 2021 07:16:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1632899769; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=uoldJUWtupV8qrwnkxy4vY1oTIxggXfGFlWKJVDBgXw=; b=a+CsVO7uMIAz5LUgjr4dFkYTyG/FEWue6q5MJmBflVo5kAJ0Zym+OdETlrnARn1tKFgQpr dt5gV6DieWVrCsZkaZPVY8EoeNd0ocaxlp+kxJ+qFjltTQQxp83ftg+r+GJmUyetVh2VZN EesFMc0R8yV82IHOTk3gEa5ytZW3u54= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1632899769; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=uoldJUWtupV8qrwnkxy4vY1oTIxggXfGFlWKJVDBgXw=; b=91aDMow7mfguKanEJ5GIxBd5kX15COIdx3CTVDQrLAASPz9kDu8p2SdPkOPwGwV0Av/AGT h4eb0e9bIO59V8Cg== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay1.suse.de (Postfix) with ESMTP id E3C2725D4F; Wed, 29 Sep 2021 07:16:09 +0000 (UTC) Date: Wed, 29 Sep 2021 09:16:09 +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.15-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.15-rc4 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.15-rc4 The topmost commit is f2ff7147c6834f244b8ce636b12e71a3bd044629 ---------------------------------------------------------------- sound fixes for 5.15-rc4 It became a slightly large collection of changes, partly because I've been off in the last weeks. Most of changes are small and scattered while a bit big change is found in HD-audio Realtek codec driver; it's a very device-specific fix that has been long wanted, so I decided to pick up although it's in the middle RC. Some highlights: * A new guard ioctl for ALSA rawmidi API to avoid the misuse of the new timestamp framing mode; it's for a regression fix * HD-audio: a revert of the 5.15 change that might work badly, new quirks for Lenovo Legion & co, a follow-up fix for CS8409 * ASoC: lots of SOF-related fixes, fsl component fixes, corrections of mediatek drivers * USB-audio: fix for the PM resume * FireWire: oxfw and motu fixes ---------------------------------------------------------------- Alexey Dobriyan (1): ALSA: pcxhr: "fix" PCXHR_REG_TO_PORT definition Arnaud Pouliquen (1): MAINTAINERS: fix update references to stm32 audio bindings Cameron Berkenpas (1): ALSA: hda/realtek: Quirks to enable speaker output for Lenovo Legion 7i 15IMHG05, Yoga 7i 14ITL5/15ITL5, and 13s Gen2 laptops. Jaroslav Kysela (1): ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSION Marc Herbert (1): ASoC: SOF: loader: release_firmware() on load failure to avoid batching Peter Ujfalusi (4): ASoC: SOF: imx: imx8: Bar index is only valid for IRAM and SRAM types ASoC: SOF: imx: imx8m: Bar index is only valid for IRAM and SRAM types ASoC: SOF: loader: Re-phrase the missing firmware error to avoid duplication ASoC: SOF: trace: Omit error print when waking up trace sleepers Pierre-Louis Bossart (1): ASoC: Intel: sof_sdw: tag SoundWire BEs as non-atomic Shengjiu Wang (5): ASoC: fsl_sai: register platform component before registering cpu dai ASoC: fsl_esai: register platform component before registering cpu dai ASoC: fsl_micfil: register platform component before registering cpu dai ASoC: fsl_spdif: register platform component before registering cpu dai ASoC: fsl_xcvr: register platform component before registering cpu dai Stefan Binding (1): ALSA: hda/cs8409: Setup Dolphin Headset Mic as Phantom Jack Takashi Iwai (2): Revert "ALSA: hda: Drop workaround for a hang at shutdown again" ALSA: usb-audio: Unify mixer resume and reset_resume procedure Takashi Sakamoto (2): ALSA: oxfw: fix transmission method for Loud models based on OXFW971 ALSA: firewire-motu: fix truncated bytes in message tracepoints Thomas Gleixner (1): ALSA: pcsp: Make hrtimer forwarding more robust Trevor Wu (3): ASoC: mediatek: add required config dependency ASoC: mediatek: common: handle NULL case in suspend/resume function ASoC: mediatek: mt8195: remove wrong fixup assignment on HDMITX Yong Zhi (1): ASoC: SOF: Fix DSP oops stack dump output contents --- MAINTAINERS | 3 +- include/sound/rawmidi.h | 1 + include/uapi/sound/asound.h | 1 + sound/core/rawmidi.c | 9 ++ sound/drivers/pcsp/pcsp_lib.c | 2 +- sound/firewire/motu/amdtp-motu.c | 7 +- sound/firewire/oxfw/oxfw.c | 13 ++- sound/pci/hda/hda_intel.c | 12 +- sound/pci/hda/patch_cs8409.c | 3 + sound/pci/hda/patch_realtek.c | 129 +++++++++++++++++++++ sound/pci/pcxhr/pcxhr_core.c | 2 +- sound/soc/fsl/fsl_esai.c | 16 ++- sound/soc/fsl/fsl_micfil.c | 15 ++- sound/soc/fsl/fsl_sai.c | 14 ++- sound/soc/fsl/fsl_spdif.c | 14 ++- sound/soc/fsl/fsl_xcvr.c | 15 ++- sound/soc/intel/boards/sof_sdw.c | 5 + sound/soc/mediatek/Kconfig | 3 + sound/soc/mediatek/common/mtk-afe-fe-dai.c | 19 +-- .../mediatek/mt8195/mt8195-mt6359-rt1019-rt5682.c | 7 +- sound/soc/sof/core.c | 4 +- sound/soc/sof/imx/imx8.c | 9 +- sound/soc/sof/imx/imx8m.c | 9 +- sound/soc/sof/loader.c | 8 +- sound/soc/sof/trace.c | 1 - sound/soc/sof/xtensa/core.c | 4 +- sound/usb/card.c | 18 +-- sound/usb/mixer.c | 26 +---- sound/usb/mixer.h | 3 +- sound/usb/mixer_quirks.c | 2 +- 30 files changed, 272 insertions(+), 102 deletions(-)