Ignore:
Timestamp:
10/12/2004 12:44:06 AM (20 years ago)
Author:
Igor Živković <igor@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fd015ac
Parents:
21aae54
Message:

Reverted to ALSA-1.0.4 to match the LFS-testing kernel drivers. Removed ALSA Driver page.

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

Location:
multimedia/libdriv
Files:
1 deleted
4 edited

Legend:

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

    r21aae54 r7f58d870  
    3535</sect3>
    3636
    37 <sect3><title><application><acronym>ALSA</acronym> Library</application> dependencies</title>
    38 <sect4><title>Required</title>
    39 <para><xref linkend="alsa-driver"/>
    40 </para></sect4>
    41 </sect3>
    42 
    4337</sect2>
    4438
     
    4640<title>Installation of <application><acronym>ALSA</acronym> Library</application>
    4741</title>
     42
     43<para>In the "Sound" section of the kernel configuration, edit <userinput>Advanced Linux
     44Sound Architecture</userinput> options to match your audio hardware and
     45disable deprecated <userinput>Open Sound System</userinput>.
     46Recompile and install your new kernel.</para>
    4847
    4948<para>Install <application><acronym>ALSA</acronym> Library</application> by running
  • multimedia/libdriv/alsa-utils.xml

    r21aae54 r7f58d870  
    3535</sect3>
    3636
    37 <!--
    38 <sect3><title>Additional downloads</title>
    39 <itemizedlist spacing='compact'>
    40 <listitem><para>Required Patch: <ulink
    41 url="&patch-root;/alsa-utils-&alsa-utils-version;-arecord-1.patch"/></para></listitem>
    42 </itemizedlist></sect3>
    43 -->
    44 
    4537<sect3><title><application><acronym>ALSA</acronym> Utilities</application> dependencies</title>
    4638<sect4><title>Required</title>
     
    5547
    5648<para>Install <application><acronym>ALSA</acronym> Utilities</application> by running the following commands:</para>
    57 <!--
    58 <screen><userinput><command>patch -Np1 -i ../alsa-utils-&alsa-utils-version;-arecord-1.patch &amp;&amp;
    59 -->
    6049
    6150<screen><userinput><command>./configure &amp;&amp;
     
    8271those readers who wish to do this.</para>
    8372
    84 <para>The <application><acronym>ALSA</acronym> Driver</application> package
    85 installs a script as <filename>/etc/rc.d/init.d/alsasound</filename>.  While it
    86 is possible to use this script, it contains a lot of extraneous detail which
    87 isn't needed on an <acronym>LFS</acronym> system. Instead, install the init
     73<para>Install the init
    8874script <filename>/etc/rc.d/init.d/alsa</filename> included in the
    8975<xref linkend="intro-important-bootscripts"/> package.</para>
  • multimedia/libdriv/alsa.xml

    r21aae54 r7f58d870  
    2828and they are now the "standard" sound drivers in the 2.6 stable kernel.</para>
    2929
    30 <para>The following six sections of the book deal with the six separate
    31 components of <acronym>ALSA</acronym>: the drivers, the libraries, the
     30<para>The following five sections of the book deal with the five separate
     31components of <acronym>ALSA</acronym>: the libraries, the
    3232utilities, the tools, the firmware  and the <acronym>OSS</acronym> compatibility libraries.
    3333</para>
    3434
    3535</sect1>
    36 
    37 
    38 
    39 
  • multimedia/libdriv/libdriv.xml

    r21aae54 r7f58d870  
    1717
    1818<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alsa.xml"/>
    19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alsa-driver.xml"/> 
    2019<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alsa-lib.xml"/> 
    2120<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alsa-utils.xml"/> 
Note: See TracChangeset for help on using the changeset viewer.