>I have alsamixer up and running, and the volumes turned down to 6 and >it's still screaming loud. Is this like the old driver where the mixer >didn't work at all? Or have I not set the right things?
no, the mixer "works", but unfortunately it appears that i didn't test enough. the code still appears to be not quite right - there's a tricky detail that you can only write 32 bit values to the mixer, but each mixer element is 16 bits, so you always have to write the one you want to modify, plus its "neighbour". looks like i don't have that quite right yet. >The other thing I notice is I only seem to be able to set 24 values in >my little script to set volumes. The driver I just replaced allowed me >to set all 26. i'll check on that. probably just a mistake on my part about the number of channels (i tend to forget the s/pdif outs). >Also, please answer - do I need to set routing paths through the HDSP >FPGA to get the mixer working? no. the mixer is (dis|en)abled by flipping a control register bit. if its on, its on. what needs work is the hdsp_write_gain() function. --p ------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel