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 8AFBCC43334 for ; Tue, 26 Jul 2022 12:48:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238794AbiGZMsE (ORCPT ); Tue, 26 Jul 2022 08:48:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46506 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233528AbiGZMr7 (ORCPT ); Tue, 26 Jul 2022 08:47:59 -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 16A6524BCD for ; Tue, 26 Jul 2022 05:47:59 -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 BD4C91FDAC; Tue, 26 Jul 2022 12:47:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1658839677; 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=c8EuTnW/HkhRI2OBlnlXkHYIAAyn7WoaatDUfUDIbV4=; b=j5tHnj034H9bcNlPv5IZhV8Q2xnz2iYwOsCm6KRhSlurYufI4fdikdUzaESMOrKlh6F0qu v6Q7knwyRQsdya4HHDSfl3+BWYvGQwVRFBL4yf03kI+FQdN6+SNTrBpSvbqonpVXqEzEUG dh3egS0Gc5QHrjm/FJabiIirOUdOBtE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1658839677; 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=c8EuTnW/HkhRI2OBlnlXkHYIAAyn7WoaatDUfUDIbV4=; b=TCh6KPQ5/V1GGa/JRCCTCy7O097NjpaLU3xRHYIvxnknEMvuCwfUfNq4tqu1r/ccx0sObw hjmeC2gn1x/FdgBA== 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 9104113322; Tue, 26 Jul 2022 12:47:57 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id HDKLIn3i32KFCgAAMHmgww (envelope-from ); Tue, 26 Jul 2022 12:47:57 +0000 Date: Tue, 26 Jul 2022 14:47:57 +0200 Message-ID: <87mtcwrqf6.wl-tiwai@suse.de> From: Takashi Iwai To: Lucas Tanure Cc: Jaroslav Kysela , Takashi Iwai , Cameron Berkenpas , , , Subject: Re: [PATCH 0/2] Add support for CLSA0101 In-Reply-To: <20220726101131.68058-1-tanureal@opensource.cirrus.com> References: <20220726101131.68058-1-tanureal@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 Tue, 26 Jul 2022 12:11:29 +0200, Lucas Tanure wrote: > > Add Support for the CLSA0101 laptop, an Intel version of CLSA0100. > This patch has been tested using the CLSA0100, ensuring it > doesn't break the sound for it. > We appreciate it if someone with CLSA0101 could verify that this > the patch works for them. > > Lucas Tanure (2): > ALSA: hda: cs35l41: Use the CS35L41 HDA internal define > ALSA: hda: cs35l41: Support CLSA0101 Applied both patches. Thanks. Takashi