@@ -31,17 +31,20 @@ level margin: \\n[rst2man-indent\\n[rst2
.SH NAME
alsatplg \- ALSA Topology Compiler
.SH SYNOPSIS
-.sp
-\fIalsatplg\fP <options> [command]
+.BI alsatplg " <options>"
+.RI [ command ]
.SH DESCRIPTION
-.sp
-alsatplg (ALSA Topology compiler) is a program to compile topology
+alsatplg
+(ALSA Topology compiler)
+is a program to compile topology
configuration file to the binary file for the kernel drivers.
.sp
Current audio drivers typically hard code topology information
-in the driver sources: This tightly couples the audio driver
+in the driver sources:
+This tightly couples the audio driver
to the development board making it time consuming to modify
-a driver to work on a different devices. The driver is also
+a driver to work on a different devices.
+The driver is also
tightly coupled to the DSP firmware version meaning extra care
is needed to keep the driver and firmware version in sync.
New firmware features also mean driver updates.
@@ -50,11 +53,12 @@ The ALSA topology project removes the ne
porting audio drivers to different devices or different firmwares:
Drivers have no hard coded topology data meaning a single driver
can be used on different devices by updating the topology data
-from the file system. Firmware updates can be pushed without
-having to update the drivers. The new firmware just needs
+from the file system.
+Firmware updates can be pushed without
+having to update the drivers.
+The new firmware just needs
to include an updated topology file describing the update.
.SH OPTIONS
-.sp
Available options:
.INDENT 0.0
.INDENT 3.5
@@ -85,34 +89,38 @@ output file
set verbose level
.TP
.B \fB\-s\fP, \fB\-\-sort\fP
-sort the configuration identifiers (set for normalization)
+sort the configuration identifiers
+(set for normalization)
.TP
.B \fB\-x\fP, \fB\-\-nocheck\fP
save the configuration without additional integrity check
.TP
.B \fB\-z\fP, \fB\-\-dapm\-nosort\fP
-do not sort DAPM graph items (like in version 1.2.1\-)
+do not sort DAPM graph items
+(like in version 1.2.1\-)
.UNINDENT
.UNINDENT
.UNINDENT
.SH FILES
-.sp
The master topology files for each supported sound card are in
-\fB/usr/share/alsa/topology\fP\&.
-.sp
-For example, the master use case file for the \fIbroadwell\fP card is in
-\fB/usr/share/alsa/topology/broadwell/broadwell.conf\fP, this file
-describes the audio hardware for the driver.
+\fB/usr/share/alsa/topology\fP.
.sp
-For more details on the syntax of UCM files, see the alsa\-lib source code:
- <http://git.alsa\-project.org/?p=alsa\-lib.git;a=blob;f=src/topology/parser.c>
+For example,
+the master use case file for the \fIbroadwell\fP card is in
+\fB/usr/share/alsa/topology/broadwell/broadwell.conf\fP,
+this file describes the audio hardware for the driver.
+.sp
+For more details on the syntax of UCM files,
+see the alsa\-lib source code:
+<http://git.alsa\-project.org/?p=alsa\-lib.git;a=blob;f=src/\:topology/\:parser.c>
.SH SEE ALSO
.INDENT 0.0
.IP \(bu 2
-Topology Interface: <http://www.alsa\-project.org/alsa\-doc/alsa\-lib/group__topology.html>
+Topology Interface:
+.br
+<http://www.alsa\-project.org/\:alsa\-doc/\:alsa\-lib/\:group__topology.html>
.UNINDENT
.SH BUGS
-.sp
None known.
.SH AUTHOR
Jaroslav Kysela <perex@perex.cz>