The ALSA Library package contains the ALSA library used by programs (including ALSA Utilities) requiring access to the ALSA sound interface.
This package is known to build and work properly using an LFS-7.7 platform.
Download (HTTP): http://alsa.cybermirror.org/lib/alsa-lib-1.0.28.tar.bz2
Download (FTP): ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.28.tar.bz2
Download MD5 sum: c9e21b88a2b3e6e12ea7ba0f3b271fc3
Download size: 884 KB
Estimated disk space required: 16 MB (additional 1 MB for the tests and 26 MB for the docs)
Estimated build time: 0.2 SBU
Doxygen-1.8.9.1 and Python-2.7.9
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/alsa-lib
If needed, enable the following options in the kernel configuration and recompile the kernel:
Device Drivers --->
<*/m> Sound card support ---> [CONFIG_SOUND]
<*/m> Advanced Linux Sound Architecture ---> [CONFIG_SND]
Select settings and drivers appropriate for your hardware.
< > Open Sound System (DEPRECATED) [CONFIG_SOUND_PRIME]
In the Device Drivers ⇒ Sound card support ⇒ Advanced Linux Sound Architecture section of the kernel configuration, select the settings and drivers appropriate for your hardware. Ensure that the deprecated Device Drivers ⇒ Sound card support ⇒ Open Sound System is not selected. If necessary, recompile and install your new kernel.
Install ALSA Library by running the following commands:
./configure && make
If you have Doxygen installed and you wish to build the library API documentation, run the following commands from the top-level directory of the source tree:
make doc
To test the results, issue: make check.
Now, as the root
user:
make install
To install the API documentation, run the following command as the
root
user:
install -v -d -m755 /usr/share/doc/alsa-lib-1.0.28/html/search && install -v -m644 doc/doxygen/html/*.* \ /usr/share/doc/alsa-lib-1.0.28/html && install -v -m644 doc/doxygen/html/search/* \ /usr/share/doc/alsa-lib-1.0.28/html/search
The default alsa.conf
is adequate
for most installations. For extra functionality and/or advanced
control of your sound device, you may need to create additional
configuration files. For information on the available
configuration parameters, visit http://www.alsa-project.org/main/index.php/Asoundrc.
Last updated on 2015-02-22 21:16:54 -0800