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 811B4C6FA83 for ; Tue, 27 Sep 2022 08:30:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231492AbiI0IaN (ORCPT ); Tue, 27 Sep 2022 04:30:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36558 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230444AbiI0IaD (ORCPT ); Tue, 27 Sep 2022 04:30:03 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F3B831346 for ; Tue, 27 Sep 2022 01:30:02 -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-out2.suse.de (Postfix) with ESMTPS id 1797A1F899; Tue, 27 Sep 2022 08:30:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1664267401; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=B1VnmlymFH1iMUyVVApt7qqr11IBtEFJWsH4uBverWg=; b=pf+Okn9aCMvrFv1EmHb81du1gcqN6mFOeHeVJdmZTsxjBDZi6xsOvEhvU3cUVl3L1otpg0 4V5sCwtV8Kc8UDWZgj7INvkFCHtgWkHtDkfo9aGbnMPBbmrFu0tVats4DtTDy9py9OZ4Wj lfyrSvjDd45XyZ8MjuP34LrVVZELrOo= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1664267401; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=B1VnmlymFH1iMUyVVApt7qqr11IBtEFJWsH4uBverWg=; b=xvcC/oZir/Py5NmbxOunmQaKlrLmHDVNNTWAq8sbm42ZDzIY5eBgBo3lkmdxSpYCa1GgHc i6V9O860nIOB//BA== 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 EA485139B3; Tue, 27 Sep 2022 08:30:00 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 5nhpOIi0MmNDGQAAMHmgww (envelope-from ); Tue, 27 Sep 2022 08:30:00 +0000 Date: Tue, 27 Sep 2022 10:30:00 +0200 Message-ID: <87zgelfcdz.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.0-rc8 or final 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=ISO-8859-2 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, please pull sound fixes for v6.0-rc8 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.0-rc8 The topmost commit is c35fbea48659ec99a4f532c9ee9e8692405afdd0 ---------------------------------------------------------------- sound fixes for 6.0-rc8 or final hopefully the last PR for 6.0: here we have a few device-specific fixes, mostly for ASoC. All look small / trivial enough. ---------------------------------------------------------------- Martin Povišer (1): ASoC: tas2770: Reinit regcache on reset Oder Chiou (1): ASoC: rt5640: Fix the issue of the abnormal JD2 status Pierre-Louis Bossart (2): ASoC: Intel: sof_sdw: add support for Dell SKU 0AFF ALSA: hda: intel-dsp-config: add missing RaptorLake PCI IDs SJLIN0 (1): ASoC: nau8824: Fix semaphore is released unexpectedly Shengjiu Wang (1): ASoC: imx-card: Fix refcount issue with of_node_put --- sound/hda/intel-dsp-config.c | 10 +++++++ sound/soc/codecs/nau8824.c | 17 +++++++++-- sound/soc/codecs/nau8824.h | 1 + sound/soc/codecs/rt5640.c | 64 ++++++++++++++++++++++++++++------------ sound/soc/codecs/rt5640.h | 14 +++++++++ sound/soc/codecs/tas2770.c | 3 ++ sound/soc/fsl/imx-card.c | 4 +++ sound/soc/intel/boards/sof_sdw.c | 10 +++++++ 8 files changed, 101 insertions(+), 22 deletions(-)