* alsa-driver in the kernel
@ 2005-11-25 19:11 Peter Ganzhorn
2005-11-25 20:36 ` James Courtier-Dutton
0 siblings, 1 reply; 3+ messages in thread
From: Peter Ganzhorn @ 2005-11-25 19:11 UTC (permalink / raw)
To: alsa-devel
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
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: alsa-driver in the kernel
2005-11-25 19:11 alsa-driver in the kernel Peter Ganzhorn
@ 2005-11-25 20:36 ` James Courtier-Dutton
2005-11-29 15:31 ` Takashi Iwai
0 siblings, 1 reply; 3+ messages in thread
From: James Courtier-Dutton @ 2005-11-25 20:36 UTC (permalink / raw)
To: Peter Ganzhorn; +Cc: alsa-devel
Peter Ganzhorn wrote:
> 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.
>
Why are you even trying to do this?
The easiest way is to make all ALSA modules, and then just install
alsa-driver from alsa-project.org.
If you really have to, just use git.
Get the 2.6.14.3 git tree, and then pull the alsa git into it. It will
merge it all nicely for you.
James
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: alsa-driver in the kernel
2005-11-25 20:36 ` James Courtier-Dutton
@ 2005-11-29 15:31 ` Takashi Iwai
0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2005-11-29 15:31 UTC (permalink / raw)
To: James Courtier-Dutton; +Cc: Peter Ganzhorn, alsa-devel
At Fri, 25 Nov 2005 20:36:31 +0000,
James Courtier-Dutton wrote:
>
> Peter Ganzhorn wrote:
> > 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.
> >
>
> Why are you even trying to do this?
> The easiest way is to make all ALSA modules, and then just install
> alsa-driver from alsa-project.org.
>
> If you really have to, just use git.
> Get the 2.6.14.3 git tree, and then pull the alsa git into it. It will
> merge it all nicely for you.
Though, this won't give you the very latest version of ALSA, too,
because the latest tree is written for 2.6.15-rcx. Since some APIs
are incompatible between 2.6.14 and 2.6.15, you have to fix them by
yourselves at your own risk. So, it's safer simply to use
alsa-driver's build.
Takashi
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-11-29 15:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-25 19:11 alsa-driver in the kernel Peter Ganzhorn
2005-11-25 20:36 ` James Courtier-Dutton
2005-11-29 15:31 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.