Ignore:
Timestamp:
05/07/2006 01:36:04 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
04be25f
Parents:
1e9bd536
Message:

Updated to alsa-1.0.11

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

File:
1 edited

Legend:

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

    r1e9bd536 r7ffd4d7  
    77  <!ENTITY alsa-lib-download-http "&alsa-download-http;/lib/alsa-lib-&alsa-lib-version;.tar.bz2">
    88  <!ENTITY alsa-lib-download-ftp  "&alsa-download-ftp;/lib/alsa-lib-&alsa-lib-version;.tar.bz2">
    9   <!ENTITY alsa-lib-md5sum        "114af3304619920ffe2b147b760700b9">
    10   <!ENTITY alsa-lib-size          "682 KB">
    11   <!ENTITY alsa-lib-buildsize     "27.3 MB (additional 14.4 MB to build and install docs)">
    12   <!ENTITY alsa-lib-time          "0.6 SBU">
     9  <!ENTITY alsa-lib-md5sum        "ef7ae78a0ef08cbeacb295f2518886ab">
     10  <!ENTITY alsa-lib-size          "696 KB">
     11  <!ENTITY alsa-lib-buildsize     "31.8 MB (additional 15.2 MB to build and install docs)">
     12  <!ENTITY alsa-lib-time          "0.7 SBU (less than 0.1 SBU to build and install docs)">
    1313]>
    1414
     
    7373    <title>Kernel Configuration</title>
    7474
    75     <para>In the <quote>Sound</quote> section of the kernel configuration, edit
    76     <emphasis role="bold">Advanced Linux Sound Architecture</emphasis>
    77     options to match your audio hardware and disable deprecated
    78     <emphasis role="bold">Open Sound System</emphasis>.
    79     Recompile and install your new kernel.</para>
     75    <para>In the Device Drivers &rArr; Sound &rArr; Advanced Linux Sound
     76    Architecture section of the kernel configuration, select the settingis and
     77    drivers appropriate for your hardware.  Ensure that the deprecated Device
     78    Drivers &rArr; Sound &rArr; Open Sound System is <emphasis>not</emphasis>
     79    selected.  If necessary, recompile and install your new kernel.</para>
    8080
    8181    <indexterm zone="alsa-lib alsa-lib-kernel">
     
    174174
    175175      <seglistitem>
    176         <seg>alsalisp and aserver</seg>
    177         <seg>libasound.{so,a}</seg>
    178         <seg>/usr/include/alsa, /usr/share/alsa and
     176        <seg>aserver</seg>
     177        <seg>libasound.{so,a} and smixer-*.{so,a}</seg>
     178        <seg>/usr/include/alsa, /usr/lib/alsa-lib, /usr/share/alsa and
    179179        /usr/share/doc/alsa-lib-&alsa-lib-version;</seg>
    180180      </seglistitem>
     
    196196      </varlistentry>
    197197
     198      <varlistentry id="smixer">
     199        <term><filename class='libraryfile'>smixer-*.{so,a}</filename></term>
     200        <listitem>
     201          <para>provides hardware dependent ALSA mixer functions.</para>
     202          <indexterm zone="alsa-lib smixer">
     203            <primary sortas="c-smixer">smixer-*.{so,a}</primary>
     204          </indexterm>
     205        </listitem>
     206      </varlistentry>
     207
    198208    </variablelist>
    199209
Note: See TracChangeset for help on using the changeset viewer.