Skip to content

Commit

Permalink
ALSA: hda/realtek - Fix typo of pincfg for Dell quirk
Browse files Browse the repository at this point in the history
commit b4576de upstream.

The PIN number for Dell headset mode of ALC3271 is wrong.

Fixes: fcc6c87 ("ALSA: hda/realtek - Support Dell headset mode for ALC3271")
Signed-off-by: Shih-Yuan Lee (FourDollars) <sylee@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Shih-Yuan Lee (FourDollars) authored and Greg Kroah-Hartman committed Feb 10, 2021
1 parent 14e8493 commit efb6fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -6284,7 +6284,7 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
SND_HDA_PIN_QUIRK(0x10ec0299, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
ALC225_STANDARD_PINS,
{0x12, 0xb7a60130},
{0x13, 0xb8a60140},
{0x13, 0xb8a61140},
{0x17, 0x90170110}),
{}
};
Expand Down

0 comments on commit efb6fba

Please sign in to comment.