glfs/multimedia/libdriv/alsa/driver/alsa-driver-exp.xml
Bruce Dubbs 96ee548152 Yet more grammar
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2265 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-06-04 14:47:01 +00:00

29 lines
1.3 KiB
XML

<sect2>
<title>Command explanations</title>
<para><parameter>--with-sequencer=yes</parameter>: This tells the <application>
<acronym>ALSA</acronym> Driver</application> package to build the sequencer
modules. Most people want
them so you will usually want to leave it set to yes.</para>
<para><parameter>--with-oss=yes</parameter>: This tells the package to
build the <acronym>OSS</acronym>/Free emulation modules. Again, most people
want this so it's probably best to stick with yes.</para>
<para><parameter>--with-isapnp=no</parameter>: Most sound cards these days
are <acronym>PCI</acronym> and <acronym>ISA</acronym> Plug and Play
support isn't needed. If you are using an <acronym>ISA</acronym> PnP sound card,
it's best to say yes here. If your card is <acronym>ISA</acronym>, but
not PnP, it is safer to stay with 'no'.</para>
<para><parameter>--with-cards=all</parameter>: You can tell the script just
to build the drivers for your particular sound card here. For full information
on which drivers are available, see <command>./configure
--help</command>. If you aren't sure which chipset your sound card uses,
look at the file <filename>CARDS-STATUS</filename> in the
<application><acronym>ALSA</acronym> Driver</application> source
tree. The default specified here will build all drivers.</para>
</sect2>