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

Message ID 20230809142957.675933-1-sbinding@opensource.cirrus.com
Headers
Series Add HP G11 Quirks and update Dell Oasis Quirks |

Message

Stefan Binding Aug. 9, 2023, 2:29 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.

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

Comments

Takashi Iwai Aug. 10, 2023, 8:12 a.m. UTC | #1
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