summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* echo-cancel: Remove extraneous debug messageArun Raghavan2011-05-201-1/+0
* echo-cancel: Don't overpad variableArun Raghavan2011-05-161-1/+1
* loopback: Add a modarg for disabling remixing.Tanu Kaskinen2011-05-151-5/+13
* bluetooth: Fix early return styling and add missing return valueColin Guthrie2011-05-151-5/+6
* suspend-on-idle: Trigger mempool vacuumingJyri Sarha2011-05-151-1/+40
* Merge branch 'passthrough'Colin Guthrie2011-05-1516-57/+127
|\
| * module-tunnel: Update for recent protocol changesArun Raghavan2011-05-151-0/+59
| * core: Factor out passthrough checks into their own functionsArun Raghavan2011-05-021-2/+2
| * alsa: Reconfigure sink sample rate for passthrough inputsArun Raghavan2011-05-021-0/+52
| * alsa-mixer: Remove passthrough profilesArun Raghavan2011-05-022-26/+0
| * sink: Remove PASSTHROUGH flagArun Raghavan2011-05-021-7/+0
| * core: Add extended stream API to support compressed formatsArun Raghavan2011-05-0212-24/+16
| * filter-apply: Mark modules as being autoloadedArun Raghavan2011-05-025-11/+28
* | echo-cancel: Remove unnecessary noalign attributeArun Raghavan2011-05-111-1/+0
* | echo-cancel: Handle alignment requirement manuallyArun Raghavan2011-05-112-4/+11
* | filter-apply: Mark modules as being autoloadedArun Raghavan2011-05-035-11/+28
|/
* combine: Rename module-combine to module-combine-sink.Colin Guthrie2011-04-302-1352/+1423
* bluetooth: Only close SCO if status has changedLuiz Augusto von Dentz2011-04-301-5/+5
* bluetooth: Fix using pointer-pointer when appending an array as variantLuiz Augusto von Dentz2011-04-301-4/+2
* bluetooth: Fix not updating sample spec when using Media APILuiz Augusto von Dentz2011-04-301-0/+13
* dbus: Fix the order of freeing stuff when unloading module-dbus-protocol.Tanu Kaskinen2011-04-291-3/+9
* dbus: Fix connection idxset freeing when unloading the module.Tanu Kaskinen2011-04-291-13/+8
* match: Support for both merging and replacing proplist updates.Tanu Kaskinen2011-04-291-37/+60
* stream-restore: Enable database dumping if DEBUG_VOLUME is defined.Tanu Kaskinen2011-04-281-2/+2
* module-null-source: New null-source moduleMarc-André Lureau2011-04-281-0/+294
* filter-heuristics: Match roles correctlyArun Raghavan2011-04-231-2/+23
* echo-cancel: Play nice with module-filter-*Arun Raghavan2011-04-231-2/+14
* filters: Handle filters on sources as wellArun Raghavan2011-04-232-77/+283
* filters: Handle stream moves properlyArun Raghavan2011-04-232-15/+75
* filter-heuristics: Only apply AEC if we're not already on a phone sinkArun Raghavan2011-04-231-2/+5
* match: Match rule earlier, in SINK_INPUT_NEWMarc-André Lureau2011-04-231-22/+13
* match: Don't double free in case of missing table fileMarc-André Lureau2011-04-231-1/+0
* module-coreaudio-device: Fix two build warningsDaniel Mack2011-04-231-2/+2
* module-coreaudio-device: Set the thread name to device nameDaniel Mack2011-04-231-1/+1
* module-coreaudio-device: Dispatch sink/source state messages from main loopDaniel Mack2011-04-231-38/+50
* module-coreaudio-detect: Add 'ioproc_frames' parameterDaniel Mack2011-04-231-3/+20
* filter-apply: Make housekeeping optionalArun Raghavan2011-04-201-0/+14
* filter: Move the proplist defines into the central place and document them.Colin Guthrie2011-04-202-6/+0
* stream-restore: Check for readability before reading volumeArun Raghavan2011-04-181-1/+1
* filter-heuristics: New module that applies some basic heuristics regarding fi...Colin Guthrie2011-04-181-0/+117
* filter-apply: New module to automatically load filter sinks (and move streams...Colin Guthrie2011-04-181-0/+400
* equalizer: Use sink_master as the module argument rather than just master.Colin Guthrie2011-04-181-3/+3
* bluetooth-device: fix rounding errors caused by few bt volume stepsJuho Hämäläinen2011-04-051-11/+36
* stream-restore: add version to new entry.Harri Mähönen2011-04-051-0/+1
* alsa: Fix log output to inform about positive base volumes correctly.Tanu Kaskinen2011-04-042-8/+2
* bluetooth: drop data every 500ms on oor conditionMarc-André Lureau2011-04-041-11/+14
* switch-on-connect: Add a new module to allow for hotplugged devices to be use...Michael Terry2011-04-031-0/+187
* bluetooth: Fix HSP volume handling.Tanu Kaskinen2011-04-011-32/+69
* bluetooth: restore original sco_{sink, src}->set_volume when unloadingMarc-André Lureau2011-04-011-0/+6
* bluetooth: fix set_volume_cb on sco over pcmMarc-André Lureau2011-04-011-9/+50