Commit graph

2859 commits

Author SHA1 Message Date
Lennart Poettering
3e16d2f40d make pa_idxset_trivial_compare_func() do a full compare instea of just equakity check 2008-09-26 09:35:49 -07:00
Lennart Poettering
183f2e0bff some minor fixes and cleanups in the bt code 2008-09-26 09:35:00 -07:00
Lennart Poettering
6188737021 make sure ~/.pulse exists before we create the runtime dir link beneath it 2008-09-12 17:39:08 +03:00
Lennart Poettering
d68c2c9f43 replace Makefile stub copies by symlinks 2008-09-11 01:41:08 +03:00
Lennart Poettering
8257214200 enable bluetooth by default 2008-09-11 01:40:40 +03:00
Lennart Poettering
c0a1706428 downgrade a D-Bus log message to debug 2008-09-11 01:40:18 +03:00
Lennart Poettering
db955e87ec add trivial redirecting makefile to bt dir 2008-09-11 01:39:20 +03:00
João Paulo Rechi Vita
4ae124b1c9 Move bluetooth proximity module to src/modules/bluetooth/ 2008-09-11 01:12:10 +03:00
João Paulo Rechi Vita
8b02c2fbc1 Change all int vars that doesn't allow negative values to uint 2008-09-11 01:12:10 +03:00
João Paulo Rechi Vita
78a3c72f60 Move bluetooth discover and device modules to src/modules/bluetooth 2008-09-11 01:12:10 +03:00
João Paulo Rechi Vita
76bae38460 Cleanup some code 2008-09-11 01:12:09 +03:00
João Paulo Rechi Vita
6093e325cc Remove some warnings 2008-09-11 01:12:09 +03:00
João Paulo Rechi Vita
02a9273a2e Free mempool 2008-09-11 01:12:09 +03:00
Russ Dill
447e027217 Fix "file not found" error on load of module-bt-device for Ubuntu Intrepid Ibex 2008-09-11 01:12:09 +03:00
João Paulo Rechi Vita
8769bf455f Merge A2DP and SCO thread functions 2008-09-11 01:12:09 +03:00
João Paulo Rechi Vita
199bdf2f45 Add some more device properties to the sink properties list 2008-09-11 01:12:09 +03:00
João Paulo Rechi Vita
e2f3a86ac2 Remove check for SIOCOUTQ and add proper includes 2008-09-11 01:12:09 +03:00
João Paulo Rechi Vita
dc4f79657f Use union instead of different pointer types to the same memory area to make the code C99 compliant 2008-09-11 01:12:08 +03:00
João Paulo Rechi Vita
d1cc632278 Move render and write to the fd to a separate function 2008-09-11 01:12:08 +03:00
João Paulo Rechi Vita
88a21e9677 Change MIN/MAX to PA_MIN/PA_MAX 2008-09-11 01:12:08 +03:00
João Paulo Rechi Vita
27bc1ea423 Remove unnecessary initialization of getcaps_req->flags 2008-09-11 01:12:08 +03:00
João Paulo Rechi Vita
027940b316 Remove u->channels and u->rates, since it's redundant info 2008-09-11 01:12:08 +03:00
João Paulo Rechi Vita
0e817579ee Fix some memory leaking 2008-09-11 01:12:08 +03:00
João Paulo Rechi Vita
e752caca80 Change sbc_initialized to pa_bool_t 2008-09-11 01:12:07 +03:00
João Paulo Rechi Vita
708905c1dc pa__done for module-bt-device 2008-09-11 01:12:07 +03:00
João Paulo Rechi Vita
61013fbb3d Fix some debug messages and other cosmetic changes 2008-09-11 01:12:07 +03:00
João Paulo Rechi Vita
e570767896 Refactor a2dp thread execution flow and improve time estimation 2008-09-11 01:12:07 +03:00
João Paulo Rechi Vita
2f455bfa5a A2DP poorly working 2008-09-11 01:12:07 +03:00
João Paulo Rechi Vita
c89301da26 Fix sample size 2008-09-11 01:12:07 +03:00
João Paulo Rechi Vita
e545479563 Fix block_size calculation 2008-09-11 01:12:07 +03:00
João Paulo Rechi Vita
b5c4d2e5f1 Configure bt connection for a2dp 2008-09-11 01:12:06 +03:00
João Paulo Rechi Vita
85a931f333 Get rid of hw_constraint function. It's code now lives inside bt_setconf(). 2008-09-11 01:12:06 +03:00
João Paulo Rechi Vita
77138dd8f7 Change default sink name to bluetooth_sink 2008-09-11 01:12:06 +03:00
João Paulo Rechi Vita
6c10b106d8 Try to improve time estimation 2008-09-11 01:12:06 +03:00
João Paulo Rechi Vita
123ba4f5f1 Fix handling of PA_SINK_MESSAGE_GET_LATENCY 2008-09-11 01:12:06 +03:00
João Paulo Rechi Vita
0d37b912ee Remove PA_SINK_NETWORK flag and move the passage of streamfd to the rt thread just before the thread creation 2008-09-11 01:12:06 +03:00
João Paulo Rechi Vita
435eb0711b Change pa_sink_render to pa_sink_render_into_full and remove some unnecessary checks on the rt thread 2008-09-11 01:12:06 +03:00
João Paulo Rechi Vita
2e51b93026 Make stream socket non-blocking 2008-09-11 01:12:06 +03:00
João Paulo Rechi Vita
71f1d68dac Fix block size for SCO 2008-09-11 01:12:05 +03:00
João Paulo Rechi Vita
fcd7dc1fd7 Add include for core-util.h 2008-09-11 01:12:05 +03:00
João Paulo Rechi Vita
eb1e308710 Initialize rtpoll_item 2008-09-11 01:12:05 +03:00
João Paulo Rechi Vita
0519e5d446 Add include for sample.h 2008-09-11 01:12:05 +03:00
João Paulo Rechi Vita
d48961f258 Change close() to pa_close() 2008-09-11 01:12:05 +03:00
João Paulo Rechi Vita
b4ded21e08 Change strerror() to pa_cstrerror() 2008-09-11 01:12:05 +03:00
João Paulo Rechi Vita
16d5aab020 Get rid of SINK_MESSAGE_PASS_SOCKET, since we don't really need it 2008-09-11 01:12:05 +03:00
João Paulo Rechi Vita
aa310a40f8 Changes for pa_modargs_get_value_u32 for integer arguments and correct some error messages 2008-09-11 01:12:04 +03:00
João Paulo Rechi Vita
0396a60529 Copy arguments values instead of just getting a pointer for them 2008-09-11 01:12:04 +03:00
João Paulo Rechi Vita
f992296b97 Hand the stream socket to the rt thread 2008-09-11 01:12:04 +03:00
João Paulo Rechi Vita
255f9b0fe6 Initial code for rt thread 2008-09-11 01:12:04 +03:00
João Paulo Rechi Vita
b8b761a81f Fix PA_USEC_PER_SEC missing 2008-09-11 01:12:04 +03:00