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 D7BFDC433F5 for ; Wed, 5 Jan 2022 16:32:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241951AbiAEQcn (ORCPT ); Wed, 5 Jan 2022 11:32:43 -0500 Received: from smtp-out2.suse.de ([195.135.220.29]:57546 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241912AbiAEQci (ORCPT ); Wed, 5 Jan 2022 11:32:38 -0500 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id F2AE21F37F; Wed, 5 Jan 2022 16:32:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1641400357; 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=13XVbwWKMxc4zrZoBn7bnud/V8lnA2Mx9huBGxorA+U=; b=1mwgH6B5GRx6oG8T5GGra2JmjVMvnbNBaLaRBDfPOtb4y4Xh0GWeV13MCBzMN0KTpYfUf2 azQz7/DJXRbYIsGYtZaR+M4LVm18oHUnRRpzDKDGjoYqgMaVaCkmWVGihr259F0wlX4Wbq plEh57FHjE1uGZfqm1bQS/2jeGiUy/U= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1641400357; 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=13XVbwWKMxc4zrZoBn7bnud/V8lnA2Mx9huBGxorA+U=; b=I6/ExtKhBsjHTy/LkhjZZ3Wxuw7m5Fb+DTCI6Z4f9kQT38cwZnKK5Q5Wve2CA58SqpM+XZ QeMCqFDLhbXKqgDA== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id D4402A3B89; Wed, 5 Jan 2022 16:32:36 +0000 (UTC) Date: Wed, 05 Jan 2022 17:32:36 +0100 Message-ID: From: Takashi Iwai To: Lucas Tanure Cc: Mark Brown , Len Brown , Mark Gross , Takashi Iwai , Liam Girdwood , "Rafael J . Wysocki" , Jaroslav Kysela , Hans de Goede , patches@opensource.cirrus.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, platform-driver-x86@vger.kernel.org Subject: Re: (subset) [PATCH v6 00/10] Add support for CS35L41 in HDA systems In-Reply-To: References: <20211217115708.882525-1-tanureal@opensource.cirrus.com> <164096159451.2355590.17653987935012339046.b4-ty@kernel.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 04 Jan 2022 14:07:51 +0100, Takashi Iwai wrote: > > On Fri, 31 Dec 2021 15:39:54 +0100, > Mark Brown wrote: > > > > On Fri, 17 Dec 2021 11:56:58 +0000, Lucas Tanure wrote: > > > Add support for laptops that have CS35L41 connected to an HDA > > > codec by I2S and direct I2C connection to the CPU. > > > > > > Laptops that use CS35L41 and are SPI will be added in the future, > > > after the support for it is resolved at i2c-multi-instantiate driver. > > > i2c-multi-instantiate thread: https://lkml.org/lkml/2021/12/10/557 > > > > > > [...] > > > > Applied to > > > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next > > > > Thanks! > > > > [01/10] ASoC: cs35l41: Convert tables to shared source code > > commit: a87d42227cf5614fe0040ddd1fe642c54298b42c > > [02/10] ASoC: cs35l41: Move cs35l41_otp_unpack to shared code > > commit: fe120d4cb6f6cd03007239e7c578b8703fe6d336 > > [03/10] ASoC: cs35l41: Move power initializations to reg_sequence > > commit: 062ce0593315e22aac527389dd6dd4328c49f0fb > > [04/10] ASoC: cs35l41: Create shared function for errata patches > > commit: 8b2278604b6de27329ec7ed82ca696c4751111b6 > > [05/10] ASoC: cs35l41: Create shared function for setting channels > > commit: 3bc3e3da657f17c14df8ae8fab58183407bd7521 > > [06/10] ASoC: cs35l41: Create shared function for boost configuration > > commit: e8e4fcc047c6e0c5411faeb8cc29aed2e5036a00 > > Mark, could you send a PR including those for 5.17? > The rest HD-audio part of the patch set depends on this new ASoC codec > stuff (at least Kconfig), so I can't apply the patches before merging > those. The ACPI patch might be still not applicable through my tree, > but it can be taken independently. Now I merged Mark's asoc tree, and applied the patches 7, 9 and 10. ALSA: hda: cs35l41: Add support for CS35L41 in HDA systems ALSA: hda/realtek: Add support for Legion 7 16ACHg6 laptop ALSA: hda/realtek: Add CS35L41 support for Thinkpad laptops The patches 9 and 10 have been slightly modified to adjust the quirk entry positions. The only missing patch is the ACPI patch. I'm open in which way to take; it's fine to be applied via other trees. Let me know your favorite. thanks, Takashi