diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-03-29 08:40:50 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-03-29 08:40:50 +0200 |
commit | f30c14b64e0eb62319e7a3e930fb7ea2bee9d919 (patch) | |
tree | 0e94958c73881c3bbcd646989a6e3e6fe0904ac7 /sound/pci | |
parent | 12180024cc22c0a67642ffa10e7069796e32969d (diff) | |
parent | 5cd165e7057020884e430941c24454d3df9a799d (diff) | |
download | blackbird-op-linux-f30c14b64e0eb62319e7a3e930fb7ea2bee9d919.tar.gz blackbird-op-linux-f30c14b64e0eb62319e7a3e930fb7ea2bee9d919.zip |
Merge branch 'fix/misc' into for-linus
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/ac97/ac97_patch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/ac97/ac97_patch.c b/sound/pci/ac97/ac97_patch.c index 1caf5e3c1f6a..e68c98ef4041 100644 --- a/sound/pci/ac97/ac97_patch.c +++ b/sound/pci/ac97/ac97_patch.c @@ -1852,12 +1852,14 @@ static unsigned int ad1981_jacks_blacklist[] = { 0x10140523, /* Thinkpad R40 */ 0x10140534, /* Thinkpad X31 */ 0x10140537, /* Thinkpad T41p */ + 0x1014053e, /* Thinkpad R40e */ 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 */ + 0x1179ff10, /* Toshiba P500 */ 0x144dc01a, /* Samsung NP-X20C004/SEG */ 0 /* end */ }; |