[PATCH] [UBUNTU:sound/pci/hda/] #68556: Fix model for Samsung R55 XEH 2300

crimsun at fungus.sh.nu crimsun at fungus.sh.nu
Thu Nov 2 23:38:39 UTC 2006


From 4c9ef6d5e75e40757d6d7d174b6c5b67be6da77b Mon Sep 17 00:00:00 2001
From: Daniel T. Chen <crimsun at garnish.localdomain>
Date: Thu, 2 Nov 2006 18:44:23 -0500
Subject: [PATCH] [UBUNTU:sound/pci/hda/] #68556: Fix model for Samsung R55 XEH 2300

UpstreamStatus: Not yet merged

Reference:	Ubuntu: #68556

<lord[dot]zak[at]gmail[dot]com> reports that his hardware needs the
model=laptop-eapd parameter, else sound cuts out and only noises are
audible. This commit adds his hardware's subvendor and subdevice IDs
to HDA patch_analog.c. He has confirmed that it resolves both issues.

This commit is suitable for Dapper, Edgy, and Feisty linux-source.

This commit closes Ubuntu: #68556.

Signed-off-by: Daniel T Chen <crimsun at ubuntu.com>
---
 sound/pci/hda/patch_analog.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index 4fe2b12..153f6ec 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -794,6 +794,8 @@ static struct hda_board_config ad1986a_c
 	{ .pci_subvendor = 0x17aa, .pci_subdevice = 0x1017,
 	  .config = AD1986A_3STACK }, /* Lenovo A60 desktop */
 	{ .modelname = "laptop",	.config = AD1986A_LAPTOP },
+	{ .pci_subvendor = 0x144d, .pci_subdevice = 0xb03c,
+	  .config = AD1986A_LAPTOP_EAPD }, /* Samsung R55 XEH 2300*/
 	{ .pci_subvendor = 0x144d, .pci_subdevice = 0xc01e,
 	  .config = AD1986A_LAPTOP }, /* FSC V2060 */
 	{ .pci_subvendor = 0x17c0, .pci_subdevice = 0x2017,
-- 
1.4.1


-- 
Daniel T. Chen            crimsun at ubuntu.com
GPG key:  0xC88ABDA3
-------------- 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/20061102/4dbbf603/attachment.sig>


More information about the kernel-team mailing list