Re: [Alsa-user] Re: Proper updating of alsa-driver

2006-04-26 Thread gijirco241
> > > > If directly updating the kernel tree with a newer alsa-kernel, > > > > should /usr/include/sound also be updated with the newer > > > > alsa-kernel/include files? > > > > > > No. > > > > Then why, when compiling the driver "separate" from the kernel, > > does 'make install' install include

[Alsa-user] Re: Proper updating of alsa-driver

2006-04-21 Thread gijirco241
> > If directly updating the kernel tree with a newer alsa-kernel, > > should /usr/include/sound also be updated with the newer > > alsa-kernel/include files? > > No. Then why, when compiling the driver "separate" from the kernel, does 'make install' install include files into /usr/include/sound ?

[Alsa-user] Proper updating of alsa-driver

2006-04-13 Thread gijirco241
If directly updating the kernel tree with a newer alsa-kernel, should /usr/include/sound also be updated with the newer alsa-kernel/include files? If compiling alsa-driver seperate from the kernel, what is the proper way to handle the kernel's core/ directory since alsa installs in acore/? And fi