index
:
pulseaudio.git
0.9.15-stable
0.9.17-stable
0.9.18-stable
0.9.19-stable
0.9.20-stable
master
master-tx
merge-queue
rtpoll
stable-queue
tags/release-0.1
tags/release-0.2
tags/release-0.4
tags/release-0.5
tags/release-0.5.1
tags/release-0.6
tags/release-0.8
tags/release-0.8.1
tags/release-0.9.0
tags/release-0.9.1
tags/release-0.9.10
tags/release-0.9.2
tags/release-0.9.3
tags/release-0.9.4
tags/release-0.9.5
tags/release-0.9.6
tags/release-0.9.7
tags/release-0.9.8
tags/release-0.9.9
PulseAudio Sound Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
modules
/
module-alsa-sink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
define 0dB in PA as maximum amplification
Lennart Poettering
2008-10-08
1
-4
/
+6
*
substract the unused record buffer size from the overall size before calculat...
Lennart Poettering
2008-10-04
1
-1
/
+1
*
get rid of pa_alsa_volume_divide() since we have pa_sw_volume_divide() now
Lennart Poettering
2008-10-04
1
-1
/
+1
*
don't call snd_pcm_drain() when we suspend because that might take awfully lo...
Lennart Poettering
2008-10-04
1
-2
/
+2
*
don't hit an assert if a kernel driver reports invalid dB information, instea...
Lennart Poettering
2008-10-01
1
-8
/
+12
*
fix support for ALSA devices which lack dB information
Lennart Poettering
2008-10-01
1
-19
/
+52
*
use TRUE for pa_bool_t arguments
Lennart Poettering
2008-09-29
1
-1
/
+1
*
minor improvements in debug handling
Lennart Poettering
2008-09-09
1
-3
/
+5
*
When returning from a suspend, pass exactly the same flags as originally when
Lennart Poettering
2008-09-09
1
-1
/
+5
*
Downgrade hrtimer warning to notice level
Lennart Poettering
2008-09-05
1
-1
/
+1
*
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
2008-08-19
1
-37
/
+38
*
add some code to make invalid valgrind warnings go away
Lennart Poettering
2008-08-18
1
-0
/
+17
*
extend hardware dB scale in software to full range if necessary, instead of r...
Lennart Poettering
2008-08-13
1
-100
/
+147
*
fix two uninitialized memory accesses
Lennart Poettering
2008-08-11
1
-3
/
+3
*
allow global tsched setting for all modules loaded by module-hal
Lennart Poettering
2008-07-31
1
-1
/
+1
*
make sure we call pa_sink_process_rewind() under all circumstances if a rewin...
Lennart Poettering
2008-06-28
1
-5
/
+11
*
make sure to call process_rewind() under all circumstances before we do the n...
Lennart Poettering
2008-06-26
1
-4
/
+7
*
Rework module-combine to work with glitch-free core; add new max_request fiel...
Lennart Poettering
2008-06-20
1
-0
/
+3
*
get rid of svn $ keywords
Lennart Poettering
2008-06-18
1
-2
/
+0
*
use pa_source_set_latency_range()/pa_sink_set_latency_range() in the ALSA dri...
Lennart Poettering
2008-05-17
1
-5
/
+6
*
merge glitch-free branch back into trunk
Lennart Poettering
2008-05-15
1
-279
/
+800
*
Rework ALSA mixer channel detection code. This time we actually care about th...
Lennart Poettering
2007-11-13
1
-22
/
+30
*
Completely rework ALSA device selection code: choose the device to open depen...
Lennart Poettering
2007-11-13
1
-47
/
+38
*
tag modules that may only be loaded once at most especially, and enforce that...
Lennart Poettering
2007-11-09
1
-4
/
+5
*
make rtprio and nice level actually configurable
Lennart Poettering
2007-11-01
1
-2
/
+2
*
merge 'lennart' branch back into trunk.
Lennart Poettering
2007-10-28
1
-277
/
+677
*
Handle suspended alsa devices. Based on patch by ranma. (closes #26)
Pierre Ossman
2007-03-02
1
-0
/
+38
*
Handle when ALSA tweaks our sample spec so much that the frame size changes.
Pierre Ossman
2007-03-01
1
-1
/
+8
*
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
2007-02-13
1
-0
/
+3
*
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
2007-01-04
1
-27
/
+27
*
Revert r1404 and keep it on a development branch until it is fully tested.
Pierre Ossman
2006-11-06
1
-12
/
+2
*
rework memory block management to be thread-safe and mostly lock-free.
Lennart Poettering
2006-09-26
1
-2
/
+12
*
remove all occurences of
Lennart Poettering
2006-08-18
1
-19
/
+19
*
Rework memory management to allow shared memory data transfer. The central idea
Lennart Poettering
2006-08-18
1
-1
/
+1
*
make use of pa_sink_used_by()/pa_source_used_by() wherever applicable
Lennart Poettering
2006-08-12
1
-3
/
+1
*
generate default sink/source names from the device files they belong to
Lennart Poettering
2006-08-12
1
-2
/
+14
*
don't set the sink/source descriptions manually, use the new functions pa_{si...
Lennart Poettering
2006-08-11
1
-2
/
+4
*
shorten sink/source device descriptions a little
Lennart Poettering
2006-08-11
1
-1
/
+1
*
ALSA: handle write()/read() errors properly by unloading the driver module. T...
Lennart Poettering
2006-08-11
1
-26
/
+52
*
try to reduce volume updates in the ALSA sinks/sources: only touch the shadow...
Lennart Poettering
2006-08-07
1
-13
/
+19
*
set is_hardware flag for a few hw plugins
Lennart Poettering
2006-07-16
1
-0
/
+1
*
fix segfault when module-alsa-source fails to load
Lennart Poettering
2006-06-20
1
-1
/
+1
*
big s/polyp/pulse/g
Lennart Poettering
2006-06-19
1
-13
/
+13
*
* alsa-sink: if "PCM" is not found as mixer track name, fallback to "Master"
Lennart Poettering
2006-05-30
1
-1
/
+1
*
* if an ALSA device doesn't support the channel count requested, use what ALS...
Lennart Poettering
2006-05-30
1
-3
/
+10
*
split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]
Lennart Poettering
2006-05-17
1
-1
/
+1
*
Move xmalloc to the public side (libpolyp).
Pierre Ossman
2006-05-17
1
-1
/
+2
*
* modify pa_channel_map_init_auto() to take an extra argument specifying the ...
Lennart Poettering
2006-05-16
1
-13
/
+2
*
remove superfluous log line
Lennart Poettering
2006-05-14
1
-2
/
+0
*
* set default fragment metrics depending on the sample specs of the device in...
Lennart Poettering
2006-05-13
1
-3
/
+7
[next]