Ignore:
Timestamp:
09/25/2003 12:34:50 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d374b41
Parents:
2f81a4dd
Message:

chapter 42

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1189 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
multimedia/libdriv/alsa
Files:
25 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/alsa/alsa-driver.xml

    r2f81a4dd r8c3989b2  
    1 <sect1 id="alsa-driver" xreflabel="alsa-driver-&alsa-driver-version;">
     1<sect1 id="alsa-driver" xreflabel="ALSA-driver-&alsa-driver-version;">
    22<?dbhtml filename="alsa-driver.html" dir="multimedia"?>
    3 <title>alsa-driver-&alsa-driver-version;</title>
     3<title>ALSA-driver-&alsa-driver-version;</title>
    44
    55&alsa-driver-intro;
  • multimedia/libdriv/alsa/alsa-lib.xml

    r2f81a4dd r8c3989b2  
    1 <sect1 id="alsa-lib" xreflabel="alsa-lib-&alsa-lib-version;">
     1<sect1 id="alsa-lib" xreflabel="ALSA-lib-&alsa-lib-version;">
    22<?dbhtml filename="alsa-lib.html" dir="multimedia"?>
    3 <title>alsa-lib-&alsa-lib-version;</title>
     3<title>ALSA-lib-&alsa-lib-version;</title>
    44
    55&alsa-lib-intro;
  • multimedia/libdriv/alsa/alsa-oss.xml

    r2f81a4dd r8c3989b2  
    1 <sect1 id="alsa-oss" xreflabel="alsa-oss-&alsa-oss-version;">
     1<sect1 id="alsa-oss" xreflabel="ALSA-OSS-&alsa-oss-version;">
    22<?dbhtml filename="alsa-oss.html" dir="multimedia"?>
    3 <title>alsa-oss-&alsa-oss-version;</title>
     3<title>ALSA-OSS-&alsa-oss-version;</title>
    44
    55&alsa-oss-intro;
  • multimedia/libdriv/alsa/alsa-tools.xml

    r2f81a4dd r8c3989b2  
    1 <sect1 id="alsa-tools" xreflabel="alsa-tools-&alsa-tools-version;">
     1<sect1 id="alsa-tools" xreflabel="ALSA-tools-&alsa-tools-version;">
    22<?dbhtml filename="alsa-tools.html" dir="multimedia"?>
    3 <title>alsa-tools-&alsa-tools-version;</title>
     3<title>ALSA-tools-&alsa-tools-version;</title>
    44
    55&alsa-tools-intro;
  • multimedia/libdriv/alsa/alsa-utils.xml

    r2f81a4dd r8c3989b2  
    1 <sect1 id="alsa-utils" xreflabel="alsa-utils-&alsa-utils-version;">
     1<sect1 id="alsa-utils" xreflabel="ALSA-utils-&alsa-utils-version;">
    22<?dbhtml filename="alsa-utils.html" dir="multimedia"?>
    3 <title>alsa-utils-&alsa-utils-version;</title>
     3<title>ALSA-utils-&alsa-utils-version;</title>
    44
    55&alsa-utils-intro;
  • multimedia/libdriv/alsa/driver/alsa-driver-config.xml

    r2f81a4dd r8c3989b2  
    11<sect2>
    2 <title>Configuring alsa-driver</title>
     2<title>Configuring <application><acronym>ALSA</acronym>-driver</application></title>
    33
    44<sect3><title>Config files</title>
     
    1010<sect3><title>Configuration Information</title>
    1111
    12 <para>To configure the alsa drivers, you need to add some lines to
    13 <filename>/etc/modules.conf</filename>:</para>
     12<para>To configure the <acronym>ALSA</acronym> drivers, you need to add some
     13lines to <filename>/etc/modules.conf</filename>:</para>
    1414
    1515<screen><userinput><command>cat &gt;&gt; /etc/modules.conf &lt;&lt; "EOF"
     
    1717alias char-major-116 snd
    1818
    19 alias snd-card-0 snd-&lt;soundcard-name&gt;
     19alias snd-card-0 snd-<replaceable>[soundcard-name]</replaceable>
    2020
    2121alias sound-slot-0 snd-card-0
     
    2727EOF</command></userinput></screen>
    2828
    29 <para>&lt;soundcard-name&gt; needs to be replaced with the driver relevant
    30 to your soundcard.  If you have more than one soundcard, you can add
    31 additional sections by repeating the above but changing the first 0 to 1 and
    32 so on.</para>
     29<para><replaceable>[soundcard-name]</replaceable> needs to be replaced with the
     30driver relevant to your soundcard.  If you have more than one soundcard, you
     31can add additional sections by repeating the above but changing the first 0 to
     321 and so on.</para>
    3333
    3434<para>After editing <filename>/etc/modules.conf</filename> you need to run
    35 <filename>depmod</filename>.  If the drivers you have compiled are for the
     35<command>depmod</command>.  If the drivers you have compiled are for the
    3636version of the kernel you are currently running, simply run
    37 <screen><userinput><command>depmod</command></userinput></screen>  If you are compiling
    38 drivers for a different kernel version than those you are running, you
    39 will need to use a line along the lines of:
    40 <screen><userinput><command>depmod -a 2.4.19 -F /boot/System.map-2.4.19</command>
    41 </userinput></screen></para>
     37<screen><userinput><command>depmod</command></userinput></screen> 
     38If you are compiling  drivers for a different kernel version than those you are
     39running, you will need to use a line along the lines of:
     40<screen><userinput><command>depmod -a 2.4.22 -F /boot/System.map-2.4.22
     41</command></userinput></screen></para>
    4242
    4343</sect3>
  • multimedia/libdriv/alsa/driver/alsa-driver-desc.xml

    r2f81a4dd r8c3989b2  
    22<title>Contents</title>
    33
    4 <para>The alsa-driver package contains the alsa sound card
    5 drivers and include files.</para>
     4<para>The <application><acronym>ALSA</acronym>-driver</application> package
     5contains the <acronym>ALSA</acronym> sound card drivers and include files.
     6</para>
    67
    78</sect2>
     
    910<sect2><title>Description</title>
    1011
    11 <sect3><title>alsa sound card drivers</title>
    12 <para>These are kernel modules which provide audio and
    13 <acronym>MIDI</acronym> functionality
    14 to the operating system.</para></sect3>
     12<sect3><title><acronym>ALSA</acronym> sound card drivers</title>
     13<para>These are kernel modules which provide audio and <acronym>MIDI</acronym>
     14functionality to the operating system.</para></sect3>
    1515
    1616<sect3><title>include files</title>
    17 <para>These are installed in <filename
    18 class="directory">/usr/include/sound</filename> and are required to compile
    19 certain packages such as alsa-lib.</para></sect3>
     17<para>These are installed in <filename class="directory">/usr/include/sound
     18</filename> and are required to compile certain packages such as
     19<application><acronym>ALSA</acronym>-lib</application>.
     20</para></sect3>
    2021
    2122</sect2>
  • multimedia/libdriv/alsa/driver/alsa-driver-exp.xml

    r2f81a4dd r8c3989b2  
    22<title>Command explanations</title>
    33
    4 <para><command>--with-sequencer=yes</command> : This tells the
    5 alsa-driver package to build the sequencer modules for whichever soundcards
    6 for which you are building. Most people want them so you will usually want to
    7 leave it set to yes.</para>
     4<para><command>--with-sequencer=yes</command> : This tells the <application>
     5<acronym>ALSA</acronym>-driver</application> package to build the sequencer
     6modules for whichever soundcards for which you are building. Most people want
     7them so you will usually want to leave it set to yes.</para>
    88
    99<para><command>--with-oss=yes</command> : This tells the package to
    10 build the <acronym>OSS</acronym>/Free emulation modules. Again, most people want this so it's
    11 probably best to stick with yes.</para>
     10build the <acronym>OSS</acronym>/Free emulation modules. Again, most people
     11want this so it's probably best to stick with yes.</para>
    1212
    1313<para><command>--with-isapnp=no</command> : Most sound cards these days
    1414are <acronym>PCI</acronym> and so <acronym>ISA</acronym> Plug and Play
    15 support isn't needed. If you are using an
    16 <acronym>ISA</acronym> soundcard, it's best to say yes here.</para>
     15support isn't needed. If you are using an <acronym>ISA</acronym> soundcard,
     16it's best to say yes here.</para>
    1717
    1818<para><command>--with-cards=all</command> : You can tell the script just
     
    2020on which drivers are available see <command>./configure
    2121--help</command>. If you aren't sure which chipset your soundcard uses,
    22 have a look in <filename>CARDS-STATUS</filename> in the alsa-driver source
     22have a look in <filename>CARDS-STATUS</filename> in the
     23<application><acronym>ALSA</acronym>-driver</application> source
    2324tree. The default specified here will build all drivers.</para>
    2425
  • multimedia/libdriv/alsa/driver/alsa-driver-inst.xml

    r2f81a4dd r8c3989b2  
    11<sect2>
    2 <title>Installation of <application>alsa-driver</application></title>
     2<title>Installation of <application><acronym>ALSA</acronym>-driver</application></title>
    33
    4 <para>Before installing the alsa-drivers note that in your kernel
    5 configuration you should have <userinput>Sound Card Support
     4<para>Before installing the <acronym>ALSA</acronym> drivers note that in your
     5kernel configuration you should have <userinput>Sound Card Support
    66(CONFIG_SOUND)</userinput> enabled but <emphasis>nothing</emphasis> else in
    77the Sound menu (with the possible exception of TV Card Mixer support.  In
    88particular you should <emphasis>not</emphasis> have <userinput>OSS Sound
    99Modules</userinput> enabled as this will cause problems when loading the
    10 alsa driver modules.</para>
     10<acronym>ALSA</acronym> driver modules.</para>
    1111
    12 <note><para>Because alsa drivers are kernel
     12<note><para>Because <acronym>ALSA</acronym> drivers are kernel
    1313modules, they must be compiled with the same compiler the kernel has
    1414used.</para></note>
    1515
    16 <para>Install <application>alsa-driver</application> using the following
    17 commands as a template:</para>
     16<para>Install <application><acronym>ALSA</acronym>-driver</application> using
     17the following commands as a template:</para>
    1818
    1919<screen><userinput><command>CC=/opt/gcc-2.95.3/bin/gcc ./configure \
     
    2929<para>If this is the first time you have installed the alsa drivers, you
    3030will need to create the <filename class="directory">/dev</filename> entries
    31 using the script provided in the alsa-driver source tree:
     31using the script provided in the <acronym>ALSA</acronym>-driver source tree:
    3232<screen><userinput><command>./snddevices</command></userinput></screen></para>
    3333
  • multimedia/libdriv/alsa/driver/alsa-driver-intro.xml

    r2f81a4dd r8c3989b2  
    11<sect2>
    2 <title>Introduction to <application>alsa-driver</application></title>
     2<title>Introduction to <application><acronym>ALSA</acronym>-driver</application>
     3</title>
    34
    4 <para>The <application>alsa-driver</application> package contains the alsa sound drivers. These are
     5<para>The <application><acronym>ALSA</acronym>-driver</application> package
     6contains the <acronym>ALSA</acronym> sound drivers. These are
    57the next generation of sound drivers for Linux.</para>
    68
  • multimedia/libdriv/alsa/lib/alsa-lib-config.xml

    r2f81a4dd r8c3989b2  
    11<sect2>
    2 <title>Configuring alsa-lib</title>
     2<title>Configuring <application><acronym>ALSA</acronym>-lib</application></title>
    33
    44<sect3><title>Configuration Information</title>
  • multimedia/libdriv/alsa/lib/alsa-lib-desc.xml

    r2f81a4dd r8c3989b2  
    22<title>Contents</title>
    33
    4 <para>The alsa-lib package contains <command>aserver</command> and the
    5 <filename class="libraryfile">libasound</filename> library.</para>
     4<para>The <application><acronym>ALSA</acronym>-lib</application> package
     5contains <command>aserver</command> and the <filename class="libraryfile">
     6libasound</filename> library.</para>
    67
    78</sect2>
     
    1011
    1112<sect3><title>libasound (alsa library)</title>
    12 <para><filename class="libraryfile">libasound</filename> provides alsa
    13 functions for application programs.</para></sect3>
     13<para><filename class="libraryfile">libasound</filename> provides
     14<acronym>ALSA</acronym> functions for application programs.</para></sect3>
    1415
    1516</sect2>
  • multimedia/libdriv/alsa/lib/alsa-lib-inst.xml

    r2f81a4dd r8c3989b2  
    11<sect2>
    2 <title>Installation of <application>alsa-lib</application></title>
     2<title>Installation of <application><acronym>ALSA</acronym>-lib</application>
     3</title>
    34
    4 <para>Install <application>alsa-lib</application> by running the following commands:</para>
     5<para>Install <application><acronym>ALSA</acronym>-lib</application> by running
     6the following commands:</para>
    57
    68<screen><userinput><command>./configure &amp;&amp;
  • multimedia/libdriv/alsa/lib/alsa-lib-intro.xml

    r2f81a4dd r8c3989b2  
    11<sect2>
    2 <title>Introduction to <application>alsa-lib</application></title>
     2<title>Introduction to <application><acronym>ALSA</acronym>-lib</application></title>
    33
    4 <para>The <application>alsa-lib</application> package contains the alsa library.  This is used by
    5 programs (including alsa-utils) which wish to use the alsa sound interface.</para>
     4<para>The <application><acronym>ALSA</acronym>-lib</application> package
     5contains the <acronym>ALSA</acronym> library.  This is used by programs
     6(including <application><acronym>ALSA</acronym>-utils</application>) which wish
     7to use the <acronym>ALSA</acronym> sound interface.</para>
    68
    79<sect3><title>Package information</title>
     
    1416</sect3>
    1517
    16 <sect3><title><application>alsa-lib</application> dependencies</title>
     18<sect3><title><application><acronym>ALSA</acronym>-lib</application> dependencies</title>
    1719<sect4><title>Required</title>
    1820<para><xref linkend="alsa-driver"/>
  • multimedia/libdriv/alsa/oss/alsa-oss-config.xml

    r2f81a4dd r8c3989b2  
    11<sect2>
    2 <title>Configuring alsa-oss</title>
     2<title>Configuring <application><acronym>ALSA</acronym>-<acronym>OSS</acronym></application></title>
    33
    44<sect3><title>Configuration Information</title>
  • multimedia/libdriv/alsa/oss/alsa-oss-desc.xml

    r2f81a4dd r8c3989b2  
    22<title>Contents</title>
    33
    4 <para>The alsa-oss package contains <command>aoss</command> and the
    5 <filename class="libraryfile">libaoss</filename> (alsa oss compatibility
     4<para>The <application><acronym>ALSA</acronym>-<acronym>OSS</acronym>
     5</application> package contains <command>aoss</command> and the
     6<filename class="libraryfile">libaoss</filename>
     7(<acronym>ALSA</acronym> <acronym>OSS</acronym> compatibility
    68library) library.</para>
    79
  • multimedia/libdriv/alsa/oss/alsa-oss-inst.xml

    r2f81a4dd r8c3989b2  
    11<sect2>
    2 <title>Installation of <application>alsa-oss</application></title>
     2<title>Installation of <application><acronym>ALSA</acronym>-<acronym>OSS</acronym></application></title>
    33
    4 <para>Install <application>alsa-oss</application> by running the following commands:</para>
     4<para>Install <application><acronym>ALSA</acronym>-<acronym>OSS</acronym></application> by running the following commands:</para>
    55
    66<screen><userinput><command>./configure &amp;&amp;
  • multimedia/libdriv/alsa/oss/alsa-oss-intro.xml

    r2f81a4dd r8c3989b2  
    11<sect2>
    2 <title>Introduction to <application>alsa-oss</application></title>
     2<title>Introduction to <application><acronym>ALSA</acronym>-<acronym>OSS</acronym></application></title>
    33
    4 <para>The alsa-oss package contains the alsa oss compatibility library.
    5 This is used by programs which wish to use the alsa oss sound interface</para>
     4<para>The
     5<application><acronym>ALSA</acronym>-<acronym>OSS</acronym></application>
     6package contains the <acronym>ALSA</acronym> <acronym>OSS</acronym>
     7compatibility library. This is used by programs which wish to use the
     8<acronym>ALSA</acronym> <acronym>OSS</acronym> sound interface</para>
    69
    710<sect3><title>Package information</title>
     
    1417</sect3>
    1518
    16 <sect3><title><application>alsa-oss</application> dependencies</title>
     19<sect3><title><application><acronym>ALSA</acronym>-<acronym>OSS</acronym></application> dependencies</title>
    1720<sect4><title>Required</title>
    1821<para><xref linkend="alsa-lib"/>
  • multimedia/libdriv/alsa/tools/alsa-tools-desc.xml

    r2f81a4dd r8c3989b2  
    1414
    1515<sect3><title>as10k1</title>
    16 <para><command>as10k1</command> is an assembler for the emu10k1 DSP chip present in the
    17 Creative SB Live, PCI 512, and emu APS sound cards. It is used to make
    18 audio effects such as a flanger, chorus or reverb.</para></sect3>
     16<para><command>as10k1</command> is an assembler for the emu10k1 <acronym>DSP
     17</acronym> chip present in the Creative <acronym>SB</acronym> Live,
     18<acronym>PCI</acronym> 512, and emu <acronym>APS</acronym> sound cards. It is
     19used to make audio effects such as a flanger, chorus or reverb.</para></sect3>
    1920
    2021<sect3><title>envy24control</title>
    21 <para><command>envy24control</command> is a control tool for Envy24 (ice1712) based
    22 soundcards</para></sect3>
     22<para><command>envy24control</command> is a control tool for Envy24 (ice1712)
     23based soundcards</para></sect3>
    2324
    2425<sect3><title>sb16_csp</title>
    25 <para><command>sb16_csp</command> is an SB16/AWE32 Creative Signal Processor (ASP/CSP) control
    26 program.</para></sect3>
     26<para><command>sb16_csp</command> is an <acronym>SB</acronym>16/<acronym>AWE
     27</acronym>32 Creative Signal Processor (<acronym>ASP</acronym>/<acronym>CSP
     28</acronym>) control program.</para></sect3>
    2729
    2830<sect3><title>sbiload</title>
    29 <para><command>sbiload</command>is an OPL2/3 FM instrument loader for
    30 the <acronym>ALSA</acronym> sequencer.</para></sect3>
     31<para><command>sbiload</command>is an <acronym>OPL</acronym>2/3 FM instrument
     32loader for the <acronym>ALSA</acronym> sequencer.</para></sect3>
    3133
    3234</sect2>
  • multimedia/libdriv/alsa/tools/alsa-tools-inst.xml

    r2f81a4dd r8c3989b2  
    11<sect2>
    2 <title>Installation of <application>alsa-tools</application></title>
     2<title>Installation of <application><acronym>ALSA</acronym>-tools</application></title>
    33
    4 <para>The <application>alsa-tools</application> package is only needed by those with advanced
    5 requirements for their sound card.  The tools are not all built together,
    6 instead you need to <command>cd</command> into the directory of each
    7 tool you wish to compile and run the following commands:</para>
     4<para>The <application><acronym>ALSA</acronym>-tools</application> package is
     5only needed by those with advanced requirements for their sound card.  The
     6tools are not all built together, instead you need to <command>cd</command>
     7into the directory of each tool you wish to compile and run the following
     8commands:</para>
    89
    910<screen><userinput><command>./configure &amp;&amp;
  • multimedia/libdriv/alsa/tools/alsa-tools-intro.xml

    r2f81a4dd r8c3989b2  
    11<sect2>
    2 <title>Introduction to <application>alsa-tools</application></title>
     2<title>Introduction to <application><acronym>ALSA</acronym>-tools</application></title>
    33
    4 <para>The <application>alsa-tools</application> package contains
     4<para>The <application><acronym>ALSA</acronym>-tools</application> package contains
    55advanced tools for certain soundcards.</para>
    66
     
    1414</sect3>
    1515
    16 <sect3><title><application>alsa-tools</application> dependencies</title>
     16<sect3><title><application><acronym>ALSA</acronym>-tools</application> dependencies</title>
    1717<sect4><title>Required</title>
    1818<para><xref linkend="alsa-lib"/>
  • multimedia/libdriv/alsa/utils/alsa-utils-config.xml

    r2f81a4dd r8c3989b2  
    11<sect2>
    2 <title>Configuring alsa-utils</title>
     2<title>Configuring <application><acronym>ALSA</acronym>-utils</application></title>
    33
    44<sect3><title>Config files</title>
     
    1616those readers who wish to do this.</para>
    1717
    18 <para>The alsa-drivers package installs a script as
    19 <filename>/etc/rc.d/init.d/alsasound</filename>.  While it is possible to use
    20 this script, it contains a lot of extraneous detail which isn't needed on an
    21 LFS system and so we create our own script
    22 <filename>/etc/rc.d/init.d/alsa</filename>.</para>
     18<para>The <application><acronym>ALSA</acronym>-drivers</application> package
     19installs a script as <filename>/etc/rc.d/init.d/alsasound</filename>.  While it
     20is possible to use this script, it contains a lot of extraneous detail which
     21isn't needed on an <acronym>LFS</acronym> system and so we create our own
     22script <filename>/etc/rc.d/init.d/alsa</filename>.</para>
    2323
    2424<para>To create the alsa script, do the following:</para>
    2525
    26 <screen><userinput><command>cat &gt; /etc/rc.d/init.d/alsa &lt;&lt; "EOF"
     26<screen><userinput><command>cat &gt; /etc/rc.d/init.d/alsa &lt;&lt; "EOF"</command>
    2727#!/bin/sh
    2828# Begin $rc_base/init.d/alsa
     
    6565
    6666# End $rc_base/init.d/alsa
    67 EOF
     67<command>EOF
    6868chmod 755 /etc/rc.d/init.d/alsa</command></userinput></screen>
    6969
     
    7979
    8080<para>Note that all channels of your soundcard are muted by default. You can
    81 use the <command>alsamixer</command> program from alsa-utils (or any other
     81use the <command>alsamixer</command> program from
     82<application><acronym>ALSA</acronym>-utils</application> (or any other
    8283<acronym>OSS</acronym> mixer) to change this.</para>
    8384
    8485<para>Also, the first time the above script is run, it will complain that
    8586there is no state in <filename>/etc/asound.state</filename>.  You can
    86 prevent this by running the following commands after installing alsa-utils:
     87prevent this by running the following commands after installing
     88<application><acronym>ALSA</acronym>-utils</application>:
    8789<screen><userinput><command>touch /etc/asound.state &amp;&amp;
    8890alsactl store</command></userinput></screen></para>
     
    9193are commented out.  They are there as an example of other things you may
    9294wish to do in the startup script.  <filename>sfxload</filename> is a
    93 separate package of interest to SoundBlaster AWE and Live! users.  It is
    94 designed for loading "sound-fonts" (which are used for MIDI output).  You
    95 may wish to delete these lines and add your own or, if you have the relevant
    96 soundcard, install <filename>sfxload</filename> and uncomment them.</para>
     95separate package of interest to SoundBlaster <acronym>AWE</acronym> and Live!
     96users.  It is designed for loading "sound-fonts" (which are used for
     97<acronym>MIDI</acronym> output).  You may wish to delete these lines and add
     98your own or, if you have the relevant soundcard, install <filename>sfxload
     99</filename> and uncomment them.</para>
    97100
    98101</sect3>
  • multimedia/libdriv/alsa/utils/alsa-utils-desc.xml

    r2f81a4dd r8c3989b2  
    22<title>Contents</title>
    33
    4 <para>The alsa-utils package contains <command>aconnect</command>,
     4<para>The <application><acronym>ALSA</acronym>-utils</application> package
     5contains <command>aconnect</command>,
    56<command>alsactl</command>, <command>alsamixer</command>,
    67<command>amixer</command>, <command>aplay</command>,
     
    1213
    1314<sect3><title>aconnect</title>
    14 <para><command>aconnect</command> is a utility for connecting and disconnecting two existing
    15 ports in the <acronym>ALSA</acronym> sequencer system.</para></sect3>
     15<para><command>aconnect</command> is a utility for connecting and disconnecting two existing ports in the <acronym>ALSA</acronym> sequencer system.</para>
     16</sect3>
    1617
    1718<sect3><title>alsactl</title>
  • multimedia/libdriv/alsa/utils/alsa-utils-inst.xml

    r2f81a4dd r8c3989b2  
    11<sect2>
    2 <title>Installation of <application>alsa-utils</application></title>
     2<title>Installation of <application><acronym>ALSA</acronym>-utils</application></title>
    33
    4 <para>Install <application>alsa-utils</application> by running the following commands:</para>
     4<para>Install <application><acronym>ALSA</acronym>-utils</application> by running the following commands:</para>
    55
    66<screen><userinput><command>./configure &amp;&amp;
  • multimedia/libdriv/alsa/utils/alsa-utils-intro.xml

    r2f81a4dd r8c3989b2  
    11<sect2>
    2 <title>Introduction to <application>alsa-utils</application></title>
     2<title>Introduction to <application><acronym>ALSA</acronym>-utils</application></title>
    33
    4 <para>The <application>alsa-utils</application> package contains various
    5 utilities which are useful for controlling your sound card.</para>
     4<para>The <application><acronym>ALSA</acronym>-utils</application> package
     5contains various utilities which are useful for controlling your sound card.
     6</para>
    67
    78<sect3><title>Package information</title>
     
    1415</sect3>
    1516
    16 <sect3><title><application>alsa-utils</application> dependencies</title>
     17<sect3><title><application><acronym>ALSA</acronym>-utils</application> dependencies</title>
    1718<sect4><title>Required</title>
    1819<para><xref linkend="alsa-lib"/>
Note: See TracChangeset for help on using the changeset viewer.