lkml.org 
[lkml]   [2022]   [Sep]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.15 031/148] ALSA: hda/realtek: Add pincfg for ASUS G533Z HP jack
    Date
    From: Luke D. Jones <luke@ljones.dev>

    commit bc2c23549ccd7105eb6ff0d4f0ac519285628673 upstream.

    Fixes up the pincfg for ASUS ROG Strix G15 (G533Z) headphone combo jack

    [ Fixed the position in the quirk table by tiwai ]

    Signed-off-by: Luke D. Jones <luke@ljones.dev>
    Cc: <stable@vger.kernel.org>
    Link: https://lore.kernel.org/r/20220915080921.35563-3-luke@ljones.dev
    Signed-off-by: Takashi Iwai <tiwai@suse.de>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    sound/pci/hda/patch_realtek.c | 11 +++++++++++
    1 file changed, 11 insertions(+)

    --- a/sound/pci/hda/patch_realtek.c
    +++ b/sound/pci/hda/patch_realtek.c
    @@ -6880,6 +6880,7 @@ enum {
    ALC294_FIXUP_ASUS_GU502_PINS,
    ALC294_FIXUP_ASUS_GU502_VERBS,
    ALC294_FIXUP_ASUS_G513_PINS,
    + ALC285_FIXUP_ASUS_G533Z_PINS,
    ALC285_FIXUP_HP_GPIO_LED,
    ALC285_FIXUP_HP_MUTE_LED,
    ALC236_FIXUP_HP_GPIO_LED,
    @@ -8216,6 +8217,15 @@ static const struct hda_fixup alc269_fix
    { }
    },
    },
    + [ALC285_FIXUP_ASUS_G533Z_PINS] = {
    + .type = HDA_FIXUP_PINS,
    + .v.pins = (const struct hda_pintbl[]) {
    + { 0x14, 0x90170120 },
    + { }
    + },
    + .chained = true,
    + .chain_id = ALC294_FIXUP_ASUS_G513_PINS,
    + },
    [ALC294_FIXUP_ASUS_COEF_1B] = {
    .type = HDA_FIXUP_VERBS,
    .v.verbs = (const struct hda_verb[]) {
    @@ -9013,6 +9023,7 @@ static const struct snd_pci_quirk alc269
    SND_PCI_QUIRK(0x1043, 0x1b13, "Asus U41SV", ALC269_FIXUP_INV_DMIC),
    SND_PCI_QUIRK(0x1043, 0x1bbd, "ASUS Z550MA", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE),
    SND_PCI_QUIRK(0x1043, 0x1c23, "Asus X55U", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
    + SND_PCI_QUIRK(0x1043, 0x1c92, "ASUS ROG Strix G15", ALC285_FIXUP_ASUS_G533Z_PINS),
    SND_PCI_QUIRK(0x1043, 0x1ccd, "ASUS X555UB", ALC256_FIXUP_ASUS_MIC),
    SND_PCI_QUIRK(0x1043, 0x1d42, "ASUS Zephyrus G14 2022", ALC289_FIXUP_ASUS_GA401),
    SND_PCI_QUIRK(0x1043, 0x1d4e, "ASUS TM420", ALC256_FIXUP_ASUS_HPE),

    \
     
     \ /
      Last update: 2022-09-26 14:22    [W:4.041 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site