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 462DFC7EE22 for ; Thu, 11 May 2023 16:03:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238627AbjEKQD3 (ORCPT ); Thu, 11 May 2023 12:03:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53382 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238615AbjEKQD0 (ORCPT ); Thu, 11 May 2023 12:03:26 -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 5FC9E2683 for ; Thu, 11 May 2023 09:03:25 -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 161F61FF8F; Thu, 11 May 2023 16:03:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1683821004; 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=IQ1rt7FZMKYQH9rKdMP3kJRS2fvxQRkprXYeNPPYKQ4=; b=CjvQMdJszE/NVBIB3lpDDSQ73BB35C5RnjcXLJJ64Q+iq+HMk118OyRBT7063NHzYbkBo6 8jV+EuKBSyR0Y+x3oO2y1AS6ABVNgUvrTBPusLAme9igGwh6J4RgfT4lu8495BUo5pYg/O mRfyAVVCKgWFvVOSxdQX/zJEV46nofc= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1683821004; 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=IQ1rt7FZMKYQH9rKdMP3kJRS2fvxQRkprXYeNPPYKQ4=; b=KcJYJ+JLIMtrcmscHSxa6YF7ICrE6Q7HiCZ3kebnJgAHgLQN8GmL7MoU3xo1DdZBO6JgQX ePCNXSx1vIyStaDg== 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 D19B2134B2; Thu, 11 May 2023 16:03:23 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id TfQ5MssRXWQbAwAAMHmgww (envelope-from ); Thu, 11 May 2023 16:03:23 +0000 Date: Thu, 11 May 2023 18:03:23 +0200 Message-ID: <87fs824zzo.wl-tiwai@suse.de> From: Takashi Iwai To: Vitaly Rodionov Cc: Takashi Iwai , Jaroslav Kysela , , , Subject: Re: [PATCH] ALSA: hda/realtek: Add quirk for HP EliteBook G10 laptops In-Reply-To: <20230510142227.32945-1-vitalyr@opensource.cirrus.com> References: <20230510142227.32945-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 Wed, 10 May 2023 16:22:27 +0200, Vitaly Rodionov wrote: > > Add support for HP EliteBook 835/845/845W/865 G10 laptops > with CS35L41 amplifiers on I2C/SPI bus connected to Realtek codec. > > Signed-off-by: Vitaly Rodionov Thanks, applied. Takashi