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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 55817EE57E0 for ; Fri, 8 Sep 2023 07:55:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238266AbjIHH4A (ORCPT ); Fri, 8 Sep 2023 03:56:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39312 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231301AbjIHHz6 (ORCPT ); Fri, 8 Sep 2023 03:55:58 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DF0AD1BD3 for ; Fri, 8 Sep 2023 00:55:54 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id A0C201F45A; Fri, 8 Sep 2023 07:55:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1694159753; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=1iymjR8zieAzYzdQJ3gypOS82EACuMWJCWss7Wvcvi8=; b=B3IcHHaNa2AcHaTK1wZIR3AAq9UJZSe2n3Uo5fmVW7NC0gs07PcUo029+cu6jHSAFvcBST VfaL0mC90095dh+zwFuYjC3UsEiHKu5x2/OKJ/IU6jIanR5j6fHf0E1DkYmtION5nPq9at cownLh3B8o1AwpCkq6+wj1Uo/65SvKw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1694159753; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=1iymjR8zieAzYzdQJ3gypOS82EACuMWJCWss7Wvcvi8=; b=gLbF+Wcb2c81OYnwAv+8eCFAt5/vk2+VllRtQuk5E0qTrSlX8pxSfLdI3jNLROOAeotMZ5 DKc7xDHiZfOOfaCA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 7EEB7132F2; Fri, 8 Sep 2023 07:55:53 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id i4ceHonT+mQBHQAAMHmgww (envelope-from ); Fri, 08 Sep 2023 07:55:53 +0000 Date: Fri, 08 Sep 2023 09:55:51 +0200 Message-ID: <87o7id9jzs.wl-tiwai@suse.de> From: Takashi Iwai To: Linus Torvalds Cc: Mark Brown , Liam Girdwood , Linux Kernel Mailing List Subject: [GIT PULL] sound fixes for 6.6-rc1 User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, please pull sound fixes for v6.6-rc1 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-6.6-rc1 The topmost commit is ecc8b4d0b6e19031733f28537971f8c5088dada2 ---------------------------------------------------------------- sound fixes for 6.6-rc1 A collection of fixes for 6.6-rc1. All small and easy ones. - The corrections of the previous PCM iov_iter transitions - Regression fixes in MIDI 2.0 / USB changes - Various ASoC codec fixes for Cirrus, Realtek, WCD - ASoC AMD quirks and ASoC Intel AVS driver workaround ---------------------------------------------------------------- Adam Ford (1): ASoC: dt-bindings: fsl_easrc: Add support for imx8mp-easrc Amadeusz Sławiński (1): ASoC: Intel: avs: Provide support for fallback topology Brent Lu (1): ASoC: rt5645: NULL pointer access when removing jack Harshit Mogalapalli (1): ASoC: cs42l43: Fix missing error code in cs42l43_codec_probe() Kailang Yang (1): ALSA: hda/realtek - ALC287 I2S speaker platform support Kevin-Lu (1): MAINTAINERS: Update the MAINTAINERS enties for TEXAS INSTRUMENTS ASoC DRIVERS Krzysztof Kozlowski (1): ASoC: codecs: wcd93xx: fix object added to multiple drivers Mario Limonciello (1): ASoC: amd: yc: Fix a non-functional mic on Lenovo 82TL Shubh (1): ASoC: amd: yc: Add DMI entries to support Victus by HP Gaming Laptop 15-fb0xxx (8A3E) Simon Trimmer (1): ASoC: cs35l56: Waiting for firmware to boot must be tolerant of I/O errors Takashi Iwai (7): ALSA: hda/tas2781: Use standard clamp() macro ASoC: dmaengine: Drop unused iov_iter for process callback ASoC: Name iov_iter argument as iterator instead of buffer ALSA: pcm: Fix error checks of default read/write copy ops ALSA: sb: Fix wrong argument in commented code ALSA: usb-audio: Fix potential memory leaks at error path for UMP open ALSA: seq: Fix snd_seq_expand_var_event() call to user-space Vitaly Rodionov (1): ALSA: hda/cirrus: Fix broken audio on hardware with two CS42L42 codecs. Vlad Karpovich (3): ASoC: cs35l45: Add support for Chip ID 0x35A460 ASoC: cs35l45: Fix "Dead assigment" warning ASoC: cs35l45: Rename DACPCM1 Source control --- .../devicetree/bindings/sound/fsl,easrc.yaml | 8 +++++- MAINTAINERS | 2 +- include/sound/dmaengine_pcm.h | 2 +- include/sound/soc-component.h | 4 +-- sound/core/pcm_lib.c | 8 +++--- sound/core/seq/seq_memory.c | 9 +++++-- sound/isa/sb/emu8000_pcm.c | 2 +- sound/pci/hda/patch_cs8409.c | 2 +- sound/pci/hda/patch_cs8409.h | 1 + sound/pci/hda/patch_realtek.c | 30 ++++++++++++++++++++++ sound/pci/hda/tas2781_hda_i2c.c | 16 +++--------- sound/soc/amd/yc/acp6x-mach.c | 14 ++++++++++ sound/soc/atmel/mchp-pdmc.c | 2 +- sound/soc/codecs/Kconfig | 6 +++++ sound/soc/codecs/Makefile | 8 +++--- sound/soc/codecs/cs35l45.c | 11 ++++---- sound/soc/codecs/cs35l56-shared.c | 27 +++++++++---------- sound/soc/codecs/cs42l43.c | 3 ++- sound/soc/codecs/rt5645.c | 16 +++++++----- sound/soc/codecs/wcd-clsh-v2.c | 8 ++++++ sound/soc/intel/avs/pcm.c | 22 ++++++++++++++++ sound/soc/soc-component.c | 4 +-- sound/soc/soc-generic-dmaengine-pcm.c | 10 ++++---- sound/soc/stm/stm32_sai_sub.c | 2 +- sound/usb/midi2.c | 7 +++-- 25 files changed, 159 insertions(+), 65 deletions(-)