[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: No sound on PWS500au (miata)



I don't know about the OSS drivers, but with the ALSA drivers you have to 
unmute the channels (an option on your mixer) or else you don't get any 
sound.

If you give the ALSA drivers a go, and run into endless looping problems, you 
need to apply the following patch.  I emailed it to the ALSA developer group 
a few months ago, but don't know if anything was ever made of it.

Possibly it could also be of some relivance to anyone interested in 2.5/2.6 
kernels (didn't Linus make ALSA the official sound system somewhere in the 
2.5 releases) on the PWS500's.

-T

-- 
 Tyson Whitehead  (-twhitehe@uwo.ca -- WSC-)
 Computer Engineer                        Dept. of Applied Mathematics,
 Graduate Student- Applied Mathematics    University of Western Ontario,
 GnuPG Key ID# 0x8A2AB5D8                 London, Ontario, Canada
--- alsa-kernel/isa/es18xx.c~	2003-04-23 06:01:33.000000000 -0400
+++ alsa-kernel/isa/es18xx.c	2003-06-24 15:14:25.000000000 -0400
@@ -736,10 +736,10 @@
 		/* Read Interrupt status */
 		status = inb(chip->ctrl_port + 6);
+#if 0
 	} else {
 		/* Read Interrupt status */
 		status = snd_es18xx_mixer_read(chip, 0x7f) >> 4;
-	}
-#if 0
-	else {
+#else
+	} else {
 		status = 0;
 		if (inb(chip->port + 0x0C) & 0x01)

Reply to: