[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. ff3f43525d0b528d43a0480d596973d07c920580
Lennart Poettering
gitmailer-noreply at 0pointer.de
Wed Jul 16 02:12:11 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 1568fcc979a944584a1d23f6191efce55aa75b42 (commit)
- Log -----------------------------------------------------------------
ff3f435... try to bypass alsa softvol, since it is broken when used with snd_pcm_rewind()
-----------------------------------------------------------------------
Summary of changes:
src/modules/alsa-util.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit ff3f43525d0b528d43a0480d596973d07c920580
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Jul 16 11:12:07 2008 +0200
try to bypass alsa softvol, since it is broken when used with snd_pcm_rewind()
diff --git a/src/modules/alsa-util.c b/src/modules/alsa-util.c
index 5d52cbc..8abf834 100644
--- a/src/modules/alsa-util.c
+++ b/src/modules/alsa-util.c
@@ -574,7 +574,8 @@ snd_pcm_t *pa_alsa_open_by_device_id(
SND_PCM_NONBLOCK|
SND_PCM_NO_AUTO_RESAMPLE|
SND_PCM_NO_AUTO_CHANNELS|
- SND_PCM_NO_AUTO_FORMAT)) < 0) {
+ SND_PCM_NO_AUTO_FORMAT |
+ SND_PCM_NO_SOFTVOL)) < 0) {
pa_log_info("Couldn't open PCM device %s: %s", d, snd_strerror(err));
pa_xfree(d);
continue;
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list