summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Refactor a2dp thread execution flow and improve time estimationJoão Paulo Rechi Vita2008-09-111-97/+76
|
* A2DP poorly workingJoão Paulo Rechi Vita2008-09-111-6/+194
|
* Fix sample sizeJoão Paulo Rechi Vita2008-09-111-1/+3
|
* Fix block_size calculationJoão Paulo Rechi Vita2008-09-111-4/+3
|
* Configure bt connection for a2dpJoão Paulo Rechi Vita2008-09-112-14/+94
|
* Get rid of hw_constraint function. It's code now lives inside bt_setconf().João Paulo Rechi Vita2008-09-111-15/+4
|
* Change default sink name to bluetooth_sinkJoão Paulo Rechi Vita2008-09-111-1/+1
|
* Try to improve time estimationJoão Paulo Rechi Vita2008-09-111-7/+7
|
* Fix handling of PA_SINK_MESSAGE_GET_LATENCYJoão Paulo Rechi Vita2008-09-111-1/+2
|
* Remove PA_SINK_NETWORK flag and move the passage of streamfd to the rt ↵João Paulo Rechi Vita2008-09-111-5/+6
| | | | thread just before the thread creation
* Change pa_sink_render to pa_sink_render_into_full and remove some ↵João Paulo Rechi Vita2008-09-111-96/+90
| | | | unnecessary checks on the rt thread
* Make stream socket non-blockingJoão Paulo Rechi Vita2008-09-111-0/+1
|
* Fix block size for SCOJoão Paulo Rechi Vita2008-09-111-1/+5
|
* Add include for core-util.hJoão Paulo Rechi Vita2008-09-111-0/+1
|
* Initialize rtpoll_itemJoão Paulo Rechi Vita2008-09-111-0/+5
|
* Add include for sample.hJoão Paulo Rechi Vita2008-09-111-0/+1
|