System Maintainers documentation: Difference between revisions
Jump to navigation
Jump to search
(New page: We have an online <a href="alsa-doc/">installation docs</a> with a section for user contributed notes and additions which is accessed through the soundcard matrix. Feel fre...) |
(update links to asoundrc and install doc) |
||
Line 1: | Line 1: | ||
User contributed notes and additions can be added to pages of the [[Matrix:Main|soundcard matrix]]. | |||
Feel free to make additions and contributions. This is the official reference for user docs. | |||
See also [http://alsa.opensrc.org/ unofficial wiki]. Feel free to make additions and contributions. | |||
The online alsa-docs (above) have info on using the [ | The online alsa-docs (above) have info on using the [[asoundrc|.asoundrc]] file. You can find more in the [http://alsa.opensrc.org/index.php?page=.asoundrc Unofficial ALSA WIKI] and the [http://www.alsa-project.org/alsa-doc/alsa-lib/pcm_plugins.html#pcm_plugins alsa-lib documentation]. | ||
Take a look at the latest | Take a look at the latest [http://hg-mirror.alsa-project.org/alsa-driver/file/9e029f63e883/INSTALL alsa-driver/INSTALL] file to read information about the newest drivers and their use. If you have questions ask on the [[Mailing-lists|mailing lists]]. | ||
== Updating ALSA Kernel drivers == | == Updating ALSA Kernel drivers == |
Latest revision as of 01:17, 15 August 2007
User contributed notes and additions can be added to pages of the soundcard matrix. Feel free to make additions and contributions. This is the official reference for user docs.
See also unofficial wiki. Feel free to make additions and contributions.
The online alsa-docs (above) have info on using the .asoundrc file. You can find more in the Unofficial ALSA WIKI and the alsa-lib documentation.
Take a look at the latest alsa-driver/INSTALL file to read information about the newest drivers and their use. If you have questions ask on the mailing lists.
Updating ALSA Kernel drivers
12/09/03 > Some queries about the latest 2.6 kernels... > > I presume the "alsa" part that comes with a 2.6 kernel is only > the equiv of the alsa-driver package so do I still need to get > alsa-lib and alsa-utils from somewhere else ? Yes, from our main site - http://www.alsa-project.org . > If so, then do I have to determine which particular version is > in the kernel and then source the same versioned lib/utils packages ? Version is available in linux/include/sound/version.h > What is the difference between /usr/include/sound/* and > /usr/src/linux/include/sound/* and where might "<asound/asoundlib.h>" > be that some packages need for compiling ? ALSA library has a copy of kernel header files and it is backwards compatible with ALSA code 0.9 final (which is also in the 2.6 kernel tree). In other words, you can use 1.0 packages without any problems. > Is there some sane method to intergrate ALSA from CVS into whatever > is the latest 2.6 kernel source tree... how ? ftp://ftp.alsa-project.org/pub/kernel-patches . or (use BitKeeper): bk pull http://linux-sound.bkbits.net/linux-sound or simply copy files from the ALSA's alsa-kernel CVS module to relevant locations in the 2.6 kernel tree. Jaroslav ----- Jaroslav Kysela <perex@suse.cz> Linux Kernel Sound Maintainer ALSA Project, SuSE Labs