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 D7A68EB64DA for ; Thu, 20 Jul 2023 09:28:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229535AbjGTJ2a (ORCPT ); Thu, 20 Jul 2023 05:28:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59636 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230257AbjGTJ1p (ORCPT ); Thu, 20 Jul 2023 05:27:45 -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 EF386D205 for ; Thu, 20 Jul 2023 02:13:07 -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 07161205DF; Thu, 20 Jul 2023 09:13:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1689844386; 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=sOcRRE/RoPfR/kyMhPVMaNgA8dPrYIYtV6s0v609Uno=; b=AUfMa6yuJai9uw5BuN0FVHy28qBlou+n3bk543B/U5AvX0WkldQbAGQZc1OMRSpMhE40V2 F2bQ/j7ZlVdTQ6aRrSnu9qBJ1qgXWr0Cvp7zVGlSGqgYIyMm9UKSPrcQtNYTZpsJQqbOFj j8zH+s5ImLUU6oNc5LYrkhWGbLqJ4zs= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1689844386; 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=sOcRRE/RoPfR/kyMhPVMaNgA8dPrYIYtV6s0v609Uno=; b=aci71edNDCzCib08f9tr83vRqZhVVu6iXV0c+DrPsYM0j4vKTEJ47JECQmQQOC51ZHSL5y OyT321ccpGcDKKDQ== 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 A598C133DD; Thu, 20 Jul 2023 09:13:05 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id qQ6AJ6H6uGRdPgAAMHmgww (envelope-from ); Thu, 20 Jul 2023 09:13:05 +0000 Date: Thu, 20 Jul 2023 11:13:05 +0200 Message-ID: <87ilafj68u.wl-tiwai@suse.de> From: Takashi Iwai To: Vitaly Rodionov Cc: Takashi Iwai , Mark Brown , Jaroslav Kysela , , , Subject: Re: [PATCH 1/2] ALSA: hda/realtek: Fix generic fixup definition for cs35l41 amp In-Reply-To: <20230720082022.13033-1-vitalyr@opensource.cirrus.com> References: <20230720082022.13033-1-vitalyr@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 Thu, 20 Jul 2023 10:20:21 +0200, Vitaly Rodionov wrote: > > Generic fixup for CS35L41 amplifies should not have vendor specific > chained fixup. For ThinkPad laptops with led issue, we can just add > specific fixup. > > Fixes: a6ac60b36dade (ALSA: hda/realtek: Fix mute led issue on thinkpad with cs35l41 s-codec) > Signed-off-by: Vitaly Rodionov Applied both patches now. Thanks. Takashi