source: multimedia/libdriv/alsa.xml

trunk
Last change on this file was e4c883c0, checked in by Douglas R. Reno <renodr@…>, 7 weeks ago

alsa: Remove a reference to the OSS Compatibility Libraries which we no
longer carry.

  • Property mode set to 100644
File size: 805 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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<!-- This is indexed under 'others'. -->
9<sect1 id="alsa" xreflabel="ALSA">
10 <?dbhtml filename="alsa.html"?>
11
12
13 <title>ALSA</title>
14
15 <indexterm zone="alsa">
16 <primary sortas="g-ALSA-Description">ALSA Description</primary>
17 </indexterm>
18
19 <para>
20 The Linux kernel now provides ALSA support by
21 default. However, applications need to interface to that capability. The
22 following six sections of the book deal with the separate components of
23 ALSA: the libraries, the plugins, the utilities, the tools, and the firmware.
24 </para>
25
26</sect1>
Note: See TracBrowser for help on using the repository browser.