summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* reword some log messagesLennart Poettering2008-08-131-3/+3
* fix protocol destructionLennart Poettering2008-08-131-4/+3
* fix two uninitialized memory accessesLennart Poettering2008-08-112-6/+6
* make gcc shut upLennart Poettering2008-08-091-1/+1
* don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-096-8/+8
* Modify pa_state_path() to take an additional argument for prepending the mach...Lennart Poettering2008-08-074-25/+13
* include host name in default sink/default source fileLennart Poettering2008-08-061-4/+15
* add new switch --disallow-exitLennart Poettering2008-08-061-1/+1
* fix shutdown when --disallow-module-loading=1 is passedLennart Poettering2008-08-0521-42/+42
* add a function to dump the stream database for debugging purposesLennart Poettering2008-08-051-0/+32