All of lore.kernel.org
 help / color / mirror / Atom feed
* snd-hda-intel issues
@ 2007-03-01 12:17 Lintula
  2007-03-01 15:13 ` Tobin Davis
  0 siblings, 1 reply; 2+ messages in thread
From: Lintula @ 2007-03-01 12:17 UTC (permalink / raw)
  To: alsa-devel

Hello,

Using ALSA modules shipped with Linux 2.6.20, I find that with a HP
dc7600 workstation I need to load snd-hda-intel with model=basic or
model=hp or there is no sound. Alsamixer indicates Chip: Realtek ALC260.

00:1b.0 0403: 8086:27d8 (rev 01)
        Subsystem: 103c:3010
        Flags: bus master, fast devsel, latency 0, IRQ 18
        Memory at e04c0000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2
        Capabilities: [60] Message Signalled Interrupts: 64bit+
Queue=0/0 Enable-
        Capabilities: [70] Express Unknown type IRQ 0

Same with a Lenovo M55 8811, except I seem to need model=laptop.
alsamixer indicates Chip: Analog Devices AD1986A.

00:1b.0 0403: 8086:284b (rev 02)
        Subsystem: 17aa:1011
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at d0200000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2
        Capabilities: [60] Message Signalled Interrupts: 64bit+
Queue=0/0 Enable-
        Capabilities: [70] Express Unknown type IRQ 0


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: snd-hda-intel issues
  2007-03-01 12:17 snd-hda-intel issues Lintula
@ 2007-03-01 15:13 ` Tobin Davis
  0 siblings, 0 replies; 2+ messages in thread
From: Tobin Davis @ 2007-03-01 15:13 UTC (permalink / raw)
  To: Lintula; +Cc: alsa-devel


[-- Attachment #1.1: Type: text/plain, Size: 981 bytes --]

On Thu, 2007-03-01 at 14:17 +0200, Lintula wrote:

> Hello,
> 
> Using ALSA modules shipped with Linux 2.6.20, I find that with a HP
> dc7600 workstation I need to load snd-hda-intel with model=basic or
> model=hp or there is no sound. Alsamixer indicates Chip: Realtek ALC260.
> 
> 00:1b.0 0403: 8086:27d8 (rev 01)
>         Subsystem: 103c:3010
>         

This system is in the latest driver, 1.0.14rc3.


> Same with a Lenovo M55 8811, except I seem to need model=laptop.
> alsamixer indicates Chip: Analog Devices AD1986A.
> 
> 00:1b.0 0403: 8086:284b (rev 02)
>         Subsystem: 17aa:1011

Try this patch and report back if it works.

You can get alsa-driver-1.0.14rc3.tar.bz2 from
ftp://ftp.alsa-project.org/pub/testing/alsa-driver-1.0.14rc3.tar.bz2

If this patch works, then here's my summary in advance:

Summary:  Add support for Lenovo M55 Laptop
This patch adds support for the Lenovo M55 Laptop to the HDA drivers.


Signed off by Tobin Davis <tdavis@dsl-only.net>

[-- Attachment #1.2: Type: text/html, Size: 1893 bytes --]

[-- Attachment #2: Lenovo-M55.patch --]
[-- Type: text/x-patch, Size: 679 bytes --]

diff -r bf193701a812 pci/hda/patch_analog.c
--- a/pci/hda/patch_analog.c	Mon Feb 26 16:07:42 2007 +0100
+++ b/pci/hda/patch_analog.c	Thu Mar 01 07:08:39 2007 -0800
@@ -839,6 +839,7 @@ static struct snd_pci_quirk ad1986a_cfg_
 	SND_PCI_QUIRK(0x144d, 0xc026, "Samsung X11", AD1986A_LAPTOP_EAPD),
 	SND_PCI_QUIRK(0x144d, 0xc504, "Samsung Q35", AD1986A_3STACK),
 	SND_PCI_QUIRK(0x144d, 0xc027, "Samsung Q1", AD1986A_ULTRA),
+	SND_PCI_QUIRK(0x17aa, 0x1011, "Lenovo M55", AD1986A_LAPTOP),
 	SND_PCI_QUIRK(0x17aa, 0x1017, "Lenovo A60", AD1986A_3STACK),
 	SND_PCI_QUIRK(0x17aa, 0x2066, "Lenovo N100", AD1986A_LAPTOP_EAPD),
 	SND_PCI_QUIRK(0x17c0, 0x2017, "Samsung M50", AD1986A_LAPTOP),

[-- Attachment #3: Type: text/plain, Size: 345 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #4: Type: text/plain, Size: 161 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-01 15:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-01 12:17 snd-hda-intel issues Lintula
2007-03-01 15:13 ` Tobin Davis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.