summaryrefslogtreecommitdiff
path: root/src/modules/module-solaris.c
Commit message (Expand)AuthorAgeFilesLines
* solaris: Catch up with newer APIJonathan Perkin2016-01-221-3/+9
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* rtpoll: Fixup pa_rtpoll_runDavid Henningsson2014-11-101-1/+1
* core: Replace assert()s with pa_assert()sPeter Meerwald2014-11-091-3/+3
* solaris, tunnel: Remove some redundant boolean conversionsTanu Kaskinen2014-05-021-1/+1
* sink, source: Assign to s->muted from only one placeTanu Kaskinen2014-05-021-6/+11
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-21/+21
* solaris: When suspending, flush the device instead of draining it.Tanu Kaskinen2013-01-041-1/+1
* solaris: Fix get_playback_buffered_bytes() return value.Tanu Kaskinen2013-01-041-1/+4
* modules: Micro-optimisation for rewind_requested pathsArun Raghavan2012-11-161-1/+1
* sink: Process rewind requests also when suspended.Tanu Kaskinen2012-11-161-5/+8
* solaris: Use real_volume for set/get volumeArun Raghavan2011-10-201-2/+2
* devices: Set certain sink/source flags automatically.Colin Guthrie2011-07-201-2/+2
* devices: Use wrapper functions to set the *_volume and *_mute callbacks.Colin Guthrie2011-07-191-6/+6
* Remove unnecessary #includesMaarten Bosmans2011-06-221-5/+0
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-2/+2
* solaris: update call of pa_thread_new to new prototypeEdward Rudd2011-02-221-1/+1
* Fix build on Solaris: pass the third parameter to pa_cloexec_open.Diego Elio 'Flameeyes' Pettenò2009-11-201-1/+1
* use cloexec wrappers wherever applicableLennart Poettering2009-10-301-1/+1
* Solaris: debug my latest enbugging, take 2Finn Thain2009-08-251-2/+6
* Solaris: fixed latency (resent)Finn Thain2009-08-221-26/+30
* Solaris: use smoother (resent)Finn Thain2009-08-221-3/+29
* Solaris: build fixes (resent)Finn Thain2009-08-221-7/+5
* Remove the call for pa_rtpoll_install() in the Solaris module.Diego Elio 'Flameeyes' Pettenò2009-06-291-1/+0
* Fix the moved rtclock.h header in the Solaris module.Diego Elio 'Flameeyes' Pettenò2009-06-291-1/+1
* perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau2009-06-191-1/+1
* modules: add {sink|source|card}_properties argument to all modulesLennart Poettering2009-05-281-2/+18
* solaris: 0.9.15 solaris module build failureFinn Thain2009-04-181-1/+1
* revive solaris moduleFinn Thain2009-03-311-44/+57
* set request/rewind sizes only via accessor functionsLennart Poettering2009-03-241-2/+2
* pa_xnew cannot fail -- that's what the x is in the nameLennart Poettering2009-03-041-3/+1
* revive solaris moduleFinn Thain2009-03-031-333/+624
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* we don't want to include assert.h anymoreLennart Poettering2007-10-291-1/+0
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-301/+389
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-18/+18
* Make the recording a bit more chunky so that we can fit in the pool and havePierre Ossman2006-08-231-1/+13
* Remove silence generation in solaris module.Pierre Ossman2006-08-221-29/+26
* Fix missing header for timeval helpers.Pierre Ossman2006-08-221-0/+1
* Fix calls to pa_memblock_new().Pierre Ossman2006-08-221-2/+2
* Add header for pa_cstrerror().Pierre Ossman2006-08-221-0/+1
* remove all occurences of Lennart Poettering2006-08-181-18/+18
* make use of pa_sink_used_by()/pa_source_used_by() wherever applicableLennart Poettering2006-08-121-3/+2
* don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering2006-08-111-2/+5
* set is_hardware flag for a few hw pluginsLennart Poettering2006-07-161-0/+2
* big s/polyp/pulse/gLennart Poettering2006-06-191-16/+16
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-221-7/+8
* split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering2006-05-171-1/+1