aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-06-01 11:16:41 -0400
committerJaroslav Kysela <perex@suse.cz>2006-06-22 15:34:09 -0400
commita43c4d4d7326c2894be9fd04519b109c438ee78b (patch)
tree58fb7d478d5f9597b1e4d8cdb4a83aa4b937d00c /sound
parent0a50d2b2951cb7ae12726814f9a198e1c699aa0b (diff)
[ALSA] ac97 - Add Thinkpad T41p to AD1981 jack-sense blacklist
Added Thinkpad T41p to the blacklist to disable HP/line jack-sensing with AD1981B. The jack-sensing is just harmful on this laptop. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/ac97/ac97_patch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/ac97/ac97_patch.c b/sound/pci/ac97/ac97_patch.c
index 720b419e0c63..1c47ee3d7ef8 100644
--- a/sound/pci/ac97/ac97_patch.c
+++ b/sound/pci/ac97/ac97_patch.c
@@ -1627,6 +1627,7 @@ static const struct snd_kcontrol_new snd_ac97_ad1981x_jack_sense[] = {
1627 * (SS vendor << 16 | device) 1627 * (SS vendor << 16 | device)
1628 */ 1628 */
1629static unsigned int ad1981_jacks_blacklist[] = { 1629static unsigned int ad1981_jacks_blacklist[] = {
1630 0x10140537, /* Thinkpad T41p */
1630 0x10140554, /* Thinkpad T42p/R50p */ 1631 0x10140554, /* Thinkpad T42p/R50p */
1631 0 /* end */ 1632 0 /* end */
1632}; 1633};