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 74BB0C4332F for ; Fri, 2 Dec 2022 08:47:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232698AbiLBIrK (ORCPT ); Fri, 2 Dec 2022 03:47:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38406 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232606AbiLBIrA (ORCPT ); Fri, 2 Dec 2022 03:47:00 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B813C8EE51 for ; Fri, 2 Dec 2022 00:46:58 -0800 (PST) Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (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 5B40721BAB; Fri, 2 Dec 2022 08:46:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1669970817; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=cv/gi1EENqVdNlHjYt7ER3xgAksnraa4trU4Wq8VixM=; b=zTWE+wnJnAGslUdTtwfazd7vPc7LOAB0sEMhxU7yN3mvJmQRC1VONmFmZ0keRTmcAnY5Yr 3FCX+HXVpaKzTuahcFaiPCu6bOSNeITLMNOkEp4HfSnawxHVsfjQfUcjFttkyRxPD9cyfy Sz7k2J6VM3T8ADtPN2Z5wFATp08nEGw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1669970817; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=cv/gi1EENqVdNlHjYt7ER3xgAksnraa4trU4Wq8VixM=; b=ZU4flGz4UaQd2i/thkm661WY8KoDad07nKzatOVQjO2d6EKqwTzThnY/oOJ4bX/fUfrQM7 9KCe2rom+qmcySAA== Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (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 imap1.suse-dmz.suse.de (Postfix) with ESMTPS id 2B7BA133DE; Fri, 2 Dec 2022 08:46:57 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap1.suse-dmz.suse.de with ESMTPSA id 9X3mB4G7iWM2MAAAGKfGzw (envelope-from ); Fri, 02 Dec 2022 08:46:57 +0000 Date: Fri, 02 Dec 2022 09:46:56 +0100 Message-ID: <87mt86kxa7.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.1-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 v6.1-rc8 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.1-rc8 The topmost commit is b47068b4aa53a57552398e3f60d0ed1918700c2b ---------------------------------------------------------------- sound fixes for 6.1-rc8 Likely the last piece for 6.1; the only significant fixes are ASoC core ops fixes, while others are device-specific (rather minor) fixes in ASoC and FireWire drivers. All appear safe enough to take as a late-stage material. ---------------------------------------------------------------- Charles Keepax (2): ASoC: ops: Correct bounds check for second channel on SX controls ASoC: cs42l51: Correct PGA Volume minimum value Hui Tang (1): ASoC: tlv320adc3xxx: Fix build error for implicit function declaration Mark Brown (2): ASoC: ops: Fix bounds check for _sx controls ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx() Shengjiu Wang (2): ASoC: fsl_micfil: explicitly clear software reset bit ASoC: fsl_micfil: explicitly clear CHnF flags Takashi Sakamoto (1): ALSA: dice: fix regression for Lexicon I-ONIX FW810S --- sound/firewire/dice/dice-stream.c | 12 +++++++----- sound/soc/codecs/cs42l51.c | 2 +- sound/soc/codecs/tlv320adc3xxx.c | 3 +++ sound/soc/fsl/fsl_micfil.c | 19 +++++++++++++++++++ sound/soc/soc-ops.c | 11 ++++++++--- 5 files changed, 38 insertions(+), 9 deletions(-)