Skip to content

Commit 5f1d33a

Browse files
jason77-wanggregkh
authored andcommitted
ALSA: hda - fix headset mic problem for Dell machines with alc236
commit f265788c336979090ac80b9ae173aa817c4fe40d upstream. We have several Dell laptops which use the codec alc236, the headset mic can't work on these machines. Following the commit 736f20a70, we add the pin cfg table to make the headset mic work. Signed-off-by: Hui Wang <hui.wang@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 8c812f0 commit 5f1d33a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

sound/pci/hda/patch_realtek.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5843,6 +5843,14 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
58435843
ALC225_STANDARD_PINS,
58445844
{0x12, 0xb7a60130},
58455845
{0x1b, 0x90170110}),
5846+
SND_HDA_PIN_QUIRK(0x10ec0236, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
5847+
{0x12, 0x90a60140},
5848+
{0x14, 0x90170110},
5849+
{0x21, 0x02211020}),
5850+
SND_HDA_PIN_QUIRK(0x10ec0236, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
5851+
{0x12, 0x90a60140},
5852+
{0x14, 0x90170150},
5853+
{0x21, 0x02211020}),
58465854
SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL2_MIC_NO_PRESENCE,
58475855
{0x14, 0x90170110},
58485856
{0x21, 0x02211020}),

0 commit comments

Comments
 (0)