[PATCH] [UBUNTU:sound/pci/hda/] Add support for Lenovo 3000 N100-07684JU

crimsun at fungus.sh.nu crimsun at fungus.sh.nu
Fri Apr 14 06:02:30 UTC 2006


Subject: [PATCH] [UBUNTU:sound/pci/hda/] Add support for Lenovo 3000 N100-07684JU

UpstreamStatus: Not merged

Justin Sunseri reports that sound is audible on his Lenovo 3000
N100-07684JU by passing "model=laptop-eapd" to modprobe, so this
patch adds the pci ids for his sound device to patch_analog.c .

This commit closes LP#39517.

TODO: Mute onboard speakers when device is plugged into the headphone
jack. Muting the 'External Amplifier' mixer element while a device is
plugged into the headphone jack allows sound to be played only from the
headphone jack.

Signed-off-by: Daniel T Chen <crimsun at ubuntu.com>

---

 sound/pci/hda/patch_analog.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

fa9c59d2b5b10a04718848b693cc7dc4ef7db8f3
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index cef2773..88725e4 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -803,6 +803,8 @@ static struct hda_board_config ad1986a_c
 	  .config = AD1986A_LAPTOP_EAPD }, /* ASUS U5A */
 	{ .pci_subvendor = 0x103c, .pci_subdevice = 0x30af,
 	  .config = AD1986A_LAPTOP_EAPD }, /* HP Compaq Presario B2800 */
+	{ .pci_subvendor = 0x17aa, .pci_subdevice = 0x2066,
+	  .config = AD1986A_LAPTOP_EAPD }, /* Lenovo 3000 N100-07684JU */
 	{}
 };
 
-- 
1.1.3


-- 
Daniel T. Chen            crimsun at ubuntu.com
GPG key:   www.sh.nu/~crimsun/pubkey.gpg.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20060413/2eaa0deb/attachment.sig>


More information about the kernel-team mailing list