summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
* make distcheck passv0.9.13Lennart Poettering2008-10-063-3/+3
|
* Merge commit 'vudentz/master'Lennart Poettering2008-10-062-527/+102
|\
| * Fix loading module-bluetooth-device with an invalid parameter.Luiz Augusto von Dentz2008-10-031-1/+1
| |
| * Replace handlers of deprecated Connected signals with new PropertyChanged.Luiz Augusto von Dentz2008-10-031-5/+39
| |
| * Cleanup module-bluetooth-discover.Luiz Augusto von Dentz2008-10-032-532/+69
| |
| * Fix Connected signal handler.Luiz Augusto von Dentz2008-10-031-6/+2
| |
| * Fix match rule problems.Luiz Augusto von Dentz2008-10-031-2/+2
| |
| * Remove PropertyChanged signal handler.Luiz Augusto von Dentz2008-10-031-16/+0
| |
| * Add signal handlers for Connected signals.Luiz Augusto von Dentz2008-10-031-0/+12
| |
| * Add match rules for org.bluez.Headset and org.bluez.AudioSink.Luiz Augusto von Dentz2008-10-031-0/+12
| |
* | update module-tunnel for recent protocol changesLennart Poettering2008-10-051-1/+8
| |
* | substract the unused record buffer size from the overall size before ↵Lennart Poettering2008-10-042-4/+5
| | | | | | | | calculating the space still left for recording
* | get rid of pa_alsa_volume_divide() since we have pa_sw_volume_divide() nowLennart Poettering2008-10-044-28/+2
| |
* | increase suspend timeout to 5s so that it is always longer then the default ↵Lennart Poettering2008-10-041-1/+1
| | | | | | | | tsched buffer size of 2s
* | don't call snd_pcm_drain() when we suspend because that might take awfully ↵Lennart Poettering2008-10-041-2/+2
|/ | | | long with our long buffer sizes these days
* make sure we call pa_sink_process_rewind() if a rewind was requested under ↵Lennart Poettering2008-10-021-2/+7
| | | | all circumstances
* when killing gconf helper, loop over EINTRLennart Poettering2008-10-011-2/+10
|
* don't hit an assert if a kernel driver reports invalid dB information, ↵Lennart Poettering2008-10-012-17/+24
| | | | instead just warn the user
* remove useless log messageLennart Poettering2008-10-011-1/+1
|
* fix support for ALSA devices which lack dB informationLennart Poettering2008-10-012-39/+105
|
* follow PropertyChanged signals from BlueZLennart Poettering2008-10-011-86/+215
|
* esound auth-ip-acl fixNix2008-09-291-1/+1
| | | | | | | | | | | [...] iv) module-protocol-stub has a one-character typo that breaks auth-ip-acl for the esound TCP module, patch: Unbreak esound auth-ip-acl. Signed-off-by: Lennart Poettering <lennart@poettering.net>
* make module-bluetooth-discover actually load modules and smaller other fixesLennart Poettering2008-09-291-213/+482
|
* all kinds of minor type, memory leak, initializatio fixesLennart Poettering2008-09-291-141/+113
|
* instead of failing when the requested sampling rate is not available find ↵Lennart Poettering2008-09-291-19/+23
| | | | the next one that is higher
* Use the same module parameter names for module-bluetooth-device as for most ↵Lennart Poettering2008-09-291-12/+15
| | | | other modules
* use TRUE for pa_bool_t argumentsLennart Poettering2008-09-292-2/+2
|
* remove a few compiler warnings in BlueZ codeLennart Poettering2008-09-293-6/+5
|
* some minor fixes and cleanups in the bt codeLennart Poettering2008-09-261-25/+23
|
* replace Makefile stub copies by symlinksLennart Poettering2008-09-112-26/+2
|
* downgrade a D-Bus log message to debugLennart Poettering2008-09-111-1/+1
|
* add trivial redirecting makefile to bt dirLennart Poettering2008-09-111-0/+1
|
* Move bluetooth proximity module to src/modules/bluetooth/João Paulo Rechi Vita2008-09-112-1/+1
|
* Change all int vars that doesn't allow negative values to uintJoão Paulo Rechi Vita2008-09-111-11/+12
|
* Move bluetooth discover and device modules to src/modules/bluetoothJoão Paulo Rechi Vita2008-09-119-9/+9
|
* Cleanup some codeJoão Paulo Rechi Vita2008-09-111-14/+0
|
* Remove some warningsJoão Paulo Rechi Vita2008-09-111-5/+8
|
* Free mempoolJoão Paulo Rechi Vita2008-09-111-1/+3
|
* Merge A2DP and SCO thread functionsJoão Paulo Rechi Vita2008-09-111-121/+52
|
* Add some more device properties to the sink properties listJoão Paulo Rechi Vita2008-09-111-1/+10
|
* Remove check for SIOCOUTQ and add proper includesJoão Paulo Rechi Vita2008-09-111-17/+9
|
* Use union instead of different pointer types to the same memory area to make ↵João Paulo Rechi Vita2008-09-111-47/+53
| | | | the code C99 compliant
* Move render and write to the fd to a separate functionJoão Paulo Rechi Vita2008-09-111-81/+90
|
* Change MIN/MAX to PA_MIN/PA_MAXJoão Paulo Rechi Vita2008-09-111-2/+2
|
* Remove unnecessary initialization of getcaps_req->flagsJoão Paulo Rechi Vita2008-09-111-2/+1
|
* Remove u->channels and u->rates, since it's redundant infoJoão Paulo Rechi Vita2008-09-111-11/+5
|
* Fix some memory leakingJoão Paulo Rechi Vita2008-09-111-3/+13
|
* Change sbc_initialized to pa_bool_tJoão Paulo Rechi Vita2008-09-111-3/+3
|
* pa__done for module-bt-deviceJoão Paulo Rechi Vita2008-09-111-4/+41
|
* Fix some debug messages and other cosmetic changesJoão Paulo Rechi Vita2008-09-111-51/+39
|