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