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 59A6AC4332F for ; Fri, 25 Nov 2022 09:58:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230049AbiKYJ6K (ORCPT ); Fri, 25 Nov 2022 04:58:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48768 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229869AbiKYJ5s (ORCPT ); Fri, 25 Nov 2022 04:57:48 -0500 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4222F110 for ; Fri, 25 Nov 2022 01:56:53 -0800 (PST) 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 B6CA61F390; Fri, 25 Nov 2022 09:51:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1669369910; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=QZuI2VdCrr8kiO2QLDD2YAacX8MBPrBrma/xaPJCh6Q=; b=fS3hqHAN3etoGRlj8E72ntGebL2MYiDsDsgHnwNrjO46sxDzLqInXf7Soln4OeI7d4Yh3Y aKxytZ2t2Fp6btCWDG1KrBGmqgduOBZ4JEakg5LSf7X8F1kl8z7isG6F4A1mPjo1utSsFj o/J3TcVwOsGU+s8hTYVStflH32DUUrA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1669369910; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=QZuI2VdCrr8kiO2QLDD2YAacX8MBPrBrma/xaPJCh6Q=; b=f6eaFtG9dQ1x6cI6DXDVVju3cpBwuq9TRQ7g5vwE3441J5F6LfF8Yc6nRT5KL4D3+NuQwq zTFFtk28DbgiXICw== 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 955711361C; Fri, 25 Nov 2022 09:51:50 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id lzCyIzaQgGNIVgAAMHmgww (envelope-from ); Fri, 25 Nov 2022 09:51:50 +0000 Date: Fri, 25 Nov 2022 10:51:50 +0100 Message-ID: <878rjz2wg9.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.1-rc7 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.1-rc7 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.1-rc7 The topmost commit is ecae4c8954a1faba6fcc4fe6ec1680b3c4e393d1 ---------------------------------------------------------------- sound fixes for 6.1-rc7 A few more last-minute fixes for 6.1 that have been gathered in the last week; nothing looks too worrisome, mostly device-specific small fixes, including the ABI fix for ASoC SOF. ---------------------------------------------------------------- Chancel Liu (1): ASoC: wm8962: Wait for updated value of WM8962_CLOCKING1 register Detlev Casanova (1): ASoC: sgtl5000: Reset the CHIP_CLK_CTRL reg on remove Jiasheng Jiang (1): ASoC: max98373: Add checks for devm_kcalloc Junxiao Chang (1): ASoC: hdac_hda: fix hda pcm buffer overflow issue Kees Cook (1): ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_event Olivier Moysan (1): ASoC: stm32: i2s: remove irqf_oneshot flag Pierre-Louis Bossart (1): ASoC: SOF: dai: move AMD_HS to end of list to restore backwards-compatibility Richard Fitzgerald (1): ASoC: soc-pcm: Don't zero TDM masks in __soc_pcm_open() Shuming Fan (1): ASoC: rt711-sdca: fix the latency time of clock stop prepare state machine transitions Srinivasa Rao Mandadapu (1): ASoC: soc-pcm: Add NULL check in BE reparenting --- include/sound/sof/dai.h | 2 +- sound/core/seq/seq_memory.c | 11 +++++++---- sound/soc/codecs/hdac_hda.h | 4 ++-- sound/soc/codecs/max98373-i2c.c | 4 ++++ sound/soc/codecs/rt711-sdca-sdw.c | 2 +- sound/soc/codecs/sgtl5000.c | 1 + sound/soc/codecs/wm8962.c | 8 ++++++++ sound/soc/soc-pcm.c | 7 ++----- sound/soc/stm/stm32_i2s.c | 2 +- 9 files changed, 27 insertions(+), 14 deletions(-)