mbox series

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

Message ID 20220915080921.35563-1-luke@ljones.dev (mailing list archive)
Headers show
Series sound: realtek: add quirks for ASUS G513, G533Z, GA503R | expand

Message

Luke D. Jones Sept. 15, 2022, 8:09 a.m. UTC
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(-)

Comments

Takashi Iwai Sept. 15, 2022, 3:56 p.m. UTC | #1
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
Luke D. Jones Sept. 16, 2022, 8:46 a.m. UTC | #2
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
Luke D. Jones Sept. 18, 2022, 10:18 p.m. UTC | #3
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