Message ID | 1519967136-8955-1-git-send-email-hui.wang@canonical.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, 02 Mar 2018 06:05:36 +0100, Hui Wang wrote: > > With the alc289, the Pin 0x1b is Headphone-Mic, so we should assign > ALC269_FIXUP_DELL4_MIC_NO_PRESENCE rather than > ALC225_FIXUP_DELL1_MIC_NO_PRESENCE to it. And this change is suggested > by Kailang of Realtek and is verified on the machine. > > (This fixes the commit 3f2f7c55) Please use "Fixes:" tag to indicate that. > Cc: Kailang Yang <kailang@realtek.com> > Cc: <stable@vger.kernel.org> > Signed-off-by: Hui Wang <hui.wang@canonical.com> Applied now, thanks. Takashi
On 2018年03月02日 16:59, Takashi Iwai wrote: > On Fri, 02 Mar 2018 06:05:36 +0100, > Hui Wang wrote: >> With the alc289, the Pin 0x1b is Headphone-Mic, so we should assign >> ALC269_FIXUP_DELL4_MIC_NO_PRESENCE rather than >> ALC225_FIXUP_DELL1_MIC_NO_PRESENCE to it. And this change is suggested >> by Kailang of Realtek and is verified on the machine. >> >> (This fixes the commit 3f2f7c55) > Please use "Fixes:" tag to indicate that. Got it, will use "Fixes:" in future. Thanks, Hui. > >> Cc: Kailang Yang <kailang@realtek.com> >> Cc: <stable@vger.kernel.org> >> Signed-off-by: Hui Wang <hui.wang@canonical.com> > Applied now, thanks. > > > Takashi > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@alsa-project.org > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel >
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index b9c93fa..7a9a867 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -6872,7 +6872,7 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = { {0x12, 0x90a60120}, {0x14, 0x90170110}, {0x21, 0x0321101f}), - SND_HDA_PIN_QUIRK(0x10ec0289, 0x1028, "Dell", ALC225_FIXUP_DELL1_MIC_NO_PRESENCE, + SND_HDA_PIN_QUIRK(0x10ec0289, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE, {0x12, 0xb7a60130}, {0x14, 0x90170110}, {0x21, 0x04211020}),
With the alc289, the Pin 0x1b is Headphone-Mic, so we should assign ALC269_FIXUP_DELL4_MIC_NO_PRESENCE rather than ALC225_FIXUP_DELL1_MIC_NO_PRESENCE to it. And this change is suggested by Kailang of Realtek and is verified on the machine. (This fixes the commit 3f2f7c55) Cc: Kailang Yang <kailang@realtek.com> Cc: <stable@vger.kernel.org> Signed-off-by: Hui Wang <hui.wang@canonical.com> --- sound/pci/hda/patch_realtek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)