diff options
author | Daniel T Chen <crimsun@ubuntu.com> | 2010-01-09 01:22:29 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2010-01-10 19:01:12 +0100 |
commit | af9a75dd1a1f8a9aa406466cc8bb16208120488a (patch) | |
tree | 4ccf0749c531519f7b85fbaa9be6171adbe5b6bf /sound | |
parent | edf12b4af6e1d2b7c42c75ff00e55a9c52c06d70 (diff) | |
download | op-kernel-dev-af9a75dd1a1f8a9aa406466cc8bb16208120488a.zip op-kernel-dev-af9a75dd1a1f8a9aa406466cc8bb16208120488a.tar.gz |
ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense blacklist
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.
Cc: stable@kernel.org
Tested-by: Pete <x41215201@gmail.com>
Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/ac97/ac97_patch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/ac97/ac97_patch.c b/sound/pci/ac97/ac97_patch.c index 139cf3b..d9266ba 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 */ |