mbox series

[v1,0/4] Add support for Lenovo Thinkbooks

Message ID 20240606130351.333495-1-sbinding@opensource.cirrus.com (mailing list archive)
Headers show
Series Add support for Lenovo Thinkbooks | expand

Message

Stefan Binding June 6, 2024, 1:03 p.m. UTC
These laptops do not contain _DSD required to support CS35L41 HDA.
To workaround this, add support for these laptops into the configuration
table in cs35l41_hda_property.c.
Also add the required entries into patch_realtek for this SSID.

Stefan Binding (4):
  ALSA: hda: cs35l41: Support Lenovo Thinkbook 16P Gen 5
  ALSA: hda: cs35l41: Support Lenovo Thinkbook 13x Gen 4
  ALSA: hda/realtek: Support Lenovo Thinkbook 16P Gen 5
  ALSA: hda/realtek: Support Lenovo Thinkbook 13x Gen 4

 sound/pci/hda/cs35l41_hda_property.c | 8 ++++++++
 sound/pci/hda/patch_realtek.c        | 4 ++++
 2 files changed, 12 insertions(+)

Comments

Takashi Iwai June 13, 2024, 12:11 p.m. UTC | #1
On Thu, 06 Jun 2024 15:03:47 +0200,
Stefan Binding wrote:
> 
> These laptops do not contain _DSD required to support CS35L41 HDA.
> To workaround this, add support for these laptops into the configuration
> table in cs35l41_hda_property.c.
> Also add the required entries into patch_realtek for this SSID.
> 
> Stefan Binding (4):
>   ALSA: hda: cs35l41: Support Lenovo Thinkbook 16P Gen 5
>   ALSA: hda: cs35l41: Support Lenovo Thinkbook 13x Gen 4
>   ALSA: hda/realtek: Support Lenovo Thinkbook 16P Gen 5
>   ALSA: hda/realtek: Support Lenovo Thinkbook 13x Gen 4

Applied all patches.  I corrected the hex numbers in the patch 3 to
lower cases.


thanks,

Takashi