ALSA: hda - Add pin quirk for the headset mic jack detection on Dell laptop
authorWoodrow Shen <woodrow.shen@canonical.com>
Mon, 27 Jul 2015 10:34:31 +0000 (18:34 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 27 Jul 2015 10:48:40 +0000 (12:48 +0200)
commit5ce000b297a1c1bb126a14b02acb40318b88a903
treeea00fedfcfc9a364f870470c697fc77e238ffcc3
parentb9d9c9efc292dd0ffe172780f915ed74eba3556c
ALSA: hda - Add pin quirk for the headset mic jack detection on Dell laptop

The new Dell laptop with codec 256 can't detect headset mic when
headset was inserted on the machine. From alsa-info, we check
init_pin_configs and need to define the new register value for pin
0x1d & 0x1e because the original macro ALC256_STANDARD_PINS can't
match pin definition. Also, the macro ALC256_STANDARD_PINS is
simplified by removing them. This makes headset mic works on laptop.

Codec: Realtek ALC256
Vendor Id: 0x10ec0256
Subsystem Id: 0x102806f2

BugLink: https://bugs.launchpad.net/bugs/1478497
Signed-off-by: Woodrow Shen <woodrow.shen@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c