mbox series

[v1,0/7] Add Support for various ASUS laptops using CS35L41

Message ID 20250305170714.755794-1-sbinding@opensource.cirrus.com (mailing list archive)
Headers show
Series Add Support for various ASUS laptops using CS35L41 | expand

Message

Stefan Binding March 5, 2025, 5:06 p.m. UTC
Add support for several Commercial and Consumer laptops using CS35L41 HDA.
These laptops use combinations of Internal and External boost, as well as
SPI and I2C.

Stefan Binding (7):
  ALSA: hda/realtek: Add support for ASUS ROG Strix G814 Laptop using
    CS35L41 HDA
  ALSA: hda/realtek: Add support for ASUS ROG Strix GA603 Laptops using
    CS35L41 HDA
  ALSA: hda/realtek: Add support for ASUS ROG Strix G614 Laptops using
    CS35L41 HDA
  ALSA: hda/realtek: Add support for various ASUS Laptops using CS35L41
    HDA
  ALSA: hda/realtek: Add support for ASUS B3405 and B3605 Laptops using
    CS35L41 HDA
  ALSA: hda/realtek: Add support for ASUS B5405 and B5605 Laptops using
    CS35L41 HDA
  ALSA: hda/realtek: Add support for ASUS Zenbook UM3406KA Laptops using
    CS35L41 HDA

 sound/pci/hda/patch_realtek.c | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

Comments

Takashi Iwai March 5, 2025, 6:53 p.m. UTC | #1
On Wed, 05 Mar 2025 18:06:44 +0100,
Stefan Binding wrote:
> 
> Add support for several Commercial and Consumer laptops using CS35L41 HDA.
> These laptops use combinations of Internal and External boost, as well as
> SPI and I2C.
> 
> Stefan Binding (7):
>   ALSA: hda/realtek: Add support for ASUS ROG Strix G814 Laptop using
>     CS35L41 HDA
>   ALSA: hda/realtek: Add support for ASUS ROG Strix GA603 Laptops using
>     CS35L41 HDA
>   ALSA: hda/realtek: Add support for ASUS ROG Strix G614 Laptops using
>     CS35L41 HDA
>   ALSA: hda/realtek: Add support for various ASUS Laptops using CS35L41
>     HDA
>   ALSA: hda/realtek: Add support for ASUS B3405 and B3605 Laptops using
>     CS35L41 HDA
>   ALSA: hda/realtek: Add support for ASUS B5405 and B5605 Laptops using
>     CS35L41 HDA
>   ALSA: hda/realtek: Add support for ASUS Zenbook UM3406KA Laptops using
>     CS35L41 HDA

Thanks, applied all patches now.


Takashi