source: multimedia/libdriv/alsa.xml@ 528112b

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 528112b was 6732c094, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD

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

  • Property mode set to 100644
File size: 908 bytes
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
8<sect1 id="alsa" xreflabel="ALSA-&alsa-version;">
9 <?dbhtml filename="alsa.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>ALSA-&alsa-version;</title>
17
18 <indexterm zone="alsa">
19 <primary sortas="g-ALSA-Description">ALSA Description</primary>
20 </indexterm>
21
22 <para>The Linux kernel now provides ALSA support by
23 default. However, applications need to interface to that capability. The
24 following five sections of the book deal with the five separate components of
25 ALSA: the libraries, the utilities, the tools, the firmware
26 and the OSS compatibility libraries.</para>
27
28</sect1>
Note: See TracBrowser for help on using the repository browser.