]> Git Repo - linux.git/commitdiff
ALSA: hda/realtek - Apply the fixup for ASUS Q325UAR
authorTakashi Iwai <[email protected]>
Tue, 30 Apr 2019 13:10:01 +0000 (15:10 +0200)
committerTakashi Iwai <[email protected]>
Tue, 30 Apr 2019 13:13:15 +0000 (15:13 +0200)
Some ASUS models like Q325UAR with ALC295 codec requires the same
fixup that has been applied to ALC294 codec.  Just copy the entry with
the pin matching to cover ALC295 too.

BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1784485
Cc: <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
sound/pci/hda/patch_realtek.c

index 7da7fa4f42016ad87ac2bdaaac26dc4d3ed58da1..42cd3945e0dee563a62cb1c9609b8c7d65b67a84 100644 (file)
@@ -7547,6 +7547,10 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
                {0x12, 0x90a60130},
                {0x17, 0x90170110},
                {0x21, 0x04211020}),
+       SND_HDA_PIN_QUIRK(0x10ec0295, 0x1043, "ASUS", ALC294_FIXUP_ASUS_SPK,
+               {0x12, 0x90a60130},
+               {0x17, 0x90170110},
+               {0x21, 0x03211020}),
        SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
                {0x14, 0x90170110},
                {0x21, 0x04211020}),
This page took 0.085414 seconds and 4 git commands to generate.