[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.11-195-g4562849
Lennart Poettering
gitmailer-noreply at 0pointer.de
Thu Sep 4 15:39:53 PDT 2008
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from 11cc072a1eef2c8b26e9e642b8bf64c63da8b8ec (commit)
- Log -----------------------------------------------------------------
4562849... update documentation and help texts for s32le/s32be sample types
12c5c62... Downgrade hrtimer warning to notice level
-----------------------------------------------------------------------
Summary of changes:
man/pacat.1.xml.in | 6 ++++--
man/pulse-daemon.conf.5.xml.in | 6 ++++--
src/modules/module-alsa-sink.c | 2 +-
src/modules/module-alsa-source.c | 2 +-
src/utils/pacat.c | 2 +-
5 files changed, 11 insertions(+), 7 deletions(-)
-----------------------------------------------------------------------
commit 12c5c62dadad248f4a01a9973b6e99c99d0badad
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 5 00:38:52 2008 +0200
Downgrade hrtimer warning to notice level
diff --git a/src/modules/module-alsa-sink.c b/src/modules/module-alsa-sink.c
index e3f9a5f..6f0d783 100644
--- a/src/modules/module-alsa-sink.c
+++ b/src/modules/module-alsa-sink.c
@@ -1241,7 +1241,7 @@ int pa__init(pa_module*m) {
}
if (use_tsched && !pa_rtclock_hrtimer()) {
- pa_log("Disabling timer-based scheduling because high-resolution timers are not available from the kernel.");
+ pa_log_notice("Disabling timer-based scheduling because high-resolution timers are not available from the kernel.");
use_tsched = FALSE;
}
diff --git a/src/modules/module-alsa-source.c b/src/modules/module-alsa-source.c
index 54ffde5..fca0500 100644
--- a/src/modules/module-alsa-source.c
+++ b/src/modules/module-alsa-source.c
@@ -1073,7 +1073,7 @@ int pa__init(pa_module*m) {
}
if (use_tsched && !pa_rtclock_hrtimer()) {
- pa_log("Disabling timer-based scheduling because high-resolution timers are not available from the kernel.");
+ pa_log_notice("Disabling timer-based scheduling because high-resolution timers are not available from the kernel.");
use_tsched = FALSE;
}
commit 456284918ab04cde6c661839d706cb84baf3a887
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 5 00:39:36 2008 +0200
update documentation and help texts for s32le/s32be sample types
diff --git a/man/pacat.1.xml.in b/man/pacat.1.xml.in
index 7b0d72b..68a3a12 100644
--- a/man/pacat.1.xml.in
+++ b/man/pacat.1.xml.in
@@ -108,9 +108,11 @@ USA.
<optdesc><p>Capture or play back audio with the specified sample
format. Specify one of <opt>u8</opt>, <opt>s16le</opt>,
- <opt>s16be</opt>, <opt>float32le</opt>, <opt>float32be</opt>,
+ <opt>s16be</opt>, <opt>s32le</opt>,
+ <opt>s32be</opt>, <opt>float32le</opt>, <opt>float32be</opt>,
<opt>ulaw</opt>, <opt>alaw</opt>. Depending on the endianess of
- the CPU the formats <opt>s16ne</opt>, <opt>s16re</opt>,
+ the CPU the
+ formats <opt>s16ne</opt>, <opt>s16re</opt>, <opt>s32ne</opt>, <opt>s32re</opt>,
<opt>float32ne</opt>, <opt>float32re</opt> (for native,
resp. reverse endian) are available as aliases. Defaults to
s16ne.</p></optdesc>
diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in
index 50e2455..c2eefaa 100644
--- a/man/pulse-daemon.conf.5.xml.in
+++ b/man/pulse-daemon.conf.5.xml.in
@@ -319,9 +319,11 @@ USA.
<option>
<p><opt>default-sample-format=</opt> The default sampling
format. Specify one of <opt>u8</opt>, <opt>s16le</opt>,
- <opt>s16be</opt>, <opt>float32le</opt>, <opt>float32be</opt>,
+ <opt>s16be</opt>, <opt>s32le</opt>,
+ <opt>s32be</opt>, <opt>float32le</opt>, <opt>float32be</opt>,
<opt>ulaw</opt>, <opt>alaw</opt>. Depending on the endianess of
- the CPU the formats <opt>s16ne</opt>, <opt>s16re</opt>,
+ the CPU the
+ formats <opt>s16ne</opt>, <opt>s16re</opt>, <opt>s32ne</opt>, <opt>s32re</opt>,
<opt>float32ne</opt>, <opt>float32re</opt> (for native,
resp. reverse endian) are available as aliases.</p>
</option>
diff --git a/src/utils/pacat.c b/src/utils/pacat.c
index c1826d7..f42abc8 100644
--- a/src/utils/pacat.c
+++ b/src/utils/pacat.c
@@ -500,7 +500,7 @@ static void help(const char *argv0) {
" --volume=VOLUME Specify the initial (linear) volume in range 0...65536\n"
" --rate=SAMPLERATE The sample rate in Hz (defaults to 44100)\n"
" --format=SAMPLEFORMAT The sample type, one of s16le, s16be, u8, float32le,\n"
- " float32be, ulaw, alaw (defaults to s16ne)\n"
+ " float32be, ulaw, alaw, s32le, s32be (defaults to s16ne)\n"
" --channels=CHANNELS The number of channels, 1 for mono, 2 for stereo\n"
" (defaults to 2)\n"
" --channel-map=CHANNELMAP Channel map to use instead of the default\n"
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list