Hi,
At Tue, 4 Mar 2003 19:35:35 -0400,
mjander wrote:
>
> Hi,
>
> I started writing a new driver for the Aureal Vortex soundcards.
wow, how did you get hardware information?
> Now the howto is pretty good, and the basic stuff is nearly
> complete, but
> how do i integrate my driver into th
>What is the "official" procedure to integrate my driver ?
my approach has always been:
cd $TOP_OF_ALSA_TREE
find . -type f | xargs grep SOME_OTHER_CARD_NAME
where SOME_OTHER_CARD_NAME is picked from a suitable existing driver.
this lets me see all the places i have to refer to it.
but t
Hi,
I started writing a new driver for the Aureal Vortex soundcards.
Now the howto is pretty good, and the basic stuff is nearly
complete, but
how do i integrate my driver into the configure scripts,
Makefiles, and
all sorts of thingiees that makee up the tree ?
I placed the driver (several f