glfs/multimedia/libdriv/alsa.xml
Archaic a0f03b0675 Inserting sect1info
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2591 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-08-10 04:23:09 +00:00

40 lines
1.6 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<sect1 id="alsa" xreflabel="ALSA-&alsa-version;">
<sect1info>
<othername>$LastChangedBy: $</othername>
<date>$Date: $</date>
</sect1info>
<?dbhtml filename="alsa.html"?>
<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&mdash;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 sound card.
</para>
<para><acronym>ALSA</acronym> is also the future of Linux Sound (hence the
name <emphasis>Advanced Linux Sound Architecture</emphasis>). The <acronym>ALSA</acronym>
drivers were included into the main Linux kernel during the 2.5 development series,
and they are now the "standard" sound drivers in the 2.6 stable kernel.</para>
<para>The following six sections of the book deal with the six separate
components of <acronym>ALSA</acronym>: the drivers, the libraries, the
utilities, the tools, the firmware and the <acronym>OSS</acronym> compatibility libraries.
</para>
</sect1>