source: multimedia/libdriv/alsa-lib.xml@ f856738

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

Updated to audiofile-0.3.2
Updated to alsa-lib-1.0.24.1
Made bootscripts Makefile and appache page consistent using httpd (not apache).

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

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