Message-ID: <438761DD.3090009@brend.org> Date: Fri, 25 Nov 2005 20:11:25 +0100 From: Peter Ganzhorn User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: alsa-devel@lists.sourceforge.net Subject: alsa-driver in the kernel Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi there, there are several hints on how to update the in-kernel alsa driver with the alsa driver one can download from alsa-project.org, but I had no luck at all updating kernel 2.6.14.3 with alsa 1.0.10 - it seems that there is something missing in the kernel, but there is nothing more mentioned to do in the howtos. Actually my make process ends like this after updating the in-kernel driver: CC sound/sound_core.o CC sound/sound_firmware.o LD sound/soundcore.o LD sound/arm/built-in.o CC sound/core/hwdep.o sound/core/hwdep.c: In function `snd_hwdep_open': sound/core/hwdep.c:84: error: `snd_major' undeclared (first use in this function) sound/core/hwdep.c:84: error: (Each undeclared identifier is reported only once sound/core/hwdep.c:84: error: for each function it appears in.) make[2]: *** [sound/core/hwdep.o] Error 1 make[1]: *** [sound/core] Error 2 make: *** [sound] Error 2 So my question is if there is a good and up2date howto for updating the alsa driver in the kernel with those from alsa-project.org which are usually a bit more current. I do not want to build alsa as modules, because I want a compact kernel without many modules. It would be great if you could tell me what is necessary to do in order to get this working! :) Peter