projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a50d2b
)
[ALSA] ac97 - Add Thinkpad T41p to AD1981 jack-sense blacklist
author
Takashi Iwai
<tiwai@suse.de>
Thu, 1 Jun 2006 15:16:41 +0000
(17:16 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Thu, 22 Jun 2006 19:34:09 +0000
(21:34 +0200)
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>
sound/pci/ac97/ac97_patch.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/ac97/ac97_patch.c
b/sound/pci/ac97/ac97_patch.c
index 720b419e0c63d219c0c06a7ab529f217efd3ea35..1c47ee3d7ef82948ecf8b81cb307f1765adc5cbe 100644
(file)
--- 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[] = {
* (SS vendor << 16 | device)
*/
static unsigned int ad1981_jacks_blacklist[] = {
+ 0x10140537, /* Thinkpad T41p */
0x10140554, /* Thinkpad T42p/R50p */
0 /* end */
};