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 58D60EB64D8 for ; Fri, 16 Jun 2023 08:05:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240941AbjFPIFl (ORCPT ); Fri, 16 Jun 2023 04:05:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50672 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244632AbjFPIF3 (ORCPT ); Fri, 16 Jun 2023 04:05:29 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 457E92D67 for ; Fri, 16 Jun 2023 01:05:27 -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 E6ABA21C44; Fri, 16 Jun 2023 08:05:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1686902725; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=xCp8F7NXFRSp/Nn6I3fUjddvcgxDK5gRkwvDj2uph+g=; b=nEukSNcIBOmMtq68Nrb+9hUj0axbWRY44a8yfq9n4A01UASfCciy9RAMSUAmB/9qsrlnbC /71cHQjCVaBkRc8McfkokHKs2of39UhhEDfI8QLb5VdGEJ/ElPtCh7NeQD/9YmyLzfXoR2 djoGJk1F6Ww+xRxq9HlH+cump/ZlOq4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1686902725; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=xCp8F7NXFRSp/Nn6I3fUjddvcgxDK5gRkwvDj2uph+g=; b=k/s4gXGnq6vSK/GoaUA1Q6XhF1S953nZ5WrAUM+dFLWhbCb2t2WoZXNbI3zAFDaxDSZbVT PXcK6FlR8MbTOMBg== 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 C125F1330B; Fri, 16 Jun 2023 08:05:25 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id VYJELsUXjGQSIgAAMHmgww (envelope-from ); Fri, 16 Jun 2023 08:05:25 +0000 Date: Fri, 16 Jun 2023 10:05:25 +0200 Message-ID: <87ttv77ry2.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-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.4-rc7 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.4-rc7 The topmost commit is 227d2c3154a93f424503d3e4b7e157288848cf1b ---------------------------------------------------------------- sound fixes for 6.4-rc7 Just a few small fixes. The only change to the core code is for a minor race in ALSA OSS sequencer, and the rest are all device-specific fixes (regression fixes and a usual quirk). ---------------------------------------------------------------- Edson Juliano Drosdeck (1): ALSA: hda/realtek: Add a quirk for Compaq N14JP6 Jon Hunter (1): ASoC: tegra: Fix Master Volume Control Lukasz Tyl (1): ALSA: usb-audio: Add quirk flag for HEM devices to enable native DSD playback Richard Fitzgerald (1): firmware: cs_dsp: Log correct region name in bin error messages Takashi Iwai (2): ALSA: seq: oss: Fix racy open/close of MIDI devices ALSA: usb-audio: Fix broken resume due to UAC3 power state --- drivers/firmware/cirrus/cs_dsp.c | 5 +++-- sound/core/seq/oss/seq_oss_midi.c | 35 ++++++++++++++++++++++------------- sound/pci/hda/patch_realtek.c | 1 + sound/soc/tegra/tegra_pcm.c | 3 +++ sound/usb/pcm.c | 4 ++++ sound/usb/quirks.c | 2 ++ 6 files changed, 35 insertions(+), 15 deletions(-)