summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)AuthorFilesLines
2011-10-05module-jackdbus-detect: Avoid double-free of modargsDavid Henningsson1-1/+1
2011-10-05alsa: Make mixer error handling more robust stillArun Raghavan1-5/+14
2011-10-04echo-cancel: Fail if loaded between a sink and its monitorArun Raghavan1-0/+5
2011-10-04alsa: Better error handling in mixer rtpoll callbackArun Raghavan1-7/+23
2011-10-04alsa: Give compressed formats preference over PCMArun Raghavan1-1/+13
2011-10-01null-sink: Set latency range at the time of initialization of module.Sudarshan Bisht1-0/+2
2011-10-01stream-restore: Support a simple fallback volume tableMarc-André Lureau1-2/+95
2011-10-01memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen9-14/+18
2011-09-22dbus: Don't crash if the module does not loadDavid Henningsson1-3/+5
2011-09-14sink,source: Avoid crash by not updating volume on shutdownDavid Henningsson2-0/+6
2011-09-14echo-cancel: Use volume sharing by defaultArun Raghavan1-10/+23
2011-09-14equalizer: Use volume sharing by defaultArun Raghavan1-5/+16
2011-09-14virtual: Make volume sharing on by defaultArun Raghavan2-2/+2
2011-09-14raop: Don't crash if fd is not open when trying to close itDavid Henningsson1-4/+6
2011-09-13volume: Rename 'sync volume' to 'deferred volume'.Colin Guthrie8-63/+63
2011-09-09raop: Properly deal with the name coming from the device.Colin Guthrie1-3/+5
2011-09-09alsa-mixer: Add support for the Microsoft Kinect Sensor deviceAntonio Ospite2-0/+40
2011-09-09module-suspend-on-idle: Move vacuum code to coreMaarten Bosmans1-40/+3
2011-09-07alsa: Tidy up argument descriptionsColin Guthrie5-6/+6
2011-09-07bluetooth: Bump DBus version to 1.3.0 and drop conditional code.Colin Guthrie1-18/+0
2011-09-07loopback: New modargs: sink_input_properties and source_output_properties.Tanu Kaskinen1-22/+24
2011-09-05raop: Use the port supplied by avahi when connecting to RAOP devices.Colin Guthrie3-12/+20
2011-09-05device-restore: Fix use-after-free error.Colin Guthrie1-2/+5
2011-09-04stream-restore: Add proper data validity checks to the legacy database entry ...Colin Guthrie1-0/+20
2011-09-04stream-restore: Add in some variable sets that were missing from 9ffa93.Colin Guthrie1-0/+8
2011-09-03device-restore: Simplify the migration of data to per-port keys.Colin Guthrie1-65/+65
2011-09-03Make gcc --std=c99 happyMaarten Bosmans2-0/+5
2011-09-03module-equalizer-sink: Use correct limit in loopMaarten Bosmans1-1/+1
2011-09-03bluetooth/sbc: Use __asm__ keywordMaarten Bosmans4-25/+25
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-09-03alsa-mixer: Set "Front" control to 0 dB on headphone pathDavid Henningsson2-4/+6
2011-08-31module-switch-on-connect: Don't switch unlinked sink input and source outputsDavid Henningsson1-2/+2
2011-08-29equalizer: Comment out unused functionArun Raghavan1-0/+2
2011-08-29echo-cancel: Get rid of annoying compiler warningsArun Raghavan1-3/+4
2011-08-29echo-cancel: Don't allow streams to attach while unloadingArun Raghavan1-0/+14
2011-08-29echo-cancel: Make save_aec modarg a bool instead of an intArun Raghavan1-3/+3
2011-08-29Set better priorities on input pathsDavid Henningsson7-7/+7
2011-08-29device-restore: Restore volumes on port change.Colin Guthrie1-0/+89
2011-08-29device-restore: Split device restore database into two parts.Colin Guthrie1-165/+371
2011-08-25Remove extra ; s where they are not allowed in strict C99Maarten Bosmans3-7/+7
2011-08-25echo-cancel: Use stream index in debug messageMaarten Bosmans1-8/+8
2011-08-25echo-cancel: Move speex preprocessing out of the main moduleArun Raghavan3-98/+117
2011-08-25echo-cancel: Use pa_streq instead of strcmpArun Raghavan1-2/+2
2011-08-25echo-cancel: Add multiple include protection for headerArun Raghavan1-0/+5
2011-08-25More spelling fixesMaarten Bosmans23-54/+54
2011-08-24Fix spelling sucess -> successDavid Henningsson2-3/+3
2011-08-24switch-on-connect: Don't switch to a monitor sourceDavid Henningsson1-0/+5
2011-08-18device-restore: Change the API to include type information (sink vs. source)Colin Guthrie1-12/+31
2011-08-18dbus: Use pa_device_type_t rather than an internal equivalentColin Guthrie1-61/+56