summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* module-bonjour-publish: don't include avahi headersDaniel Mack2010-11-251-1/+0
* alsa-source: fix enum typesLennart Poettering2010-11-251-2/+2
* alsa-mixer: make a few strings translatableLennart Poettering2010-11-251-3/+3
* Handle 'Internal Mic 1' as an 'Input Source'Daniel T Chen2010-11-251-0/+4
* Add "Rear Mic" to alsa mixer paths.David Henningsson2010-11-252-0/+13
* alsa: Print dB values in addition to percentages in debug messages.Tanu Kaskinen2010-11-192-17/+46
* alsa: Sprinkle some PA_UNLIKELYs around error checksArun Raghavan2010-11-181-11/+10
* combine: Only check if the sink is h/w etc. in automatic modeColin Guthrie2010-11-171-8/+8
* upnp: Implement the MediaServer2 D-Bus interfaceStephen Moehle2010-11-161-199/+463
* combine: Handle reappearing slave sinks in non-automatic mode.Antti-Ville Jansson2010-11-161-3/+23
* alsa: remove redundant call to snd_pcm_nonblock()Pierre-Louis Bossart2010-11-161-2/+0
* bluetooth: make use of dbus-util helper functionsLuiz Augusto von Dentz2010-10-201-66/+6
* dbus: Fix log message after volume changes.Colin Guthrie2010-10-191-1/+1
* volume: Fix incorrect usage of PA_VOLUME_IS_VALIDArun Raghavan2010-10-193-4/+4
* alsa-mixer: add profile for Native Instruments KorecontrollerDaniel Mack2010-10-162-0/+86
* daemon-conf: Add sync volume parameters to daemon-confJyri Sarha2010-10-162-1/+2
* udev-detect: Add sync_volume parameterJyri Sarha2010-10-161-3/+15
* alsa: Take syncronized HW volume infra into use for alsa-sinkJyri Sarha2010-10-166-25/+246
* volume: Clamp volume to PA_VOLUME_MAXArun Raghavan2010-10-155-10/+10
* volume: Use a macro to check if a volume is validArun Raghavan2010-10-155-6/+6
* bluetooth: Add support for Media APILuiz Augusto von Dentz2010-10-074-72/+1109
* augment-properties: Fix debug messages and statement bracketing.Colin Guthrie2010-10-061-2/+3
* device-manager: Ensure that sinks/sources populate the device manager lists i...Colin Guthrie2010-09-291-5/+59
* augment-properties: Search for .desktop files in subfolders too.Colin Guthrie2010-09-291-5/+39
* echo-cancel: Use S16NE for adrian moduleArun Raghavan2010-09-271-9/+5
* echo-cancel: Ensure correct handling of endiannessArun Raghavan2010-09-232-3/+4
* echo-cancel: orc-ify some bits for optimisationArun Raghavan2010-09-235-2/+329
* echo-cancel: Add SSE optimisation to the adrian moduleArun Raghavan2010-09-237-12/+61
* x11: Use the default screen for X11 properties.Colin Guthrie2010-09-181-15/+22
* x11: Partially convert to XCB.Colin Guthrie2010-09-181-18/+17
* alsa: Only set the 'first' flag to false when we actually call snd_pcm_start()Colin Guthrie2010-09-141-1/+2
* alsa: Set the rewind safeguard proportionally to sample specColin Guthrie2010-09-141-2/+3
* alsa-mixer: add profile for Traktor Kontrol S4Daniel Mack2010-09-122-0/+82
* echo-cancel: pause timer when echo canceling is offWim Taymans2010-09-091-16/+25
* echo-cancel: improve accuracyWim Taymans2010-09-091-1/+5
* alsa: make defines for smoother configurationWim Taymans2010-09-092-4/+10
* echo-cancel: rework alignment codeWim Taymans2010-09-091-59/+76
* alsa: work around slightly broken _delay implementationsWim Taymans2010-09-094-6/+46
* alsa-source: refactor smoother and device startWim Taymans2010-09-071-8/+18
* echo-cancel: Mark immutable parameters as const in vfuncArun Raghavan2010-09-073-5/+5
* echo-cancel: Make blocksize a module-wide parameterArun Raghavan2010-09-074-43/+25
* echo-cancel: Allow selection of AEC method using modargsArun Raghavan2010-09-071-8/+27
* echo-cancel: Add alternative echo-cancellation implementationArun Raghavan2010-09-077-0/+794
* echo-cancel: Let AEC module determine source/sink specArun Raghavan2010-09-073-24/+49
* echo-cancel: Pass arguments to the specific canceller moduleArun Raghavan2010-09-073-33/+53
* echo-cancel: Split out speex code from the core moduleArun Raghavan2010-09-073-35/+183
* echo-cancel: Move the module into it's own directoryArun Raghavan2010-09-071-0/+0
* alsa: increase the smoother windowWim Taymans2010-09-031-2/+2
* echo-cancel: keep frame_size a power of 2Wim Taymans2010-09-021-1/+8
* echo-cancel: improve debugWim Taymans2010-09-021-11/+13