2023-08-09 15:06:50

by Stefan Binding

[permalink] [raw]
Subject: [PATCH v2 0/2] Add HP G11 Quirks and update Dell Oasis Quirks

Add quirks to support HP G11 using CS35l41 HDA, using both SPI and I2C.
One older HP laptop has an SSID removed.
In addition, all Dell Oasis laptops using CS35L41 have been switch to
use SPI, with one SSID removed.

Changes from v1:
- Add fixes tags

Stefan Binding (2):
ALSA: hda/realtek: Add quirks for HP G11 Laptops
ALSA: hda/realtek: Switch Dell Oasis models to use SPI

sound/pci/hda/patch_realtek.c | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)

--
2.34.1



2023-08-10 08:46:18

by Takashi Iwai

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] Add HP G11 Quirks and update Dell Oasis Quirks

On Wed, 09 Aug 2023 16:29:55 +0200,
Stefan Binding wrote:
>
> Add quirks to support HP G11 using CS35l41 HDA, using both SPI and I2C.
> One older HP laptop has an SSID removed.
> In addition, all Dell Oasis laptops using CS35L41 have been switch to
> use SPI, with one SSID removed.
>
> Changes from v1:
> - Add fixes tags
>
> Stefan Binding (2):
> ALSA: hda/realtek: Add quirks for HP G11 Laptops
> ALSA: hda/realtek: Switch Dell Oasis models to use SPI

Applied both patches now. Thanks.


Takashi