summaryrefslogtreecommitdiffstats
path: root/src/pulse/volume.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-06-19 22:11:49 +0000
committerLennart Poettering <lennart@poettering.net>2006-06-19 22:11:49 +0000
commit10b5e997d7a8a4e955ce49cc816fdcd36225ff6e (patch)
treede6785c72370c527f6197920a6b226e09a935946 /src/pulse/volume.h
parent955e33db6076a6266d4decfbeb64d89a9b8d516c (diff)
replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1036 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulse/volume.h')
-rw-r--r--src/pulse/volume.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pulse/volume.h b/src/pulse/volume.h
index d403a09e..6c60223a 100644
--- a/src/pulse/volume.h
+++ b/src/pulse/volume.h
@@ -31,10 +31,10 @@
* \section overv_sec Overview
*
* Sinks, sources, sink inputs and samples can all have their own volumes.
- * To deal with these, The Polypaudio libray contains a number of functions
+ * To deal with these, The PulseAudio libray contains a number of functions
* that ease handling.
*
- * The basic volume type in Polypaudio is the \ref pa_volume_t type. Most of
+ * The basic volume type in PulseAudio is the \ref pa_volume_t type. Most of
* the time, applications will use the aggregated pa_cvolume structure that
* can store the volume of all channels at once.
*
@@ -43,7 +43,7 @@
*
* \section calc_sec Calculations
*
- * The volumes in Polypaudio are logarithmic in nature and applications
+ * The volumes in PulseAudio are logarithmic in nature and applications
* shouldn't perform calculations with them directly. Instead, they should
* be converted to and from either dB or a linear scale:
*
@@ -64,7 +64,7 @@
*
* \section conv_sec Convenience Functions
*
- * To handle the pa_cvolume structure, the Polypaudio library provides a
+ * To handle the pa_cvolume structure, the PulseAudio library provides a
* number of convenienc functions:
*
* \li pa_cvolume_valid() - Tests if a pa_cvolume structure is valid.