Message ID | 20211217115708.882525-1-tanureal@opensource.cirrus.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support for CS35L41 in HDA systems | expand |
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 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
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. thanks, Takashi
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