[PATCH v2 0/3] sound: realtek: add quirks for ASUS G513, G533Z, GA503R

Luke D. Jones posted 3 patches 3 years, 6 months ago
sound/pci/hda/patch_realtek.c | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)
[PATCH v2 0/3] sound: realtek: add quirks for ASUS G513, G533Z, GA503R
Posted by Luke D. Jones 3 years, 6 months ago
This series adds quirks to fix pincfg for the ASUS ROG G513 and G533Z laptops, and adds a mapping
for the ASUS ROG GA503R to use the previous G15/G14 quirks which fix the DAC mapping.

Changelog:
V2:
- Use smallcaps in hex string
- Chain the G533Z quirk with the G513 quirk as they use the same base pincfg
- Add the quirk for GA503R series to use GA401 quirk

Luke D. Jones (3):
  sound: realtek: Add pincfg for ASUS G513 HP jack
  sound: realtek: Add pincfg for ASUS G533Z HP jack
  sound: realtek: Add quirk for ASUS GA503R laptop

 sound/pci/hda/patch_realtek.c | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

-- 
2.37.3
Re: [PATCH v2 0/3] sound: realtek: add quirks for ASUS G513, G533Z, GA503R
Posted by Takashi Iwai 3 years, 6 months ago
On Thu, 15 Sep 2022 10:09:18 +0200,
Luke D. Jones wrote:
> 
> This series adds quirks to fix pincfg for the ASUS ROG G513 and G533Z laptops, and adds a mapping
> for the ASUS ROG GA503R to use the previous G15/G14 quirks which fix the DAC mapping.
> 
> Changelog:
> V2:
> - Use smallcaps in hex string
> - Chain the G533Z quirk with the G513 quirk as they use the same base pincfg
> - Add the quirk for GA503R series to use GA401 quirk
> 
> Luke D. Jones (3):
>   sound: realtek: Add pincfg for ASUS G513 HP jack
>   sound: realtek: Add pincfg for ASUS G533Z HP jack
>   sound: realtek: Add quirk for ASUS GA503R laptop

Now applied all patches, but I corrected the positions of the new
entries to be in the SSID order locally.  Also, the subject lines are
adjusted to "ALSA:" prefix.


thanks,

Takashi
Re: [PATCH v2 0/3] sound: realtek: add quirks for ASUS G513, G533Z, GA503R
Posted by Luke Jones 3 years, 6 months ago
Thanks Takashi,

On Thu, 2022-09-15 at 17:56 +0200, Takashi Iwai wrote:
> On Thu, 15 Sep 2022 10:09:18 +0200,
> Luke D. Jones wrote:
> > 
> > This series adds quirks to fix pincfg for the ASUS ROG G513 and
> > G533Z laptops, and adds a mapping
> > for the ASUS ROG GA503R to use the previous G15/G14 quirks which
> > fix the DAC mapping.
> > 
> > Changelog:
> > V2:
> > - Use smallcaps in hex string
> > - Chain the G533Z quirk with the G513 quirk as they use the same
> > base pincfg
> > - Add the quirk for GA503R series to use GA401 quirk
> > 
> > Luke D. Jones (3):
> >   sound: realtek: Add pincfg for ASUS G513 HP jack
> >   sound: realtek: Add pincfg for ASUS G533Z HP jack
> >   sound: realtek: Add quirk for ASUS GA503R laptop
> 
> Now applied all patches, but I corrected the positions of the new
> entries to be in the SSID order locally.  Also, the subject lines are
> adjusted to "ALSA:" prefix.
> 

I'll try to remember this next time. There's bound to be a few more
with next generation of these laptops.

> 
> thanks,
> 
> Takashi
Re: [PATCH v2 0/3] sound: realtek: add quirks for ASUS G513, G533Z, GA503R
Posted by Luke Jones 3 years, 6 months ago
On Thu, 2022-09-15 at 17:56 +0200, Takashi Iwai wrote:
> On Thu, 15 Sep 2022 10:09:18 +0200,
> Luke D. Jones wrote:
> > 
> > This series adds quirks to fix pincfg for the ASUS ROG G513 and
> > G533Z laptops, and adds a mapping
> > for the ASUS ROG GA503R to use the previous G15/G14 quirks which
> > fix the DAC mapping.
> > 
> > Changelog:
> > V2:
> > - Use smallcaps in hex string
> > - Chain the G533Z quirk with the G513 quirk as they use the same
> > base pincfg
> > - Add the quirk for GA503R series to use GA401 quirk
> > 
> > Luke D. Jones (3):
> >   sound: realtek: Add pincfg for ASUS G513 HP jack
> >   sound: realtek: Add pincfg for ASUS G533Z HP jack
> >   sound: realtek: Add quirk for ASUS GA503R laptop
> 
> Now applied all patches, but I corrected the positions of the new
> entries to be in the SSID order locally.  Also, the subject lines are
> adjusted to "ALSA:" prefix.

Excellent, many thanks.

> 
> 
> thanks,
> 
> Takashi