[alsa-devel] [PATCH] ALSA: hda/realtek - Fix typo
The PIN number for Dell headset mode of ALC3271 is wrong.
Signed-off-by: Shih-Yuan Lee (FourDollars) sylee@canonical.com --- sound/pci/hda/patch_realtek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index c39bc49..d0cf1f3 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -6553,7 +6553,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}), {} };
On Mon, 03 Jul 2017 08:13:29 +0200, Shih-Yuan Lee (FourDollars) wrote:
The PIN number for Dell headset mode of ALC3271 is wrong.
Signed-off-by: Shih-Yuan Lee (FourDollars) sylee@canonical.com
Applied now. But at the next time, please add the specific Fixes tag.
Thanks.
Takashi
sound/pci/hda/patch_realtek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index c39bc49..d0cf1f3 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -6553,7 +6553,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},
{0x17, 0x90170110}), {}{0x13, 0xb8a61140},
};
2.7.4
participants (2)
-
Shih-Yuan Lee (FourDollars)
-
Takashi Iwai