index
:
~arun/pulseaudio
b2g
beamformer
bluetooth
bt-passthrough
gst-rtp
hsp-review
jackhwmute-review
json
master
meson
passthrough-hbr
stable-7.x
vff
volume-ramping
webrtc
Various PulseAudio hacks and WIP work
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
module-solaris.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-22
solaris: Catch up with newer API
Jonathan Perkin
1
-3
/
+9
2015-01-14
update FSF addresses to FSF web page
Ondrej Holecek
1
-3
/
+1
2014-11-10
rtpoll: Fixup pa_rtpoll_run
David Henningsson
1
-1
/
+1
2014-11-09
core: Replace assert()s with pa_assert()s
Peter Meerwald
1
-3
/
+3
2014-05-02
solaris, tunnel: Remove some redundant boolean conversions
Tanu Kaskinen
1
-1
/
+1
2014-05-02
sink, source: Assign to s->muted from only one place
Tanu Kaskinen
1
-6
/
+11
2013-07-04
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
1
-21
/
+21
2013-01-04
solaris: When suspending, flush the device instead of draining it.
Tanu Kaskinen
1
-1
/
+1
2013-01-04
solaris: Fix get_playback_buffered_bytes() return value.
Tanu Kaskinen
1
-1
/
+4
2012-11-16
modules: Micro-optimisation for rewind_requested paths
Arun Raghavan
1
-1
/
+1
2012-11-16
sink: Process rewind requests also when suspended.
Tanu Kaskinen
1
-5
/
+8
2011-10-20
solaris: Use real_volume for set/get volume
Arun Raghavan
1
-2
/
+2
2011-07-20
devices: Set certain sink/source flags automatically.
Colin Guthrie
1
-2
/
+2
2011-07-19
devices: Use wrapper functions to set the *_volume and *_mute callbacks.
Colin Guthrie
1
-6
/
+6
2011-06-22
Remove unnecessary #includes
Maarten Bosmans
1
-5
/
+0
2011-03-11
Fix up according to Coding Style
Maarten Bosmans
1
-2
/
+2
2011-02-22
solaris: update call of pa_thread_new to new prototype
Edward Rudd
1
-1
/
+1
2009-11-20
Fix build on Solaris: pass the third parameter to pa_cloexec_open.
Diego Elio 'Flameeyes' Pettenò
1
-1
/
+1
2009-10-30
use cloexec wrappers wherever applicable
Lennart Poettering
1
-1
/
+1
2009-08-25
Solaris: debug my latest enbugging, take 2
Finn Thain
1
-2
/
+6
2009-08-22
Solaris: fixed latency (resent)
Finn Thain
1
-26
/
+30
2009-08-22
Solaris: use smoother (resent)
Finn Thain
1
-3
/
+29
2009-08-22
Solaris: build fixes (resent)
Finn Thain
1
-7
/
+5
2009-06-29
Remove the call for pa_rtpoll_install() in the Solaris module.
Diego Elio 'Flameeyes' Pettenò
1
-1
/
+0
2009-06-29
Fix the moved rtclock.h header in the Solaris module.
Diego Elio 'Flameeyes' Pettenò
1
-1
/
+1
2009-06-19
perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`
Marc-André Lureau
1
-1
/
+1
2009-05-28
modules: add {sink|source|card}_properties argument to all modules
Lennart Poettering
1
-2
/
+18
2009-04-18
solaris: 0.9.15 solaris module build failure
Finn Thain
1
-1
/
+1
2009-03-31
revive solaris module
Finn Thain
1
-44
/
+57
2009-03-24
set request/rewind sizes only via accessor functions
Lennart Poettering
1
-2
/
+2
2009-03-04
pa_xnew cannot fail -- that's what the x is in the name
Lennart Poettering
1
-3
/
+1
2009-03-03
revive solaris module
Finn Thain
1
-333
/
+624
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2008-06-18
get rid of svn $ keywords
Lennart Poettering
1
-2
/
+0
2007-10-29
we don't want to include assert.h anymore
Lennart Poettering
1
-1
/
+0
2007-10-28
merge 'lennart' branch back into trunk.
Lennart Poettering
1
-301
/
+389
2007-02-13
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
1
-0
/
+3
2007-01-04
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
1
-18
/
+18
2006-08-23
Make the recording a bit more chunky so that we can fit in the pool and have
Pierre Ossman
1
-1
/
+13
2006-08-22
Remove silence generation in solaris module.
Pierre Ossman
1
-29
/
+26
2006-08-22
Fix missing header for timeval helpers.
Pierre Ossman
1
-0
/
+1
2006-08-22
Fix calls to pa_memblock_new().
Pierre Ossman
1
-2
/
+2
2006-08-22
Add header for pa_cstrerror().
Pierre Ossman
1
-0
/
+1
2006-08-18
remove all occurences of
Lennart Poettering
1
-18
/
+18
2006-08-12
make use of pa_sink_used_by()/pa_source_used_by() wherever applicable
Lennart Poettering
1
-3
/
+2
2006-08-11
don't set the sink/source descriptions manually, use the new functions pa_{si...
Lennart Poettering
1
-2
/
+5
2006-07-16
set is_hardware flag for a few hw plugins
Lennart Poettering
1
-0
/
+2
2006-06-19
big s/polyp/pulse/g
Lennart Poettering
1
-16
/
+16
2006-05-22
Wrap strerror() in a function that makes it thread safe and converts the
Pierre Ossman
1
-7
/
+8
2006-05-17
split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]
Lennart Poettering
1
-1
/
+1
[next]