Re: [PATCH] ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machines

2021-01-07 Thread Takashi Iwai
On Wed, 06 Jan 2021 14:05:46 +0100, Jeremy Szu wrote: > > * The HP ZBook Fury 15/17 G7 Mobile Workstation are using ALC285 codec >which is using 0x04 to control mute LED and 0x01 to control micmute LED. > > * The right channel speaker is no sound and it needs to expose GPIO1 for >

[PATCH] ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machines

2021-01-06 Thread Jeremy Szu
* The HP ZBook Fury 15/17 G7 Mobile Workstation are using ALC285 codec which is using 0x04 to control mute LED and 0x01 to control micmute LED. * The right channel speaker is no sound and it needs to expose GPIO1 for initialing AMP. Add quirks to support them. Signed-off-by: Jeremy Szu