summaryrefslogtreecommitdiff
path: root/src/modules/module-sine-source.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-04pulsecore: Move pa_core structure into its own headerArun Raghavan1-0/+1
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-11-09rtpoll: Drop extra wait_op argument to pa_rtpoll_run()Peter Meerwald1-1/+1
2013-12-05modules: Make use of new function pa_modargs_get_sample_rate()Peter Meerwald1-1/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-2/+2
2011-06-22Remove unnecessary #includesMaarten Bosmans1-6/+0
2011-02-17Clean up <poll.h> includesMaarten Bosmans1-2/+0
2010-05-07thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering1-1/+1
2009-12-16poll() is totally broken on Mac OS XDaniel Mack1-1/+1
2009-06-22Merge most of elmarco/rtclock2Lennart Poettering1-6/+7
2009-06-20pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau1-2/+3
2009-06-19core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...Lennart Poettering1-1/+0
2009-06-19perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau1-4/+4
2009-05-28modules: add {sink|source|card}_properties argument to all modulesLennart Poettering1-2/+10
2009-05-08core: introduce pa_{sink,source}_set_fixed_latency()Lennart Poettering1-2/+1
2009-04-10set fixed latencies at more places where appropriateLennart Poettering1-1/+3
2009-03-25don't fiddle with latency range in sources with static latencyLennart Poettering1-3/+2
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-01-15rework module usage counter stuff to be pull basedLennart Poettering1-0/+9
2009-01-14Fix a typo I know owe Marc-Andre a beer for.Lennart Poettering1-2/+2
2009-01-14remove calc_sine() since we don't need it anymoreLennart Poettering1-9/+0
2009-01-12Port sine modules to pa_memchunk_sine()Lennart Poettering1-25/+5
2009-01-10make module-sine-source actually workLennart Poettering1-7/+18
2009-01-08Add new test source module-sine-sourceLennart Poettering1-0/+335