glfs/multimedia/libdriv/alsa.xml
Igor Živković e63029c309 applied James's ALSA-0.9.8 update
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1594 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-12-07 14:26:56 +00:00

32 lines
1.4 KiB
XML

<sect1 id="alsa" xreflabel="ALSA-&alsa-version;">
<?dbhtml filename="alsa.html" dir="multimedia"?>
<title>ALSA-&alsa-version;</title>
<para>The first question which people tend to ask about <acronym>ALSA</acronym>
is why they should use it over the sound drivers included in the kernel - there
are several reasons. First, the <acronym>ALSA</acronym> drivers support more
sound cards than those in the kernel. Second, the <acronym>OSS</acronym>
emulation is in some cases faster and better than the original <acronym>OSS
</acronym> driver itself. And finally, there are some programs which can use
<acronym>ALSA</acronym>'s enhanced features to better drive the soundcard.
</para>
<para><acronym>ALSA</acronym> will also be the future of Linux Sound (hence the
name <emphasis>Advanced Linux Sound Architecture</emphasis>), the <acronym>ALSA</acronym>
drivers have already been included into the main linux kernel during the 2.5
development series, which will eventually lead to <acronym>ALSA</acronym> being
the "standard" sound drivers in the future 2.6 stable kernel.</para>
<para>The following five sections of the book deal with the five separate
components of <acronym>ALSA</acronym>: the drivers, the libraries, the
utilities, the tools and the <acronym>OSS</acronym> compatibility libraries.
</para>
</sect1>
&alsa-driver;
&alsa-lib;
&alsa-utils;
&alsa-tools;
&alsa-oss;