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 DFF1AC3DA6F for ; Fri, 25 Aug 2023 08:30:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237302AbjHYIaW (ORCPT ); Fri, 25 Aug 2023 04:30:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230076AbjHYI3u (ORCPT ); Fri, 25 Aug 2023 04:29:50 -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 A16941FDB for ; Fri, 25 Aug 2023 01:29:46 -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 5C71A2249B; Fri, 25 Aug 2023 08:29:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1692952185; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=j538vrrxNUyT3Za9NprlQ1uFyWgr2e0zU4eCnTGaXyA=; b=UphJpR6pIyEym8YiiNq8jba/rOj8wQVLkZEEQv3+WlxjGrWT7RvQeCbvqhQ3AmWSApTen6 a4Cy674H1Q6hBBg5HfgmQ+YLRaWvdsIqTBqkRqen1npOKTCKU3cw+ZNOgyae74t6EkdaVA tK9AjPD+rY6KsRg/dNLu6d+SNzDu8PY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1692952185; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=j538vrrxNUyT3Za9NprlQ1uFyWgr2e0zU4eCnTGaXyA=; b=30blT4QQWTzfBC1y4mj7jG4139U92y+kWF45KcWYIY9xAr93DZ0qU8Skt8AtrStE+fnp+l f2Mw2LdDQomq02Dw== 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 3C74A1340A; Fri, 25 Aug 2023 08:29:45 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id awG/DXlm6GTlZQAAMHmgww (envelope-from ); Fri, 25 Aug 2023 08:29:45 +0000 Date: Fri, 25 Aug 2023 10:29:44 +0200 Message-ID: <875y538qyv.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.5 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 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.5 The topmost commit is 37e44d60cb875862930359e16a1f4764cedb342b ---------------------------------------------------------------- sound fixes for 6.5 Hopefully the last bits for 6.5. It's slightly higher LOCs than wished, but it doesn't look scary. The biggest change is MAINTAINERS update for TI; it's good to have the update before the final release, so that people can contact to the right persons for bug reports (which shouldn't happen of course!) The rest are all device-specific fixes and quirks, most for various ASoC platforms. ---------------------------------------------------------------- BrenoRCBrito (1): ASoC: amd: yc: Add VivoBook Pro 15 to quirks list for acp6x Chao Song (1): ASoC: SOF: ipc4-pcm: fix possible null pointer deference Charles Keepax (1): ASoC: cs35l41: Correct amp_gain_tlv values Kevin-Lu (1): MAINTAINERS: Add entries for TEXAS INSTRUMENTS ASoC DRIVERS Maciej Strozek (1): ASoC: cs35l56: Read firmware uuid from a device property instead of _SUB Mario Limonciello (1): ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJ Shenghao Ding (1): ASoC: tas2781: fixed register access error when switching to other chips Simon Trimmer (1): ASoC: cs35l56: Add an ACPI match table Takashi Iwai (1): ALSA: ymfpci: Fix the missing snd_card_free() call at probe error --- MAINTAINERS | 33 +++++++++++++++++++++++++++++++++ sound/pci/ymfpci/ymfpci.c | 10 ++++++++-- sound/soc/amd/yc/acp6x-mach.c | 9 ++++++++- sound/soc/codecs/cs35l41.c | 2 +- sound/soc/codecs/cs35l56-i2c.c | 9 +++++++++ sound/soc/codecs/cs35l56-spi.c | 9 +++++++++ sound/soc/codecs/cs35l56.c | 31 ++++++++++++------------------- sound/soc/codecs/tas2781-comlib.c | 19 ++++++++++--------- sound/soc/sof/ipc4-pcm.c | 3 +++ 9 files changed, 93 insertions(+), 32 deletions(-)