[PATCH v1 0/2] Add support for Lenovo Thinkbook 13X

Stefan Binding posted 2 patches 1 week, 6 days ago
sound/pci/hda/cs35l41_hda_property.c | 4 ++++
sound/pci/hda/patch_realtek.c        | 2 ++
2 files changed, 6 insertions(+)
[PATCH v1 0/2] Add support for Lenovo Thinkbook 13X
Posted by Stefan Binding 1 week, 6 days ago
This laptop does not contain _DSD required to support CS35L41 HDA.
To workaround this, add support for this laptop into the configuration
table in cs35l41_hda_property.c.
Also add the required entry into patch_realtek for this SSID.

Stefan Binding (2):
  ALSA: hda: cs35l41: Support Lenovo 13X laptop without _DSD
  ALSA: hda/realtek: Add quirks for Lenovo 13X

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

-- 
2.34.1
Re: [PATCH v1 0/2] Add support for Lenovo Thinkbook 13X
Posted by Takashi Iwai 1 week, 5 days ago
On Tue, 23 Apr 2024 18:23:01 +0200,
Stefan Binding wrote:
> 
> This laptop does not contain _DSD required to support CS35L41 HDA.
> To workaround this, add support for this laptop into the configuration
> table in cs35l41_hda_property.c.
> Also add the required entry into patch_realtek for this SSID.
> 
> Stefan Binding (2):
>   ALSA: hda: cs35l41: Support Lenovo 13X laptop without _DSD
>   ALSA: hda/realtek: Add quirks for Lenovo 13X

Applied both patches now to for-next branch.


thanks,

Takashi