mbox series

[v1,0/2] Add HP G11 Quirks and update Dell Oasis Quirks

Message ID 20230809140048.669797-1-sbinding@opensource.cirrus.com (mailing list archive)
Headers show
Series Add HP G11 Quirks and update Dell Oasis Quirks | expand

Message

Stefan Binding Aug. 9, 2023, 2 p.m. UTC
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.

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(-)

Comments

Takashi Iwai Aug. 9, 2023, 2:04 p.m. UTC | #1
On Wed, 09 Aug 2023 16:00:46 +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.
> 
> Stefan Binding (2):
>   ALSA: hda/realtek: Add quirks for HP G11 Laptops
>   ALSA: hda/realtek: Switch Dell Oasis models to use SPI

Both look like correction of the existing quirks.
Could you put the corresponding Fixes tags?


thanks,

Takashi