source: multimedia/libdriv/alsa-lib.xml@ 7e16699b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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
Last change on this file since 7e16699b was 7e16699b, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Update to llvm-3.4.1.
Archive farstream.
Correct alsa-lib doc directory.

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

  • Property mode set to 100644
File size: 6.7 KB
RevLine 
[57e86a93]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[48b7295]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[73942e6]6
[0c7d410]7 <!ENTITY alsa-lib-download-http "&alsa-download-http;/lib/alsa-lib-&alsa-lib-version;.tar.bz2">
[48b7295]8 <!ENTITY alsa-lib-download-ftp "&alsa-download-ftp;/lib/alsa-lib-&alsa-lib-version;.tar.bz2">
[09bed9e5]9 <!ENTITY alsa-lib-md5sum "69129a7c37697f81ac092335e9fa452b">
10 <!ENTITY alsa-lib-size "886 KB">
11 <!ENTITY alsa-lib-buildsize "18 MB">
12 <!ENTITY alsa-lib-time "0.2 SBU">
[48b7295]13]>
[73942e6]14
[a027d7d3]15<sect1 id="alsa-lib" xreflabel="alsa-lib-&alsa-lib-version;">
[57e86a93]16 <?dbhtml filename="alsa-lib.html"?>
[48b7295]17
[57e86a93]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[48b7295]22
[a027d7d3]23 <title>alsa-lib-&alsa-lib-version;</title>
[48b7295]24
[57e86a93]25 <indexterm zone="alsa-lib">
[0d50cca]26 <primary sortas="a-alsa-lib">alsa-lib</primary>
[57e86a93]27 </indexterm>
[48b7295]28
[57e86a93]29 <sect2 role="package">
30 <title>Introduction to ALSA Library</title>
[48b7295]31
[0d50cca]32 <para>
33 The <application>ALSA Library</application> package contains
34 the ALSA library used by programs (including <application>ALSA
35 Utilities</application>) requiring access to the ALSA sound
36 interface.
37 </para>
[48b7295]38
[a0111a9]39 &lfs75_checked;
[831c11e4]40
[57e86a93]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[0d50cca]44 <para>
45 Download (HTTP): <ulink url="&alsa-lib-download-http;"/>
46 </para>
[57e86a93]47 </listitem>
48 <listitem>
[0d50cca]49 <para>
50 Download (FTP): <ulink url="&alsa-lib-download-ftp;"/>
51 </para>
[57e86a93]52 </listitem>
53 <listitem>
[0d50cca]54 <para>
55 Download MD5 sum: &alsa-lib-md5sum;
56 </para>
[57e86a93]57 </listitem>
58 <listitem>
[0d50cca]59 <para>
60 Download size: &alsa-lib-size;
61 </para>
[57e86a93]62 </listitem>
63 <listitem>
[0d50cca]64 <para>
65 Estimated disk space required: &alsa-lib-buildsize;
66 </para>
[57e86a93]67 </listitem>
68 <listitem>
[0d50cca]69 <para>
70 Estimated build time: &alsa-lib-time;
71 </para>
[57e86a93]72 </listitem>
73 </itemizedlist>
[efa108a6]74
[57e86a93]75 <bridgehead renderas="sect3">ALSA Library Dependencies</bridgehead>
[48b7295]76
[57e86a93]77 <bridgehead renderas="sect4">Optional</bridgehead>
[0d50cca]78 <para role="optional">
79 <xref linkend="doxygen"/> and
80 <xref linkend="python2"/>
81 </para>
[48b7295]82
[0e2aa08]83 <para condition="html" role="usernotes">User Notes:
[0d50cca]84 <ulink url="&blfs-wiki;/alsa-lib"/>
85 </para>
[57e86a93]86 </sect2>
[48b7295]87
[57e86a93]88 <sect2 role="kernel" id="alsa-lib-kernel">
89 <title>Kernel Configuration</title>
[48b7295]90
[0d50cca]91 <para>
92 In the Device Drivers &rArr; Sound card support &rArr; Advanced Linux
93 Sound Architecture section of the kernel configuration, select the settings
94 and drivers appropriate for your hardware. Ensure that the deprecated Device
95 Drivers &rArr; Sound card support &rArr; Open Sound System is
96 <emphasis>not</emphasis> selected. If necessary, recompile and install your
97 new kernel.
98 </para>
[ac789c0]99
[57e86a93]100 <indexterm zone="alsa-lib alsa-lib-kernel">
101 <primary sortas="d-ALSA">ALSA</primary>
102 </indexterm>
[ac789c0]103
[57e86a93]104 </sect2>
[ac789c0]105
[57e86a93]106 <sect2 role="installation">
107 <title>Installation of ALSA Library</title>
[48b7295]108
[0d50cca]109 <para>
110 Install <application>ALSA Library</application> by
111 running the following commands:
112 </para>
[57e86a93]113
[09bed9e5]114<screen><userinput>./configure &amp;&amp;
[57e86a93]115make</userinput></screen>
116
[0d50cca]117 <para>
[09bed9e5]118 To test the results, issue: <command>make check</command>.
[0d50cca]119 </para>
[57e86a93]120
[0d50cca]121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
[57e86a93]124
[0d50cca]125<screen role="root"><userinput>make install</userinput></screen>
[57e86a93]126
[0d50cca]127 <para>
128 If you have <application>Doxygen</application> installed and you wish to
129 build the library API documentation, run the following
130 commands from the top-level directory of the source tree:
131 </para>
[57e86a93]132
133<screen><userinput>make doc</userinput></screen>
134
[0d50cca]135 <para>
136 To install the API documentation, run the following command as
137 the <systemitem class="username">root</systemitem> user:
138 </para>
[57e86a93]139
[7e16699b]140<screen role="root"><userinput>
141install -v -d -m755 /usr/share/doc/alsa-lib-&alsa-lib-version;/html &amp;&amp;
142install -v -m644 doc/doxygen/html/* /usr/share/doc/alsa-lib-&alsa-lib-version;/html</userinput></screen>
[57e86a93]143
144 </sect2>
145
146 <sect2 role="configuration">
147 <title>Configuring ALSA Library</title>
148
149 <sect3 id="alsa-lib-config">
150 <title>Config Files</title>
151
[0d50cca]152 <para>
153 <filename>~/.asoundrc</filename> and
154 <filename>/etc/asound.conf</filename>
155 </para>
[57e86a93]156
157 <indexterm zone="alsa-lib alsa-lib-config">
158 <primary sortas="e-AA.asoundrc">~/.asoundrc</primary>
159 </indexterm>
160
161 <indexterm zone="alsa-lib alsa-lib-config">
162 <primary sortas="e-etc-asound.conf">/etc/asound.conf</primary>
163 </indexterm>
164
165 </sect3>
166
167 <sect3>
168 <title>Configuration Information</title>
169
[0d50cca]170 <para>
171 The default <filename>alsa.conf</filename> is adequate for most
172 installations. For extra functionality and/or advanced control of your
173 sound device, you may need to create additional configuration files.
174 For information on the available configuration parameters, visit
[a754ee2b]175 <ulink url="http://www.alsa-project.org/main/index.php/Asoundrc"/>.
[0d50cca]176 </para>
[57e86a93]177
178 </sect3>
179
180 </sect2>
181
182 <sect2 role="content">
183 <title>Contents</title>
184
185 <segmentedlist>
[831c11e4]186 <segtitle>Installed Program</segtitle>
[0d50cca]187 <segtitle>Installed Library</segtitle>
[57e86a93]188 <segtitle>Installed Directories</segtitle>
189
190 <seglistitem>
[0d50cca]191 <seg>
192 aserver
193 </seg>
194 <seg>
195 libasound.so
196 </seg>
197 <seg>
198 /usr/include/alsa,
199 /usr/lib/alsa-lib,
200 /usr/share/alsa and
[0c7d410]201 /usr/share/doc/alsa-lib-&alsa-lib-version;
202 </seg>
[57e86a93]203 </seglistitem>
204 </segmentedlist>
205
206 <variablelist>
207 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
208 <?dbfo list-presentation="list"?>
209 <?dbhtml list-presentation="table"?>
210
[17ad62a4]211 <varlistentry id="aserver">
212 <term><command>aserver</command></term>
213 <listitem>
[0d50cca]214 <para>
215 is the ALSA server.
216 </para>
[17ad62a4]217 <indexterm zone="alsa-lib aserver">
218 <primary sortas="b-aserver">aserver</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
[57e86a93]223 <varlistentry id="libasound">
[0d50cca]224 <term><filename class="libraryfile">libasound.so</filename></term>
[57e86a93]225 <listitem>
[0d50cca]226 <para>
227 contains the ALSA API functions.
228 </para>
[57e86a93]229 <indexterm zone="alsa-lib libasound">
[0d50cca]230 <primary sortas="c-libasound">libasound.so</primary>
[7ffd4d7]231 </indexterm>
232 </listitem>
233 </varlistentry>
234
[57e86a93]235 </variablelist>
236
237 </sect2>
[48b7295]238
239</sect1>
Note: See TracBrowser for help on using the repository browser.