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 3F446C43334 for ; Fri, 22 Jul 2022 12:14:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231942AbiGVMOS (ORCPT ); Fri, 22 Jul 2022 08:14:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39754 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229704AbiGVMOP (ORCPT ); Fri, 22 Jul 2022 08:14:15 -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 9C5BA1CFD9 for ; Fri, 22 Jul 2022 05:14:14 -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 5002C2035C; Fri, 22 Jul 2022 12:14:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1658492053; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=PTjtSO6mXs83HYQCGiA4cP4o860D7siFYwmiyrFZDzI=; b=W+8Ipsb/KxwxEN+vi84XEQiDeIbYTxAJdP4IcgRY8QboGRiePs2Q8+S2SmThr/L2/WItP+ rBe3GDqDlTKl3V7g+PQiO0EEALljIEnV1WlwvOG9nWDo0nW7Am3/I7HTxRmYuU0NzAxz6h GrK8gNcmwBwXmhzKWnPEQ2V3lkb5kaw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1658492053; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=PTjtSO6mXs83HYQCGiA4cP4o860D7siFYwmiyrFZDzI=; b=s1AUO0TH+NXFWeEMbJfwWu2WaFLkLaXY+gR3VhhQ9oqAvDP2IZZLwekh5Qw0XlP8AZubC9 15abouT3LAkLmhDA== 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 2BF30134A9; Fri, 22 Jul 2022 12:14:13 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id HBLeCZWU2mIvMwAAMHmgww (envelope-from ); Fri, 22 Jul 2022 12:14:13 +0000 Date: Fri, 22 Jul 2022 14:14:12 +0200 Message-ID: <87pmhx4a5n.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 5.19-rc8 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 v5.19-rc8 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.19-rc8 The topmost commit is cf33ce6f0c220fbfe5dafcb08d4c5655097a5fa4 ---------------------------------------------------------------- sound fixes for 5.19-rc8 Only contains the revert of Rockchip BCLK changes for addressing a regression. ---------------------------------------------------------------- Alexandru Elisei (1): ASoC: rockchip: i2s: Fix NULL pointer dereference when pinctrl is not found Mark Brown (1): ASoC: rockchip-i2s: Undo BCLK pinctrl changes --- sound/soc/rockchip/rockchip_i2s.c | 160 ++++++++------------------------------ 1 file changed, 31 insertions(+), 129 deletions(-)