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 6B072C77B73 for ; Thu, 27 Apr 2023 12:23:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243929AbjD0MXm (ORCPT ); Thu, 27 Apr 2023 08:23:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41734 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243341AbjD0MXk (ORCPT ); Thu, 27 Apr 2023 08:23:40 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 05A9C1FE5 for ; Thu, 27 Apr 2023 05:23:39 -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-out1.suse.de (Postfix) with ESMTPS id BB7A621AF2; Thu, 27 Apr 2023 12:23:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1682598217; 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=G2R5R6xMaUmMVRhEVL3Jm6A/k8/cuqXYfEX5wdl1kh4=; b=felqBP9Mk6K8G3KY+owcVXUg0+UWkWtTLcfIXZjF2L4k2BHLb+AFwwbbhkKyX+fEYzVBKl ugU01KprEyRQVMxdyUGPSTu0iACitI63L+prjjwDkEC+j7SIhxUjySx5ADtOJc+Tv5K+W9 Tuk/udQI6Ki2FZ76Z0YLyJg4fIaqug8= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1682598217; 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=G2R5R6xMaUmMVRhEVL3Jm6A/k8/cuqXYfEX5wdl1kh4=; b=Dj5XU/Von7QYeuVyiKxJH6/fj30y05It+XY07KQDLgsSYj+N6qbY/cLfdK0qSYRqqt4Ep4 BMw8K5r6ImljAzCA== 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 8DB2C13910; Thu, 27 Apr 2023 12:23:37 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id WF+rIUlpSmTJUwAAMHmgww (envelope-from ); Thu, 27 Apr 2023 12:23:37 +0000 Date: Thu, 27 Apr 2023 14:23:37 +0200 Message-ID: <87y1mdsed2.wl-tiwai@suse.de> From: Takashi Iwai To: Vitaly Rodionov Cc: Takashi Iwai , Jaroslav Kysela , , , Subject: Re: [PATCH] ALSA: hda/realtek: Add quirk for ThinkPad P1 Gen 6 In-Reply-To: <20230427110452.13787-1-vitalyr@opensource.cirrus.com> References: <20230427110452.13787-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, 27 Apr 2023 13:04:52 +0200, Vitaly Rodionov wrote: > > Lenovo ThinkPad P1 Gen 6 laptop has 2 CS35L41 amplifies > on I2C bus connected to Realtek codec. > > Signed-off-by: Vitaly Rodionov Thanks, applied now. Takashi