summaryrefslogtreecommitdiffstats
path: root/src/modules/module-sine-source.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary #includesMaarten Bosmans2011-06-221-6/+0
|
* Clean up <poll.h> includesMaarten Bosmans2011-02-171-2/+0
| | | | | | Instead <pulsecore/poll.h> should be included. That file includes poll.h on platform where it is appropriate. Also remove some unnecessary <ioctl.h> includes.
* thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering2010-05-071-1/+1
|
* poll() is totally broken on Mac OS XDaniel Mack2009-12-161-1/+1
| | | | | | Even on 10.5.8, poll() does not do the right thing. Haven't checked on newer versions. Hence, wrap all occurences of poll() to pa_poll and emulate that call with select() on OSX. This is totally embarassing.
* Merge most of elmarco/rtclock2Lennart Poettering2009-06-221-6/+7
|\ | | | | | | Merge commit 'e4d914c945c13d23b131d7ba75fbdd03cb6d0043'
| * pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau2009-06-201-2/+3
| |
| * perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau2009-06-191-4/+4
| |
* | core: get rid of rt sig/timer handling since modern Linux' ppooll() is ↵Lennart Poettering2009-06-191-1/+0
|/ | | | finally fixed for granularity
* modules: add {sink|source|card}_properties argument to all modulesLennart Poettering2009-05-281-2/+10
|
* core: introduce pa_{sink,source}_set_fixed_latency()Lennart Poettering2009-05-081-2/+1
| | | | | This allows us to forward the fixed latency directly from the sink to the monitor source withut having to wait for pa_sink_put().
* set fixed latencies at more places where appropriateLennart Poettering2009-04-101-1/+3
|
* don't fiddle with latency range in sources with static latencyLennart Poettering2009-03-251-3/+2
|
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
|
* rework module usage counter stuff to be pull basedLennart Poettering2009-01-151-0/+9
|
* Fix a typo I know owe Marc-Andre a beer for.Lennart Poettering2009-01-141-2/+2
|
* remove calc_sine() since we don't need it anymoreLennart Poettering2009-01-141-9/+0
|
* Port sine modules to pa_memchunk_sine()Lennart Poettering2009-01-121-25/+5
|
* make module-sine-source actually workLennart Poettering2009-01-101-7/+18
|
* Add new test source module-sine-sourceLennart Poettering2009-01-081-0/+335