summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* alsa-sink: fix mmap_write() work_doneWu Fengguang2011-06-281-1/+1
* alsa-mixer: Whoops, forgot to git-add this in a previous.Colin Guthrie2011-06-261-0/+35
* alsa-mixer: Add UAC1.0 Sennheiser Dongle to the usb-headset profile.Colin Guthrie2011-06-261-0/+2
* alsa-mixer: Add an mixer profile exception for a BT Agile handsetColin Guthrie2011-06-251-0/+4
* alsa-mixer: Add workaround for some USB headsetsDavid Henningsson2011-06-251-0/+3
* win32: Make some unused-variable warnings go awayMaarten Bosmans2011-06-242-1/+3
* Remove obsolete description property from modulesMaarten Bosmans2011-06-243-9/+4
* raop: Change socket buffer size handling to avoid playback underrunsBryan Gleeson2011-06-221-1/+0
* Remove unnecessary #includesMaarten Bosmans2011-06-2281-234/+38
* database: Support legacy format database entries.Colin Guthrie2011-06-224-181/+441
* device-restore: Add a new protocol extension for device-restore.Colin Guthrie2011-06-221-3/+266
* database: Convert our use of database files to save in tagstruct format.Colin Guthrie2011-06-224-368/+565
* alsa-mixer: select nearest alsa volume step in sync-volume modeJuho Hämäläinen2011-06-224-14/+76
* alsa-mixer: When setting hw volume, always round up with playback and down wi...Colin Guthrie2011-06-221-1/+3
* alsa: Remove unneeded includeColin Guthrie2011-06-221-1/+0
* capture: Implement per-stream volume control for capture streams.Colin Guthrie2011-06-227-106/+214
* capture: Add the passthrough format negotiation to capture streams.Colin Guthrie2011-06-227-15/+11
* alsa-sink: Some trivial tidyupsColin Guthrie2011-06-221-3/+2
* bluetooth-discover: Remove remaining ifdef NOKIAs.Tanu Kaskinen2011-06-221-12/+3
* echo-cancel: More preprocessing fixesArun Raghavan2011-06-131-2/+6
* echo-cancel: Fix preprocessor initialisationArun Raghavan2011-06-131-1/+1
* combine: Fix a crash on shutdown if the module is loaded outside of our control.Colin Guthrie2011-06-081-5/+7
* device-manager: Free a hook slot to prevent segv on unloadColin Guthrie2011-06-061-0/+3
* module-combine-sink: Check running flag before rendering in null modeForest Bond2011-06-021-0/+4
* module-combine-sink: Initialize smoother in paused stateForest Bond2011-06-021-6/+9
* module-combine-sink: Initialize smoother with offset pa_rtclock_now()Forest Bond2011-06-021-1/+1
* alsa-mixer: Fix the assumption that volume is always positiveLu Guanqun2011-05-301-1/+5
* echo-cancel: Fix a crash is speex cleanupArun Raghavan2011-05-281-1/+2
* echo-cancel: Fix echo suppression, add some knobsBart Cerneels2011-05-282-3/+36
* echo-cancel: Speex preprocessor has to run *after* the AEC.Bart Cerneels2011-05-281-3/+4
* echo-cancel: Add speex preprocessingArun Raghavan2011-05-242-3/+64
* 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