Commit 16f47bb6 authored by Matthew Garrett's avatar Matthew Garrett Committed by Jaroslav Kysela

[ALSA] ac97 - Add extra IDs for headphone autosense

Modules: AC97 Codec

The following patch adds some extra IDs for the list of hardware which
should have headphone line sense enabled by default.
Signed-off-by: default avatarMatthew Garrett <mjg59@srcf.ucam.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent f8c7c7b8
......@@ -1639,8 +1639,12 @@ static void check_ad1981_hp_jack_sense(struct snd_ac97 *ac97)
{
u32 subid = ((u32)ac97->subsystem_vendor << 16) | ac97->subsystem_device;
switch (subid) {
case 0x0e11005a: /* HP nc4000/4010 */
case 0x103c0890: /* HP nc6000 */
case 0x103c0938: /* HP nc4220 */
case 0x103c099c: /* HP nx6110 */
case 0x103c0944: /* HP nc6220 */
case 0x103c0934: /* HP nc8220 */
case 0x103c006d: /* HP nx9105 */
case 0x17340088: /* FSC Scenic-W */
/* enable headphone jack sense */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment