My suggestion:
I would grab the alsa cvs version which is explained
on Alsa's download page . The shortened version:
QUOTE
cd <directory_to_store_sources> (i would make /usr/src/alsa)
cvs -d ':pserver:anonymous@cvs.alsa-project.org:/cvsroot/alsa' login
Type empty password here... (Press 'Enter' only)
cvs -z3 -d ':pserver:anonymous@cvs.alsa-project.org:/cvsroot/alsa' co -P .
Once the cvs tree is checked out, you may update your tree with the latest changes by going to the directory you checked it out in and typing:
cvs -z3 -d ':pserver:anonymous@cvs.alsa-project.org:/cvsroot/alsa' update -P -d
This will download the cvs source. Now, you need to go to your modules page for instructions. Goto the Alsa sound card matrix
here and find your manufacturer and card and click on the corresponding "Details" buton. This will give you a step by step on how to set up everything for your card. The sources you downloaded are outdated, the CVS should be best for it. Make sure you have the latest version of CVS as well