source: multimedia/libdriv/alsa-lib.xml@ 0e85ccf

11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 0e85ccf was 0e85ccf, checked in by Douglas R. Reno <renodr@…>, 2 years ago

Update to alsa-lib and alsa-plugins 1.2.7.1

  • Property mode set to 100644
File size: 7.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
[03978485]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">
[0e85ccf]9 <!ENTITY alsa-lib-md5sum "4835f8083b234ae17988d61075ee146e">
[3e60c83f]10 <!ENTITY alsa-lib-size "1.0 MB">
[0e85ccf]11 <!ENTITY alsa-lib-buildsize "34 MB (with tests and docs)">
[86061ad]12 <!ENTITY alsa-lib-time "0.3 SBU (with tests and docs)">
[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 <date>$Date$</date>
20 </sect1info>
[48b7295]21
[a027d7d3]22 <title>alsa-lib-&alsa-lib-version;</title>
[48b7295]23
[57e86a93]24 <indexterm zone="alsa-lib">
[0d50cca]25 <primary sortas="a-alsa-lib">alsa-lib</primary>
[57e86a93]26 </indexterm>
[48b7295]27
[57e86a93]28 <sect2 role="package">
29 <title>Introduction to ALSA Library</title>
[48b7295]30
[0d50cca]31 <para>
32 The <application>ALSA Library</application> package contains
33 the ALSA library used by programs (including <application>ALSA
34 Utilities</application>) requiring access to the ALSA sound
35 interface.
36 </para>
[48b7295]37
[2d76528]38 &lfs111_checked;
[831c11e4]39
[57e86a93]40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[0d50cca]43 <para>
44 Download (HTTP): <ulink url="&alsa-lib-download-http;"/>
45 </para>
[57e86a93]46 </listitem>
47 <listitem>
[0d50cca]48 <para>
49 Download (FTP): <ulink url="&alsa-lib-download-ftp;"/>
50 </para>
[57e86a93]51 </listitem>
52 <listitem>
[0d50cca]53 <para>
54 Download MD5 sum: &alsa-lib-md5sum;
55 </para>
[57e86a93]56 </listitem>
57 <listitem>
[0d50cca]58 <para>
59 Download size: &alsa-lib-size;
60 </para>
[57e86a93]61 </listitem>
62 <listitem>
[0d50cca]63 <para>
64 Estimated disk space required: &alsa-lib-buildsize;
65 </para>
[57e86a93]66 </listitem>
67 <listitem>
[0d50cca]68 <para>
69 Estimated build time: &alsa-lib-time;
70 </para>
[57e86a93]71 </listitem>
72 </itemizedlist>
[efa108a6]73
[57e86a93]74 <bridgehead renderas="sect3">ALSA Library Dependencies</bridgehead>
[48b7295]75
[57e86a93]76 <bridgehead renderas="sect4">Optional</bridgehead>
[0d50cca]77 <para role="optional">
[c93c620c]78 <xref linkend="doxygen"/>,
79 <xref linkend="python2"/>, and
80 <ulink url="https://www.alsa-project.org/files/pub/lib/">alsa-ucm-conf</ulink>
[0d50cca]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
[35e960fb]91 <para>
[f3429309]92 If needed, enable the following options in the kernel
93 configuration and recompile the kernel:
[35e960fb]94 </para>
95
96 <screen><literal>Device Drivers ---&gt;
[f39cf0d0]97 &lt;*/M&gt; Sound card support ---&gt; [CONFIG_SOUND]
98 &lt;*/M&gt; Advanced Linux Sound Architecture ---&gt; [CONFIG_SND]
[f161544]99 Select settings and drivers appropriate for your hardware.</literal></screen>
[35e960fb]100
[0d50cca]101 <para>
102 In the Device Drivers &rArr; Sound card support &rArr; Advanced Linux
[65be5e98]103 Sound Architecture section of the kernel configuration, select the
104 settings and drivers appropriate for your hardware. If necessary,
105 recompile and install your new kernel.
[0d50cca]106 </para>
[ac789c0]107
[57e86a93]108 <indexterm zone="alsa-lib alsa-lib-kernel">
109 <primary sortas="d-ALSA">ALSA</primary>
110 </indexterm>
[ac789c0]111
[57e86a93]112 </sect2>
[ac789c0]113
[57e86a93]114 <sect2 role="installation">
115 <title>Installation of ALSA Library</title>
[48b7295]116
[0d50cca]117 <para>
118 Install <application>ALSA Library</application> by
119 running the following commands:
120 </para>
[57e86a93]121
[09bed9e5]122<screen><userinput>./configure &amp;&amp;
[57e86a93]123make</userinput></screen>
124
[17833b00]125 <para>
126 If you have <application>Doxygen</application> installed and you wish to
127 build the library API documentation, run the following
128 commands from the top-level directory of the source tree:
129 </para>
130
[2f3e3de9]131<screen remap="doc"><userinput>make doc</userinput></screen>
[2a1e6008]132
[0d50cca]133 <para>
[09bed9e5]134 To test the results, issue: <command>make check</command>.
[0d50cca]135 </para>
[2a1e6008]136
[0d50cca]137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
[57e86a93]140
[0d50cca]141<screen role="root"><userinput>make install</userinput></screen>
[57e86a93]142
[0d50cca]143 <para>
144 To install the API documentation, run the following command as
145 the <systemitem class="username">root</systemitem> user:
146 </para>
[57e86a93]147
[2f3e3de9]148<screen role="root"
149 remap="doc"><userinput>install -v -d -m755 /usr/share/doc/alsa-lib-&alsa-lib-version;/html/search &amp;&amp;
[4c70ad3e]150install -v -m644 doc/doxygen/html/*.* \
151 /usr/share/doc/alsa-lib-&alsa-lib-version;/html &amp;&amp;
152install -v -m644 doc/doxygen/html/search/* \
153 /usr/share/doc/alsa-lib-&alsa-lib-version;/html/search</userinput></screen>
[57e86a93]154
155 </sect2>
156
157 <sect2 role="configuration">
158 <title>Configuring ALSA Library</title>
159
160 <sect3 id="alsa-lib-config">
161 <title>Config Files</title>
162
[0d50cca]163 <para>
164 <filename>~/.asoundrc</filename> and
165 <filename>/etc/asound.conf</filename>
166 </para>
[57e86a93]167
168 <indexterm zone="alsa-lib alsa-lib-config">
169 <primary sortas="e-AA.asoundrc">~/.asoundrc</primary>
170 </indexterm>
171
172 <indexterm zone="alsa-lib alsa-lib-config">
173 <primary sortas="e-etc-asound.conf">/etc/asound.conf</primary>
174 </indexterm>
175
176 </sect3>
177
178 <sect3>
179 <title>Configuration Information</title>
180
[0d50cca]181 <para>
182 The default <filename>alsa.conf</filename> is adequate for most
183 installations. For extra functionality and/or advanced control of your
184 sound device, you may need to create additional configuration files.
185 For information on the available configuration parameters, visit
[3e60c83f]186 <ulink url="https://www.alsa-project.org/main/index.php/Asoundrc"/>.
[0d50cca]187 </para>
[57e86a93]188
189 </sect3>
190
191 </sect2>
192
193 <sect2 role="content">
194 <title>Contents</title>
195
196 <segmentedlist>
[831c11e4]197 <segtitle>Installed Program</segtitle>
[0d50cca]198 <segtitle>Installed Library</segtitle>
[57e86a93]199 <segtitle>Installed Directories</segtitle>
200
201 <seglistitem>
[0d50cca]202 <seg>
203 aserver
204 </seg>
205 <seg>
[11839b6f]206 libasound.so and
207 libatopology.so
[0d50cca]208 </seg>
209 <seg>
210 /usr/include/alsa,
211 /usr/share/alsa and
[0c7d410]212 /usr/share/doc/alsa-lib-&alsa-lib-version;
213 </seg>
[57e86a93]214 </seglistitem>
215 </segmentedlist>
216
217 <variablelist>
218 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
219 <?dbfo list-presentation="list"?>
220 <?dbhtml list-presentation="table"?>
221
[17ad62a4]222 <varlistentry id="aserver">
223 <term><command>aserver</command></term>
224 <listitem>
[0d50cca]225 <para>
[4c24eb0a]226 is the ALSA server
[0d50cca]227 </para>
[17ad62a4]228 <indexterm zone="alsa-lib aserver">
229 <primary sortas="b-aserver">aserver</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
[57e86a93]234 <varlistentry id="libasound">
[0d50cca]235 <term><filename class="libraryfile">libasound.so</filename></term>
[57e86a93]236 <listitem>
[0d50cca]237 <para>
[4c24eb0a]238 contains the ALSA API functions
[0d50cca]239 </para>
[57e86a93]240 <indexterm zone="alsa-lib libasound">
[0d50cca]241 <primary sortas="c-libasound">libasound.so</primary>
[7ffd4d7]242 </indexterm>
243 </listitem>
244 </varlistentry>
245
[11839b6f]246 <varlistentry id="libatopology">
247 <term><filename class="libraryfile">libatopology.so</filename></term>
248 <listitem>
249 <para>
[4c24eb0a]250 contains API functions for the ALSA topologies
[11839b6f]251 </para>
252 <indexterm zone="alsa-lib libatopology">
253 <primary sortas="c-libatopology">libatopology.so</primary>
254 </indexterm>
255 </listitem>
[8558044]256 </varlistentry>
[11839b6f]257
[57e86a93]258 </variablelist>
259
260 </sect2>
[48b7295]261
262</sect1>
Note: See TracBrowser for help on using the repository browser.