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 3EF97C4167B for ; Fri, 30 Dec 2022 14:35:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235046AbiL3Ofx (ORCPT ); Fri, 30 Dec 2022 09:35:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33050 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229505AbiL3Ofv (ORCPT ); Fri, 30 Dec 2022 09:35:51 -0500 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A2A381178 for ; Fri, 30 Dec 2022 06:35:49 -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 0061020394; Fri, 30 Dec 2022 14:35:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1672410948; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=uxUZiz4zcajZA6/0OAhuoO/VvjsFAh90NRyLnll2S4Q=; b=CghObTX+Xf3yKXmRpToOOFUiahOgBrnyGo2kfk/j+gxP/UyyjWSODKpwBGKmo3uXidUpHe ObLHcwe3U8t9OZW403HEfAR7vu/kL8wGjGpNzoibFs64nvde5Q9mzOyJ/H3rjeBNHjMFCn h1I6bUCK/cafDgmAsDQ4d8pz5kn/VXY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1672410948; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=uxUZiz4zcajZA6/0OAhuoO/VvjsFAh90NRyLnll2S4Q=; b=Oq8Z/kwYfMokPPKlPjDl4vlGGYSICLHxBGT8G67AoZoTSLr52WcJqm4sBkQJeB9nixTVMW 1VE1A0SYirpCWhDg== 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 D68D4138FA; Fri, 30 Dec 2022 14:35:47 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 0YqgM0P3rmP4KQAAMHmgww (envelope-from ); Fri, 30 Dec 2022 14:35:47 +0000 Date: Fri, 30 Dec 2022 15:35:47 +0100 Message-ID: <877cy9x8l8.wl-tiwai@suse.de> From: Takashi Iwai To: Linus Torvalds Cc: Linux Kernel Mailing List Subject: [GIT PULL] sound updates for 6.2-rc2 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.2-rc2 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.2-rc2 The topmost commit is 090ddad4c7a9fefd647c762093a555870a19c8b2 ---------------------------------------------------------------- sound fixes for 6.2-rc2 Just a few small fixes: - A regression fix for HDMI audio on HD-audio AMD codecs - Fixes for LINE6 MIDI handling - HD-audio quirk for Dell laptops ---------------------------------------------------------------- Artem Egorkine (2): ALSA: line6: correct midi status byte when receiving data from podxt ALSA: line6: fix stack overflow in line6_midi_transmit Chris Chiu (1): ALSA: hda/realtek: Apply dual codec fixup for Dell Latitude laptops Takashi Iwai (1): ALSA: hda/hdmi: Static PCM mapping again with AMD HDMI codecs --- sound/pci/hda/patch_hdmi.c | 27 +++++++++++++++++++-------- sound/pci/hda/patch_realtek.c | 13 +++++++++++++ sound/usb/line6/driver.c | 3 ++- sound/usb/line6/midi.c | 6 ++++-- sound/usb/line6/midibuf.c | 25 +++++++++++++++++-------- sound/usb/line6/midibuf.h | 5 ++++- sound/usb/line6/pod.c | 3 ++- 7 files changed, 61 insertions(+), 21 deletions(-)