summaryrefslogtreecommitdiff
path: root/src/modules/module-equalizer-sink.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-07database: extract common method to handle machine id and architectureIgor V. Kovalenko1-12/+12
2018-07-02sink, source: remove the state gettersTanu Kaskinen1-2/+2
2018-07-02sink-input, source-output: remove the state gettersTanu Kaskinen1-3/+3
2018-06-21optimize set_state_in_io_thread() callbacksRaman Shyshniou1-1/+1
2018-03-20pass pa_suspend_cause_t to set_state_in_io_thread() callbacksTanu Kaskinen1-1/+1
2018-03-16replace sink/source SET_STATE handlers with callbacksTanu Kaskinen1-12/+18
2018-03-16sink, source: rename set_state() to set_state_in_main_thread()Tanu Kaskinen1-2/+2
2018-02-22pass pa_suspend_cause_t to set_state() callbacksTanu Kaskinen1-1/+1
2017-12-12build-sys: Stop using symdef headers for modulesArun Raghavan1-2/+0
2017-12-02sink-input, source-output: add sink/source_requested_by_application flagTanu Kaskinen1-1/+1
2017-09-05equalizer-sink: update sink description when movingTanu Kaskinen1-4/+22
2017-05-18virtual sources and sinks: Don't double attach a sink input or source output ...Georg Chini1-26/+38
2017-04-17source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return ne...Georg Chini1-3/+3
2017-03-29sink-input/source-output: Don't crash when cork() is called without valid sin...Georg Chini1-1/+1
2015-06-12equalizer: Handle underlying sink going away better when autoloadedArun Raghavan1-3/+6
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-12-08module-equalizer-sink: remove erroneous fixmeJason Newton1-2/+0
2014-12-08module-equalizer-sink: use fftwf_free in all the right placesJason Newton1-8/+8
2014-12-08Warn on loading module-equalizer-sinkAlexander E. Patrakov1-0/+4
2014-10-28modules: Fix )== typosPeter Meerwald1-1/+1
2013-12-20modules: Add assertion in equalizer-sinkPeter Meerwald1-1/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-34/+34
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)1-2/+0
2013-06-24Style fix: Add a space between the closing/opening bracketpoljar (Damir Jelić)1-112/+112
2013-06-24Style fix: Add a space betwen the if statement and the opening bracketpoljar (Damir Jelić)1-39/+39
2013-04-16equalizer: Fix compiler warning due use of 'signal'Arun Raghavan1-33/+33
2012-09-25equalizer: Don't cleanup u->sink in sink_input_kill_cb yetMatthijs Kooijman1-2/+2
2012-08-22memblock: Add pa_memblock_acquire_chunk().Tanu Kaskinen1-1/+1
2012-08-19Add comments referring to bug #53709.Tanu Kaskinen1-0/+5
2012-05-11Correct spelling of PulseAudioPaul Menzel1-1/+1
2012-01-28fix the ever-popular 'the the' typoPeter Meerwald1-2/+2
2011-11-24filters: Fix the master source/sink when autoloadedArun Raghavan1-0/+3
2011-11-14Squash unused variable compiler warningMaarten Bosmans1-2/+2
2011-10-01memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen1-2/+2
2011-09-14equalizer: Use volume sharing by defaultArun Raghavan1-5/+16
2011-09-03module-equalizer-sink: Use correct limit in loopMaarten Bosmans1-1/+1
2011-09-03module-equalizer-sink: Use = in initialising variablesMaarten Bosmans1-13/+13
2011-09-03module-equalizer-sink: Use %z for printf of size_t variablesMaarten Bosmans1-5/+5
2011-08-29equalizer: Comment out unused functionArun Raghavan1-0/+2
2011-08-25More spelling fixesMaarten Bosmans1-11/+11
2011-08-11Move i18n.[ch] to src/pulsecoreMaarten Bosmans1-1/+1
2011-07-20alsa: Reinitialise the mixer on port change.Colin Guthrie1-1/+1
2011-07-20devices: Set certain sink/source flags automatically.Colin Guthrie1-1/+1
2011-07-19devices: Use wrapper functions to set the *_volume and *_mute callbacks.Colin Guthrie1-2/+2
2011-06-22Remove unnecessary #includesMaarten Bosmans1-4/+0
2011-05-02core: Add extended stream API to support compressed formatsArun Raghavan1-1/+1
2011-05-02filter-apply: Mark modules as being autoloadedArun Raghavan1-1/+12
2011-04-18equalizer: Use sink_master as the module argument rather than just master.Colin Guthrie1-3/+3
2011-03-18Update PA_MODULE_USAGE to be in line with actual implementationMaarten Bosmans1-1/+3
2011-02-22core: Link virtual sinks and sources to their streams.Tanu Kaskinen1-1/+3