On Sat, Aug 16, 2008 at 07:53:05PM -0700, Bill Unruh wrote: | On Sat, 16 Aug 2008, Phil Howard wrote: | | >I'm building a monolithic Linux kernel, which means no modules. | >I'd like to find out how I can upgrade ALSA in a kernel source | >tree so I can build a complete kernel image with the latest | >version of ALSA (1.0.17) on the latest Linux kernel (2.6.26.2) | >that has an older ALSA (1.0.16). | | go into the alsa-drivers directory and do | ./configure | make | make install | and it will install the modules onto the current running kernel | (Make sure you have the source in /usr/src/linux or /usr/src/linux-<version> | ) I don't want modules. I only want to have the source tree upgraded to have that newest version of ALSA so that I can built a monolithic kernel image with the new ALSA built in. My kernel configs have nothing specified to be built as modules, and even have module loading disabled. All I want is one of: 1. source files updated as appropriate (old ALSA removed, new ALSA put in) 2. a patch file created that does the appropriate changes If it does #1 I can run diff to do #2. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Alsa-user mailing list Alsa-user@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-user