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 4AEC9C433FE for ; Fri, 11 Nov 2022 08:56:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233420AbiKKI4L (ORCPT ); Fri, 11 Nov 2022 03:56:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43526 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233416AbiKKI4J (ORCPT ); Fri, 11 Nov 2022 03:56:09 -0500 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3E251D2F5 for ; Fri, 11 Nov 2022 00:56:03 -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 DAEAD20156; Fri, 11 Nov 2022 08:56:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1668156961; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=y31vKWv53VFRQ56YCuILtx5NwovSykidEjUPP7uZ68g=; b=NMh/4Kba8eXmQ2MEuDRSfDt28QN7D4U9RF9fuTv4QCq0JfudzTJlELNBb43APT0Ao9+cwL kl0FWd5Xwj03fwYwnflAGCvw2QesnF8LtF5BgxGVcJFFV7m1sWacAx9Uf3ZcDTvYtD2XJ6 UxSzFZHeGnGHh/Srj4N8UgmojCZ0LW0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1668156961; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=y31vKWv53VFRQ56YCuILtx5NwovSykidEjUPP7uZ68g=; b=IZ5bkThLSF7IgvMVzvjHUxVz9aRGJZ6cXVbjPg1fEetaJ5T4z1fhEOr80z4IDaJvcePy60 pme8FzUN7OV8LCCA== 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 B554F13357; Fri, 11 Nov 2022 08:56:01 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 6AElKyEObmOKTwAAMHmgww (envelope-from ); Fri, 11 Nov 2022 08:56:01 +0000 Date: Fri, 11 Nov 2022 09:56:01 +0100 Message-ID: <87fsepx42m.wl-tiwai@suse.de> From: Takashi Iwai To: Linus Torvalds Cc: Linux Kernel Mailing List Subject: [GIT PULL] sound fixes for 6.1-rc5 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-rc5 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.1-rc5 The topmost commit is 9a5523f72bd2b0d66eef3d58810c6eb7b5ffc143 ---------------------------------------------------------------- sound fixes for 6.1-rc5 Things look calming down, as this contains only a few small fixes. - Fix for a corner-case bug with SG-buffer page allocation helper - A regression fix for Roland USB-audio device probe - A potential memory leak fix at the error path - Handful quirks and device-specific fixes for HD- and USB-audio ---------------------------------------------------------------- Ai Chao (1): ALSA: usb-audio: add quirk to fix Hamedal C20 disconnect issue Edson Juliano Drosdeck (1): ALSA: hda/realtek: Add Positivo C6300 model quirk Evan Quan (1): ALSA: hda/hdmi - enable runtime pm for more AMD display audio Jussi Laako (1): ALSA: usb-audio: Add DSD support for Accuphase DAC-60 Pierre-Louis Bossart (1): ALSA: hda: clarify comments on SCF changes Stefan Binding (1): ALSA: hda/realtek: Add quirk for ASUS Zenbook using CS35L41 Takashi Iwai (4): ALSA: usb-audio: Yet more regression for for the delayed card registration ALSA: usb-audio: Remove redundant workaround for Roland quirk ALSA: usb-audio: Add quirk entry for M-Audio Micro ALSA: memalloc: Don't fall back for SG-buffer with IOMMU Xian Wang (1): ALSA: hda/ca0132: add quirk for EVGA Z390 DARK Yang Yingliang (1): ALSA: arm: pxa: pxa2xx-ac97-lib: fix return value check of platform_get_irq() Ye Bin (1): ALSA: hda: fix potential memleak in 'add_widget_node' --- sound/arm/pxa2xx-ac97-lib.c | 4 +++- sound/core/memalloc.c | 20 +++++++++--------- sound/hda/hdac_sysfs.c | 4 +++- sound/pci/hda/hda_intel.c | 11 ++++++---- sound/pci/hda/patch_ca0132.c | 1 + sound/pci/hda/patch_realtek.c | 2 ++ sound/usb/card.c | 29 +++++++++++++++++--------- sound/usb/endpoint.c | 3 ++- sound/usb/quirks-table.h | 4 ++++ sound/usb/quirks.c | 47 ++++++------------------------------------- sound/usb/usbaudio.h | 3 +++ 11 files changed, 62 insertions(+), 66 deletions(-)