summaryrefslogtreecommitdiff
path: root/src/modules/module-solaris.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-22solaris: Catch up with newer APIJonathan Perkin1-3/+9
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-11-10rtpoll: Fixup pa_rtpoll_runDavid Henningsson1-1/+1
2014-11-09core: Replace assert()s with pa_assert()sPeter Meerwald1-3/+3
2014-05-02solaris, tunnel: Remove some redundant boolean conversionsTanu Kaskinen1-1/+1
2014-05-02sink, source: Assign to s->muted from only one placeTanu Kaskinen1-6/+11
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-21/+21
2013-01-04solaris: When suspending, flush the device instead of draining it.Tanu Kaskinen1-1/+1
2013-01-04solaris: Fix get_playback_buffered_bytes() return value.Tanu Kaskinen1-1/+4
2012-11-16modules: Micro-optimisation for rewind_requested pathsArun Raghavan1-1/+1
2012-11-16sink: Process rewind requests also when suspended.Tanu Kaskinen1-5/+8
2011-10-20solaris: Use real_volume for set/get volumeArun Raghavan1-2/+2
2011-07-20devices: Set certain sink/source flags automatically.Colin Guthrie1-2/+2
2011-07-19devices: Use wrapper functions to set the *_volume and *_mute callbacks.Colin Guthrie1-6/+6
2011-06-22Remove unnecessary #includesMaarten Bosmans1-5/+0
2011-03-11Fix up according to Coding StyleMaarten Bosmans1-2/+2
2011-02-22solaris: update call of pa_thread_new to new prototypeEdward Rudd1-1/+1
2009-11-20Fix build on Solaris: pass the third parameter to pa_cloexec_open.Diego Elio 'Flameeyes' Pettenò1-1/+1
2009-10-30use cloexec wrappers wherever applicableLennart Poettering1-1/+1
2009-08-25Solaris: debug my latest enbugging, take 2Finn Thain1-2/+6
2009-08-22Solaris: fixed latency (resent)Finn Thain1-26/+30
2009-08-22Solaris: use smoother (resent)Finn Thain1-3/+29
2009-08-22Solaris: build fixes (resent)Finn Thain1-7/+5
2009-06-29Remove the call for pa_rtpoll_install() in the Solaris module.Diego Elio 'Flameeyes' Pettenò1-1/+0
2009-06-29Fix the moved rtclock.h header in the Solaris module.Diego Elio 'Flameeyes' Pettenò1-1/+1
2009-06-19perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau1-1/+1
2009-05-28modules: add {sink|source|card}_properties argument to all modulesLennart Poettering1-2/+18
2009-04-18solaris: 0.9.15 solaris module build failureFinn Thain1-1/+1
2009-03-31revive solaris moduleFinn Thain1-44/+57
2009-03-24set request/rewind sizes only via accessor functionsLennart Poettering1-2/+2
2009-03-04pa_xnew cannot fail -- that's what the x is in the nameLennart Poettering1-3/+1
2009-03-03revive solaris moduleFinn Thain1-333/+624
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2007-10-29we don't want to include assert.h anymoreLennart Poettering1-1/+0
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-301/+389
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman1-0/+3
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-18/+18
2006-08-23Make the recording a bit more chunky so that we can fit in the pool and havePierre Ossman1-1/+13
2006-08-22Remove silence generation in solaris module.Pierre Ossman1-29/+26
2006-08-22Fix missing header for timeval helpers.Pierre Ossman1-0/+1
2006-08-22Fix calls to pa_memblock_new().Pierre Ossman1-2/+2
2006-08-22Add header for pa_cstrerror().Pierre Ossman1-0/+1
2006-08-18remove all occurences of Lennart Poettering1-18/+18
2006-08-12make use of pa_sink_used_by()/pa_source_used_by() wherever applicableLennart Poettering1-3/+2
2006-08-11don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering1-2/+5
2006-07-16set is_hardware flag for a few hw pluginsLennart Poettering1-0/+2
2006-06-19big s/polyp/pulse/gLennart Poettering1-16/+16
2006-05-22Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman1-7/+8
2006-05-17split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering1-1/+1