[alsa-devel] [PATCH] hda/realtek: quirk for D945GCLF2 mainboard

David Santinoli david at santinoli.com
Tue Dec 8 19:07:47 CET 2009


On Tue, Dec 08, 2009 at 11:57:02AM +0100, Takashi Iwai wrote:
> Could you check whether model=auto doesn't work with the very latest
> version?  If not, please give alsa-info.sh output.

Hi Takashi,
  I tried the alsa-driver-20091208.tar.bz2 snapshot, and modprobe'ing
with model=auto leaves the soundcard silent.  I have to set
model=3stack-dig to make playback audible.

As for alsa-info.sh, I am currently unable to run it on our
quasi-embedded test system due to the dependencies it requires.  I'll
try to see if I can run a more complete live distro on the platform and
extract the information.


> If this quirk is inevitably needed, I'll apply it, of course.
> But, please put the quirk entry in the sorted order.

My apologies, I inferred the wrong criterion from other sections of the
file, where the ordering is less obvious.
Here's a reworked version based on said snapshot.

Signed-off-by: David Santinoli <david at santinoli.com>
---

--- alsa-kernel/pci/hda/patch_realtek.c.orig	2009-12-08 18:59:51.000000000 +0100
+++ alsa-kernel/pci/hda/patch_realtek.c	2009-12-08 19:00:43.000000000 +0100
@@ -16846,6 +16846,7 @@
 					ALC662_3ST_6ch_DIG),
 	SND_PCI_QUIRK_MASK(0x1854, 0xf000, 0x2000, "ASUS H13-200x",
 			   ALC663_ASUS_H13),
+	SND_PCI_QUIRK(0x8086, 0xd604, "Intel mobo", ALC662_3ST_2ch_DIG),
 	{}
 };
 


More information about the Alsa-devel mailing list