16 May
2007
16 May
'07
11:08 p.m.
Hello !
I wrote with a friend an ALSA driver for the emagic AUDIOWERK 2 soundcard. Now it works for the analog inputs/outputs.
The project page is here : http://home.gna.org/aw2-alsa/index.html
We have 2 questions to continue our work : 1- what is the way to submit our code to be integrated in the ALSA tree ? 2- We develop on two different version of the kernel (2.6.17-14 & 2.6.20) and the request_irq function prototype has changed between these two versions(the "struct pt_regs *" does no longer exists), how is this managed in ALSA ?
Thank you