linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Onboard sound support for EPoX mainboard
@ 2003-11-30  9:57 Andreas Fester
  0 siblings, 0 replies; only message in thread
From: Andreas Fester @ 2003-11-30  9:57 UTC (permalink / raw)
  To: Jaroslav Kysela, linux-kernel

Hi Jaroslav, Hi list,

I am using linux on an EPoX EP-8K9A mainboard with onboard sound,
using the via82xx driver. Starting with 2.6.0-test6 the driver
only produces loud noise...
The problem seems to be the checking of the DXS capabilities.
The driver recognises the chip as an VIA8233 (not "A"), but
the EPoX vendor id is missing in the dxs white list.
After adding the appropriate vendor id, sound works again as
it did with 2.6.0-test5 :-)
Find below the patch against -test11 which adds the vendor id
and the device id to the dxs list.

Best Regards,

     Andreas

------------------------------------------------------------------------------------------------------
diff -u linux-2.6.0-test11/sound/pci/via82xx.c linux-2.6.0-test11-af1/sound/pci/via82xx.c
--- linux-2.6.0-test11/sound/pci/via82xx.c      2003-11-29 19:18:22.000000000 +0100
+++ linux-2.6.0-test11-af1/sound/pci/via82xx.c  2003-11-29 19:38:41.000000000 +0100
@@ -1969,6 +1969,7 @@
         static struct dxs_whitelist whitelist[] = {
                 { .vendor = 0x1019, .device = 0x0996, .action = VIA_DXS_48K },
                 { .vendor = 0x1297, .device = 0xc160, .action = VIA_DXS_ENABLE }, /* Shuttle SK41G */
+                { .vendor = 0x1695, .device = 0x3005, .action = VIA_DXS_ENABLE }, /* EPoX EP-8K9A  */
                 { } /* terminator */
         };
         struct dxs_whitelist *w;
------------------------------------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-11-30  9:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-30  9:57 [PATCH] Onboard sound support for EPoX mainboard Andreas Fester

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).