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 911D0C04A68 for ; Thu, 28 Jul 2022 10:34:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235982AbiG1Kez (ORCPT ); Thu, 28 Jul 2022 06:34:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59958 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234823AbiG1Kez (ORCPT ); Thu, 28 Jul 2022 06:34:55 -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 191DE4B0DD; Thu, 28 Jul 2022 03:34:53 -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 B362320AEE; Thu, 28 Jul 2022 10:34:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1659004491; 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=15xB0syOxpUyZLtSuSwIo1ykSjFTZ54OBZTEcJ1JHjs=; b=sF03yEIbEmLKh4FG3rgx6HBm4sfXwOFDufJiJQxSvS04UV1OQ8JVZj+OaHkBGilnUQsPog 7Ig1+Q49JkLxKAEFJG4nLAQDh9+dHIHNlawg9jT7+SIx3/JHMQXhImhNvgLHSKPhXydBO2 qgF+2uUKDHnkersI+NggaghUCnK0Kn8= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1659004491; 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=15xB0syOxpUyZLtSuSwIo1ykSjFTZ54OBZTEcJ1JHjs=; b=P4RoukuqRFQYYDjnXnsfVbF8GhRAF5bEXd9/BKjztctPGVgEbzdZ7WRX0rcvBA1i+SnOrd lzHnB20DNyTZB7DA== 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 7680913427; Thu, 28 Jul 2022 10:34:51 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id YqskHEtm4mIYbAAAMHmgww (envelope-from ); Thu, 28 Jul 2022 10:34:51 +0000 Date: Thu, 28 Jul 2022 12:34:50 +0200 Message-ID: <87a68tmsol.wl-tiwai@suse.de> From: Takashi Iwai To: Lucas Tanure Cc: Jaroslav Kysela , "Rafael J . Wysocki" , Len Brown , Hans de Goede , Mark Gross , Takashi Iwai , Cameron Berkenpas , , , , , Subject: Re: [PATCH v2 0/4] Add support for CLSA0101 In-Reply-To: <20220727095924.80884-1-tanureal@opensource.cirrus.com> References: <20220727095924.80884-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: platform-driver-x86@vger.kernel.org On Wed, 27 Jul 2022 11:59:20 +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. > > Changes from V1: > - Add CLSA0101 id into scan.c, serial-multi-instantiate.c > and cs35l41_hda_i2c.c > > Lucas Tanure (4): > ALSA: hda: cs35l41: Use the CS35L41 HDA internal define > ALSA: hda: cs35l41: Support CLSA0101 > ACPI: scan: Add CLSA0101 Laptop Support > platform/x86: serial-multi-instantiate: Add CLSA0101 Laptop Applied all four patches now. Thanks. Takashi