summaryrefslogtreecommitdiffstats
path: root/src/modules/module-solaris.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+1
* Use default channel map for Solaris module. There doesn't seem to be a standardPierre Ossman2006-05-171-1/+1
* Channel map argument support for solaris.Pierre Ossman2006-04-271-4/+15
* Tweaks for the solaris module. The sound system requires complete framesPierre Ossman2006-04-191-11/+20
* Sun's documentation about SIGPOLL on EOF:s is wrong, so use a timer basedPierre Ossman2006-04-191-17/+31
* We have both sink and source in this module.Pierre Ossman2006-02-271-8/+23
* Catch volume update events.Pierre Ossman2006-02-271-1/+13
* Call correct function.Pierre Ossman2006-02-241-1/+1
* Make local function static.Pierre Ossman2006-02-241-1/+1
* Hardware sink mute support.Pierre Ossman2006-02-241-1/+34
* Hardware source volume support.Pierre Ossman2006-02-231-0/+38
* Wrong function name.Pierre Ossman2006-02-231-1/+1
* Make sure hardware volume gets a correct initial value.Pierre Ossman2006-02-231-0/+4
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-231-15/+15
* Hardware volume support for Solaris.Pierre Ossman2006-02-201-0/+36
* Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman2006-02-161-0/+488