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 05A7BC61DA4 for ; Tue, 14 Feb 2023 14:08:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233134AbjBNOIo (ORCPT ); Tue, 14 Feb 2023 09:08:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53398 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231784AbjBNOIl (ORCPT ); Tue, 14 Feb 2023 09:08:41 -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 46D0519F0B for ; Tue, 14 Feb 2023 06:07:55 -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-out1.suse.de (Postfix) with ESMTPS id B3698221DB; Tue, 14 Feb 2023 14:06:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1676383603; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/HyqnGIS75uaLUEjLKgI49GIHkPwUU9uYI/uuygCtm8=; b=hRqXq/MfvDxzvnzSQS02+kHLhkO5r4Ek9/tNBuyXSxX4n2jNYaGqlJwaxweihE7zS/AxKf 6JgBWKFbZcKJxptIyUG+M7NPe7Gwj0VQbd82ohr3HvDBLpMErchpLKIalrF7xqXbrceLe0 AjDUWNrmcJGj4x5m+tLHZr8k9hsF78Q= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1676383603; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/HyqnGIS75uaLUEjLKgI49GIHkPwUU9uYI/uuygCtm8=; b=e5GLnQJznd1xcmrZbk9fbcUEV//Hf7yfjrwbpM5RhmSyWAhvqZ6loYHy4jEJbf6qIvo8Tx xrOgmAXtsjmK87Bw== 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 2AE3113A21; Tue, 14 Feb 2023 14:06:43 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id AJR5B3OV62PfSQAAMHmgww (envelope-from ); Tue, 14 Feb 2023 14:06:43 +0000 Date: Tue, 14 Feb 2023 15:06:42 +0100 Message-ID: <87fsb88hot.wl-tiwai@suse.de> From: Takashi Iwai To: Stefan Binding Cc: Jaroslav Kysela , Takashi Iwai , , , Subject: Re: [PATCH v2 0/3] Fixes and Improvements for CS35L41 HDA In-Reply-To: <20230213145008.1215849-1-sbinding@opensource.cirrus.com> References: <20230213145008.1215849-1-sbinding@opensource.cirrus.com> 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 On Mon, 13 Feb 2023 15:50:05 +0100, Stefan Binding wrote: > > Fixes issue in calibration, where return codes were misinterpreted. > Enable High Pass filter to reduce pops and clicks. > Add improvement to ensure firmware and tuning files are always loaded > together. This ensure the firmware is alsways running with valid > coefficients. > > Stefan Binding (2): > ALSA: hda: cs35l41: Ensure firmware/tuning pairs are always loaded > ALSA: hda: cs35l41: Enable Amp High Pass Filter > > Vitaly Rodionov (1): > ALSA: hda: cs35l41: Correct error condition handling Applied all three patches now to for-next branch. thanks, Takashi