diff options
author | Daniel T Chen <crimsun@ubuntu.com> | 2011-08-14 22:43:01 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-08-15 10:26:37 +0200 |
commit | eade7b281c9fc18401b989c77d5e5e660b25a3b7 (patch) | |
tree | bef80d103735c3064403cd5d1ecd671883cf71a8 /sound/pci/ac97 | |
parent | da6094ea7d3c2295473d8f5134279307255d6ebf (diff) | |
download | linux-3.10-eade7b281c9fc18401b989c77d5e5e660b25a3b7.tar.gz linux-3.10-eade7b281c9fc18401b989c77d5e5e660b25a3b7.tar.bz2 linux-3.10-eade7b281c9fc18401b989c77d5e5e660b25a3b7.zip |
ALSA: ac97: Add HP Compaq dc5100 SFF(PT003AW) to Headphone Jack Sense whitelist
BugLink: https://bugs.launchpad.net/bugs/826081
The original reporter needs 'Headphone Jack Sense' enabled to have
audible audio, so add his PCI SSID to the whitelist.
Reported-and-tested-by: Muhammad Khurram Khan
Cc: <stable@kernel.org>
Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ac97')
-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 200c9a1d48b..a872d0a8297 100644 --- a/sound/pci/ac97/ac97_patch.c +++ b/sound/pci/ac97/ac97_patch.c @@ -1909,6 +1909,7 @@ static unsigned int ad1981_jacks_whitelist[] = { 0x103c0944, /* HP nc6220 */ 0x103c0934, /* HP nc8220 */ 0x103c006d, /* HP nx9105 */ + 0x103c300d, /* HP Compaq dc5100 SFF(PT003AW) */ 0x17340088, /* FSC Scenic-W */ 0 /* end */ }; |