* intel8x0
@ 2003-12-16 21:21 Jean-Marc Desprez
0 siblings, 0 replies; only message in thread
From: Jean-Marc Desprez @ 2003-12-16 21:21 UTC (permalink / raw)
To: alsa-devel
[-- Attachment #1: Type: text/plain, Size: 413 bytes --]
hi,
I have a Dell computer with an onboard sound chip that is controled by
intel8x0.c, and I noticed that the mixer main volume was ineffective,
whereas the phone volume seemed to control the main volume.
with a couple of printk, I added a new entry to the quirk table to fix
the main volume problem (see patch), but I am far from sure it can
address all the problems
I hope the patch may help ...
regards
[-- Attachment #2: intel8x0.patch --]
[-- Type: text/plain, Size: 391 bytes --]
diff -Naur old/intel8x0.c new/intel8x0.c
--- old/intel8x0.c 2003-12-16 10:22:52.000000000 +0100
+++ new/intel8x0.c 2003-12-16 10:19:26.000000000 +0100
@@ -1690,6 +1690,12 @@
.name = "Hewlett-Packard onboard",
.type = AC97_TUNE_HP_ONLY
},
+ {
+ .vendor = 0x1028,
+ .device = 0x0151,
+ .name = "Intel i810 82801EB",
+ .type = AC97_TUNE_SWAP_HP
+ },
{ } /* terminator */
};
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-12-16 21:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-16 21:21 intel8x0 Jean-Marc Desprez
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.