summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Change close() to pa_close()João Paulo Rechi Vita2008-09-111-1/+1
* Change strerror() to pa_cstrerror()João Paulo Rechi Vita2008-09-111-5/+5
* Get rid of SINK_MESSAGE_PASS_SOCKET, since we don't really need itJoão Paulo Rechi Vita2008-09-111-16/+0
* Changes for pa_modargs_get_value_u32 for integer arguments and correct some e...João Paulo Rechi Vita2008-09-111-6/+4
* Copy arguments values instead of just getting a pointer for themJoão Paulo Rechi Vita2008-09-111-3/+3
* Hand the stream socket to the rt threadJoão Paulo Rechi Vita2008-09-111-9/+16
* Initial code for rt threadJoão Paulo Rechi Vita2008-09-111-139/+147
* Fix PA_USEC_PER_SEC missingJoão Paulo Rechi Vita2008-09-111-0/+1
* BlueZ connection configuration doneJoão Paulo Rechi Vita2008-09-111-33/+695
* Adds SBC Codec to pa treeJoão Paulo Rechi Vita2008-09-114-0/+1747
* Initial file for module-bt-deviceJoão Paulo Rechi Vita2008-09-111-0/+154
* Add code from bluez/audio/ipc.[ch]João Paulo Rechi Vita2008-09-112-0/+427
* Add sender=org.bluez to dbus add matchJoão Paulo Rechi Vita2008-09-111-2/+4
* Remove modargs, since module-bt-discover doesn't have any argumentJoão Paulo Rechi Vita2008-09-111-6/+0
* Refactor all linked lists to use pulsecore/llist.hJoão Paulo Rechi Vita2008-09-111-81/+74
* Remove block delimiters from single line if blocksJoão Paulo Rechi Vita2008-09-111-6/+3
* Remove some unused vars and labelsJoão Paulo Rechi Vita2008-09-111-3/+0
* Change booleans to pa_bool_tJoão Paulo Rechi Vita2008-09-111-2/+3
* We don't need call_dbus_method anymoreJoão Paulo Rechi Vita2008-09-111-47/+4
* Don't need to explicity check if hcid is running anymoreJoão Paulo Rechi Vita2008-09-111-17/+4
* Improve dbus communicationJoão Paulo Rechi Vita2008-09-111-12/+88
* Changing all private functions to staticJoão Paulo Rechi Vita2008-09-111-11/+11
* Remove VERBOSE definitionJoão Paulo Rechi Vita2008-09-111-3/+1
* Adding dynamic bluetooth audio devices detectionJoão Paulo Rechi Vita2008-09-111-1/+83
* Fix the symdef includeJoão Paulo Rechi Vita2008-09-111-1/+1
* Fix comparison of strings of different caseJoão Paulo Rechi Vita2008-09-111-16/+3
* Adding module-bt-discoverJoão Paulo Rechi Vita2008-09-111-0/+461
* minor improvements in debug handlingLennart Poettering2008-09-092-6/+10
* When returning from a suspend, pass exactly the same flags as originally whenLennart Poettering2008-09-092-2/+11
* fix minor typoLennart Poettering2008-09-091-1/+1
* Work around presumable ALSA bug that treats the dir argument toLennart Poettering2008-09-091-4/+11
* Downgrade hrtimer warning to notice levelLennart Poettering2008-09-052-2/+2
* rework device opening code: work around broken SND_PCM_NO_AUTO_xxx support in...Lennart Poettering2008-08-311-39/+68
* reduce needlessly large gdbm cache a bitLennart Poettering2008-08-292-0/+10
* alsa_error_handler should note source of errorsEd Catmur2008-08-261-1/+6
* add a few missing castsLennart Poettering2008-08-202-8/+8
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-1931-252/+259
* don't unref pa_native_options object twiceLennart Poettering2008-08-181-7/+6
* add some code to make invalid valgrind warnings go awayLennart Poettering2008-08-182-0/+34
* restore volume/device for streams only when it wasn't set beforeLennart Poettering2008-08-181-8/+21
* fix type errorLennart Poettering2008-08-181-4/+8
* Make Multicast TTL for RTP configurable, patch from 'dfort'Lennart Poettering2008-08-151-2/+17
* apply newly configured rules properlyLennart Poettering2008-08-151-2/+3
* apply volumes properly more than once in a rowLennart Poettering2008-08-151-1/+2
* apply the correct rules to sink inputsLennart Poettering2008-08-151-1/+1
* don't restore devices for direct-on-input streamsLennart Poettering2008-08-151-0/+1
* pass force_refresh=FALSE to all volume/mute read invocationsLennart Poettering2008-08-133-8/+8
* drop 0db reset functions since they are not necessary anymoreLennart Poettering2008-08-132-53/+0
* extend hardware dB scale in software to full range if necessary, instead of r...Lennart Poettering2008-08-132-191/+295
* add new function pa_alsa_volume_divide()Lennart Poettering2008-08-132-0/+27