summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* handle errors from BT service properlyLennart Poettering2009-02-121-10/+15
* make module-hal-detect pick up all cards even when they have no device 0Lennart Poettering2009-02-121-6/+1
* properly free modargs object when init fails; don't abbreviate modargs in structLennart Poettering2009-02-121-8/+14
* tabs are evilLennart Poettering2009-02-122-7/+7
* some minor fixupsLennart Poettering2009-02-121-6/+4
* instead of reparsing the rate module argument when changing profile, simply r...Lennart Poettering2009-02-121-8/+3
* addendum to f56da9893: don't crash when s->sink is NULLLennart Poettering2009-02-121-0/+3
* Merge commit 'elmarco/bt-wip'Lennart Poettering2009-02-123-69/+254
|\
| * suspend-on-idle: don't crash when so->source is NULLMarc-André Lureau2009-02-111-0/+3
| * bluetooth: reinitialize the sample spec when switching profileMarc-André Lureau2009-02-101-0/+8
| * bluetooth: export nrecMarc-André Lureau2009-02-101-13/+28
| * bluetooth: suspend SCO state when over PCMMarc-André Lureau2009-02-101-0/+72
| * bluetooth: SCO over PCMMarc-André Lureau2009-02-092-46/+131
| * bluetooth: reconnect to audio service when switching profileMarc-André Lureau2009-02-091-12/+14
| * bluetooth: typoMarc-André Lureau2009-02-031-1/+1
* | minor reformattingLennart Poettering2009-02-121-2/+2
* | make gcc 4.4 shut upLennart Poettering2009-02-121-1/+1
* | implement a module that corks music/video streams automatically when a phone ...Lennart Poettering2009-02-121-0/+224
* | RTP segfault/uninitialized resamplerErich Boleyn2009-02-061-1/+1
* | add new module-augment-properties module for augmenting properties from .desk...Lennart Poettering2009-02-052-1/+286
* | make module-position-event-sounds use volume factorLennart Poettering2009-02-051-10/+5
* | store the identification key in the module-stream-restore.id propertyLennart Poettering2009-02-041-5/+13
* | rate limit underrun messagesLennart Poettering2009-02-042-2/+5
* | Merge commit 'vudentz/master'Lennart Poettering2009-02-041-0/+3
|\ \
| * | Prevent changing volume on wrong device.Luiz Augusto von Dentz2009-02-041-0/+3
| |/
* | Merge commit 'coling/master'Lennart Poettering2009-02-041-37/+28
|\ \
| * | Trivial typo in a commentColin Guthrie2009-02-031-1/+1
| * | Clean up volume/mute settings a bit.Colin Guthrie2009-02-031-37/+28
| |/
* | remove soft volume from pa_sink_input_new_info since it should be handled int...Lennart Poettering2009-02-042-25/+29
* | fix a validity checkLennart Poettering2009-02-041-1/+1
* | version all entries in the databaseLennart Poettering2009-02-043-15/+42
|/
* make a couple of functions return proper error codesLennart Poettering2009-02-036-6/+6
* pull in new SBC/BT filesLennart Poettering2009-02-034-8/+5
* big module-bluetooth-device.c reworkLennart Poettering2009-02-021-633/+962
* make rtp.h ANSI C compliantLennart Poettering2009-02-021-22/+22
* handle EAGAIN properlyLennart Poettering2009-02-021-1/+3
* update sbc stuffLennart Poettering2009-02-0210-309/+1692
* add new functions pa_bluetooth_cleanup_name() and pa_bluetooth_get_form_factor()Lennart Poettering2009-02-022-7/+70
* store the module index shifted by 1 to map PA_INVALID_INDEX to NULLLennart Poettering2009-02-021-6/+6
* Merge branch 'master' into lennartsbtfixesLennart Poettering2009-01-302-1/+27
|\
| * include ALSA driver in properties for cards/sinkLennart Poettering2009-01-301-1/+6
| * add new function pa_alsa_get_driver_name()Lennart Poettering2009-01-302-0/+21
* | add missing filesLennart Poettering2009-01-292-0/+882
* | temporary commit of lennarts new bt changesLennart Poettering2009-01-292-918/+500
|/
* add some helpers for dealing with DBusPendingCall based on Mrc-Andre's work i...Lennart Poettering2009-01-292-0/+72
* make use of new functions pa_dbus_add_matches/pa_dbus_remove_matchesLennart Poettering2009-01-292-25/+18
* add new functions pa_dbus_add_matches()/pa_dbus_remove_matches()Lennart Poettering2009-01-292-0/+60
* make things compile againLennart Poettering2009-01-281-5/+4
* Merge commit '12db687acf3befe485bfff3700111999c95247fa'Lennart Poettering2009-01-282-5/+510
|\
| * bluetooth: cold hsp/a2dp device detectionMarc-André Lureau2009-01-281-0/+287