From: Daniel T Chen Date: Sat, 9 Jan 2010 06:22:29 +0000 (-0500) Subject: ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense blacklist X-Git-Tag: firefly_0821_release~11625^2~355 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0385cc0cdb6ed37d433dcf1f2e3f4451326c7c07;p=firefly-linux-kernel-4.4.55.git ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense blacklist commit af9a75dd1a1f8a9aa406466cc8bb16208120488a upstream. This model needs both 'Headphone Jack Sense' and 'Line Jack Sense' muted for audible playback, so just add it to the ad1981 jack sense blacklist. Tested-by: Pete Signed-off-by: Daniel T Chen Signed-off-by: Jaroslav Kysela Signed-off-by: Greg Kroah-Hartman --- diff --git a/sound/pci/ac97/ac97_patch.c b/sound/pci/ac97/ac97_patch.c index 7337abdbe4e3..67ca4403c1c6 100644 --- a/sound/pci/ac97/ac97_patch.c +++ b/sound/pci/ac97/ac97_patch.c @@ -1870,6 +1870,7 @@ static unsigned int ad1981_jacks_blacklist[] = { 0x10140554, /* Thinkpad T42p/R50p */ 0x10140567, /* Thinkpad T43p 2668-G7U */ 0x10140581, /* Thinkpad X41-2527 */ + 0x10280160, /* Dell Dimension 2400 */ 0x104380b0, /* Asus A7V8X-MX */ 0x11790241, /* Toshiba Satellite A-15 S127 */ 0x144dc01a, /* Samsung NP-X20C004/SEG */