All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/3] Add support for Legion 7 16ACHg6 laptop
@ 2021-10-20  8:59 ` Lucas Tanure
  0 siblings, 0 replies; 12+ messages in thread
From: Lucas Tanure @ 2021-10-20  8:59 UTC (permalink / raw)
  To: Mark Brown, Takashi Iwai, Jaroslav Kysela, Len Brown,
	David Rhodes, Liam Girdwood, Rafael J . Wysocki
  Cc: alsa-devel, linux-acpi, patches, linux-kernel, Lucas Tanure

Hi,

I would like to get some guidance about this solution to
support the 16ACHg6 laptop.

Hardware:
 - The 16ACHg6 laptop has two CS35L41 amplifiers, connected
to Realtek ALC287 by an I2S bus and by and direct I2C to the CPU.
 - The ALC287 codec is connected to the CPU by an HDA bus.
 - The CS35L41 has a DSP which will require firmware to be loaded.

Architecture:
 - To load the firmware for CS35L41, this solution will require
the wm_adsp library, which requires regmap, header definitions and
register tables.
 - The HDA machine driver will find the registered ASoC by its
 dai name.
 - To minimize the duplication of the code, the HDA will call
 snd_soc_dai_ops from the ASoC driver.

Notes:
 - This is a work in progress, so the code is not functional, its
only intent is to demonstrate the overall solution

Changes from V1:

 - Split into multiple patches, separating ACPI, ASoC and HDA patches
 - Removed CS35L41 exported functions, moved code to snd_soc_dai_ops
 - Patch realtek uses dai ops functions

Lucas Tanure (3):
  sound: cs35l41: Allow HDA systems to use CS35l41 ASoC driver
  ALSA: hda/realtek: Add support for Legion 7 16ACHg6 laptop Speakers
  ACPI / scan: Create platform device for INT3515 ACPI nodes

 drivers/acpi/scan.c                          |   1 +
 drivers/platform/x86/i2c-multi-instantiate.c |   7 +
 include/sound/cs35l41.h                      |   1 +
 sound/pci/hda/patch_realtek.c                | 109 ++++++++++++++-
 sound/soc/codecs/cs35l41.c                   | 139 +++++++++++++++++--
 sound/soc/codecs/cs35l41.h                   |   1 +
 6 files changed, 249 insertions(+), 9 deletions(-)

-- 
2.33.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-10-20 12:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-20  8:59 [RFC PATCH v2 0/3] Add support for Legion 7 16ACHg6 laptop Lucas Tanure
2021-10-20  8:59 ` Lucas Tanure
2021-10-20  8:59 ` [RFC PATCH v2 1/3] sound: cs35l41: Allow HDA systems to use CS35l41 ASoC driver Lucas Tanure
2021-10-20  8:59   ` Lucas Tanure
2021-10-20 12:30   ` Mark Brown
2021-10-20 12:30     ` Mark Brown
2021-10-20  8:59 ` [RFC PATCH v2 2/3] ALSA: hda/realtek: Add support for Legion 7 16ACHg6 laptop Speakers Lucas Tanure
2021-10-20  8:59   ` Lucas Tanure
2021-10-20  9:17   ` Takashi Iwai
2021-10-20  9:17     ` Takashi Iwai
2021-10-20  8:59 ` [RFC PATCH v2 3/3] ACPI / scan: Create platform device for INT3515 ACPI nodes Lucas Tanure
2021-10-20  8:59   ` Lucas Tanure

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.