[PATCH v1 0/2] Add Support for ASUS NUC using CS35L41

Stefan Binding posted 2 patches 4 months ago
include/sound/cs35l41.h       |  12 ++++
sound/pci/hda/cs35l41_hda.c   | 103 +++++++++++++++++++++-------------
sound/pci/hda/cs35l41_hda.h   |   1 +
sound/pci/hda/patch_realtek.c |  11 ++++
4 files changed, 89 insertions(+), 38 deletions(-)
[PATCH v1 0/2] Add Support for ASUS NUC using CS35L41
Posted by Stefan Binding 4 months ago
Add support for 1 amp configuration for ASUS NUC using CS35L41.
The NUC is using 1 CS35L41 amplifier using SPI with Internal Boost.

Stefan Binding (2):
  ALSA: hda: cs35l41: Add support for center channel in CS35L41 HDA
  ALSA: hda/realtek: Add support for ASUS NUC using CS35L41 HDA

 include/sound/cs35l41.h       |  12 ++++
 sound/pci/hda/cs35l41_hda.c   | 103 +++++++++++++++++++++-------------
 sound/pci/hda/cs35l41_hda.h   |   1 +
 sound/pci/hda/patch_realtek.c |  11 ++++
 4 files changed, 89 insertions(+), 38 deletions(-)

-- 
2.43.0
Re: [PATCH v1 0/2] Add Support for ASUS NUC using CS35L41
Posted by Takashi Iwai 3 months, 4 weeks ago
On Thu, 12 Jun 2025 18:00:21 +0200,
Stefan Binding wrote:
> 
> Add support for 1 amp configuration for ASUS NUC using CS35L41.
> The NUC is using 1 CS35L41 amplifier using SPI with Internal Boost.
> 
> Stefan Binding (2):
>   ALSA: hda: cs35l41: Add support for center channel in CS35L41 HDA
>   ALSA: hda/realtek: Add support for ASUS NUC using CS35L41 HDA

Applied both patches now to for-next branch.


thanks,

Takashi