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 85FE2EB64DA for ; Fri, 7 Jul 2023 07:59:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232744AbjGGH7S (ORCPT ); Fri, 7 Jul 2023 03:59:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43858 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232745AbjGGH7Q (ORCPT ); Fri, 7 Jul 2023 03:59:16 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A6C91FE6 for ; Fri, 7 Jul 2023 00:59: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-out1.suse.de (Postfix) with ESMTPS id DB3882184B; Fri, 7 Jul 2023 07:59:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1688716753; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=msQB0PlYCLaUI5f8QX/H2nPF6pKu0y6ybuSzKYyPVlg=; b=UTR9hGfjeHaUlXJ5JaDmwNzYHXoZINqQI1dBaDq4J56Z4o1SUBMXCbhxSXX13XorPTM3xV S0q1uXqm27BrbmuS8QH/zpmLXhKXI5Q6Y7tTzsrQGB6SGm+T+pAJ9BKL5ivEmG8QPG837m tdlC9QbpK0ByF9DdoWaU49LLXdU6R34= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1688716753; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=msQB0PlYCLaUI5f8QX/H2nPF6pKu0y6ybuSzKYyPVlg=; b=tb7mxuPA3R4Coa7ofWAQPSpY6VJC8+rQ/qCnlEUreA6sdHddVCevdohNLzpSVU63DanQz3 WfcRfkBlUOEsUXBA== 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 B9AE4139E0; Fri, 7 Jul 2023 07:59:13 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id D4JnLNHFp2TQLAAAMHmgww (envelope-from ); Fri, 07 Jul 2023 07:59:13 +0000 Date: Fri, 07 Jul 2023 09:59:13 +0200 Message-ID: <87o7kokv8u.wl-tiwai@suse.de> From: Takashi Iwai To: Linus Torvalds Cc: Linux Kernel Mailing List Subject: [GIT PULL] sound fixes for 6.5-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=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, please pull sound fixes for v6.5-rc1 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-6.5-rc1 The topmost commit is 5251605f4d297a0eb5d3b7f39f9dcee9e4d0115a ---------------------------------------------------------------- sound fixes for 6.5-rc1 A collection of small fixes that have been gathered recently: - Two code-typo fixes in the new UMP core - A fix in jack reporting to avoid the usage of mutex - A potential data race fix in HD-audio core regmap code - A potential data race fix in PCM allocation helper code - HD-audio quirks for ASUS, Clevo and Unis machines - Constifications in FireWire drivers ---------------------------------------------------------------- Colin Ian King (1): ALSA: oxfw: make read-only const array models static Luke D. Jones (6): ALSA: hda/realtek: Add quirk for ASUS ROG GX650P ALSA: hda/realtek: Add quirk for ASUS ROG GA402X ALSA: hda/realtek: Amend G634 quirk to enable rear speakers ALSA: hda/realtek: Add quirk for ASUS ROG G614Jx ALSA: hda/realtek: Whitespace fix ALSA: hda/realtek: Add quirk for ASUS ROG GZ301V Minjie Du (1): ALSA: seq: ump: fix typo in system_2p_ev_to_ump_midi1() Takashi Iwai (3): ALSA: ump: Correct wrong byte size at converting a UMP System message ALSA: pcm: Fix potential data race at PCM memory allocation helpers ALSA: jack: Fix mutex call in snd_jack_report() Takashi Sakamoto (1): ALSA: fireface: make read-only const array for model names static Tuo Li (1): ALSA: hda: fix a possible null-pointer dereference due to data race in snd_hdac_regmap_sync() Werner Sembach (1): ALSA: hda/realtek: Add quirk for Clevo NPx0SNx dengxiang (1): ALSA: hda/realtek: Add quirks for Unis H3C Desktop B760 & Q760 --- sound/core/jack.c | 15 ++++++------- sound/core/pcm_memory.c | 44 +++++++++++++++++++++++++++++++------- sound/core/seq/seq_ump_convert.c | 2 +- sound/core/ump_convert.c | 2 +- sound/firewire/fireface/ff.c | 2 +- sound/firewire/oxfw/oxfw.c | 2 +- sound/hda/hdac_regmap.c | 7 +++--- sound/pci/hda/patch_realtek.c | 46 ++++++++++++++++++++++++++++++++++++++-- 8 files changed, 94 insertions(+), 26 deletions(-)