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 67D53C7EE25 for ; Fri, 9 Jun 2023 07:09:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230181AbjFIHJW (ORCPT ); Fri, 9 Jun 2023 03:09:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33966 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229493AbjFIHJT (ORCPT ); Fri, 9 Jun 2023 03:09:19 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 95BE72718 for ; Fri, 9 Jun 2023 00:09:15 -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 3E4CB1FDF9; Fri, 9 Jun 2023 07:09:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1686294554; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=8gJh5J2J4uoAudOUl7nDN4Xelp0NPxKbIJetpIdXexM=; b=w/Jog4W+WcRO6S1mtgeOS5fBO5QkDLbFqj+eVhedQ4VsSCeRxZeF0o/dop6CmMftEaKvuw hyg5luPSz5w3cjHfQ4rj2MPiqeNUyHT48ZRa2sfDHBEWEfJNZAcw4HZOr2G5O69zmkMrvn 9Ildbf1tjp2WXVvBlzMj1Hq0t5NuQEQ= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1686294554; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=8gJh5J2J4uoAudOUl7nDN4Xelp0NPxKbIJetpIdXexM=; b=XTAi1rzIetTYtMunZIHsoKmYduw4FW2uZn8u/wMyd6uk1dH5BHjCJ1sSEBxMPju5S03tLF VqLN915cy/2y6qCw== 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 1B54F139C8; Fri, 9 Jun 2023 07:09:14 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id LaeiBRrQgmSdQQAAMHmgww (envelope-from ); Fri, 09 Jun 2023 07:09:14 +0000 Date: Fri, 09 Jun 2023 09:09:13 +0200 Message-ID: <87bkhpcdt2.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.4-rc6 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=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, please pull sound fixes for v6.4-rc6 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.4-rc6 The topmost commit is b752a385b584d385683c65cb76a1298f1379a88c ---------------------------------------------------------------- sound fixes for 6.4-rc6 Lots of small fixes, and almost all are device-specific. A few of them are the fixes for the old regressions by the fast kctl lookups (introduced around 5.19). Others are ASoC simple-card fixes, selftest compile warning fixes, ASoC AMD quirks, various ASoC codec fixes as well as usual HD-audio quirks. ---------------------------------------------------------------- Ai Chao (1): ALSA: hda/realtek: Add a quirk for HP Slim Desktop S01 Chancel Liu (1): ASoC: fsl_sai: Enable BCI bit if SAI works on synchronous mode with BYP asserted Chris Chiu (1): ALSA: hda/realtek: Enable 4 amplifiers instead of 2 on a HP platform Edson Juliano Drosdeck (1): ASoC: nau8824: Add quirk to active-high jack-detect Herve Codina (1): ASoC: simple-card: Add missing of_node_put() in case of error Jaroslav Kysela (1): ALSA: ice1712,ice1724: fix the kcontrol->id initialization Mirsad Goran Todorovac (1): selftests: alsa: pcm-test: Fix compiler warnings about the format RenHai (1): ALSA: hda/realtek: Add Lenovo P3 Tower platform Richard Fitzgerald (1): ASoC: cs35l56: Remove NULL check from cs35l56_sdw_dai_set_stream() Robert Hancock (1): ASoC: simple-card-utils: fix PCM constraint error check Ryan Lee (2): ASoC: max98363: Removed 32bit support ASoC: max98363: limit the number of channel to 1 Sayed, Karimuddin (1): ALSA: hda/realtek: Add "Intel Reference board" and "NUC 13" SSID in the ALC256 Sicong Jiang (1): ASoC: amd: yc: Add Thinkpad Neo14 to quirks list for acp6x Srinivas Kandagatla (3): ASoC: codecs: wsa883x: do not set can_multi_write flag ASoC: codecs: wsa881x: do not set can_multi_write flag ASoC: codecs: wcd938x-sdw: do not set can_multi_write flag Stefan Binding (1): ALSA: hda/realtek: Add quirks for Asus ROG 2024 laptops using CS35L41 Takashi Iwai (4): ALSA: ymfpci: Fix kctl->id initialization ALSA: cmipci: Fix kctl->id initialization ALSA: gus: Fix kctl->id initialization ALSA: hda: Fix kctl->id initialization Tim Crawford (1): ALSA: hda/realtek: Add quirk for Clevo NS50AU Trevor Wu (2): ASoC: mediatek: mt8188: fix use-after-free in driver remove path ASoC: mediatek: mt8195: fix use-after-free in driver remove path Vijendar Mukunda (1): ASoC: amd: ps: fix for acp_lock access in pdm driver --- sound/isa/gus/gus_pcm.c | 2 +- sound/pci/cmipci.c | 6 ++-- sound/pci/hda/hda_codec.c | 6 +++- sound/pci/hda/patch_realtek.c | 13 +++++++- sound/pci/ice1712/aureon.c | 7 ++-- sound/pci/ice1712/ice1712.c | 14 +++++--- sound/pci/ice1712/ice1724.c | 16 +++++---- sound/pci/ymfpci/ymfpci_main.c | 6 ++-- sound/soc/amd/ps/pci-ps.c | 3 +- sound/soc/amd/ps/ps-pdm-dma.c | 10 +++--- sound/soc/amd/yc/acp6x-mach.c | 7 ++++ sound/soc/codecs/cs35l56.c | 3 -- sound/soc/codecs/max98363.c | 4 +-- sound/soc/codecs/nau8824.c | 24 ++++++++++++++ sound/soc/codecs/wcd938x-sdw.c | 1 - sound/soc/codecs/wsa881x.c | 1 - sound/soc/codecs/wsa883x.c | 1 - sound/soc/fsl/fsl_sai.c | 11 +++++-- sound/soc/fsl/fsl_sai.h | 1 + sound/soc/generic/simple-card-utils.c | 2 +- sound/soc/generic/simple-card.c | 1 + sound/soc/mediatek/mt8188/mt8188-afe-clk.c | 7 ---- sound/soc/mediatek/mt8188/mt8188-afe-clk.h | 1 - sound/soc/mediatek/mt8188/mt8188-afe-pcm.c | 4 --- sound/soc/mediatek/mt8188/mt8188-audsys-clk.c | 47 ++++++++++++++------------- sound/soc/mediatek/mt8188/mt8188-audsys-clk.h | 1 - sound/soc/mediatek/mt8195/mt8195-afe-clk.c | 5 --- sound/soc/mediatek/mt8195/mt8195-afe-clk.h | 1 - sound/soc/mediatek/mt8195/mt8195-afe-pcm.c | 4 --- sound/soc/mediatek/mt8195/mt8195-audsys-clk.c | 47 ++++++++++++++------------- sound/soc/mediatek/mt8195/mt8195-audsys-clk.h | 1 - tools/testing/selftests/alsa/pcm-test.c | 10 +++--- 32 files changed, 151 insertions(+), 116 deletions(-)