summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Make sure we actually call _() for translating profile namesLennart Poettering2009-02-201-4/+6
* make profile names translatableLennart Poettering2009-02-205-31/+36
* split out mixer setup into seperate functions to make things more readableLennart Poettering2009-02-192-163/+177
* refer folks to the ALSA devs, not usLennart Poettering2009-02-181-4/+4
* minor optimizationsLennart Poettering2009-02-181-5/+10
* simplify pa_alsa_init_proplist_pcm() a bit and include resolution bits in als...Lennart Poettering2009-02-184-20/+28
* don't open the alsa devices in hw:xxx modeLennart Poettering2009-02-151-1/+1
* unify ALSA mixer initializationLennart Poettering2009-02-144-74/+83
* Optionally disable IPv6Iain Hibbert2009-02-135-19/+86
* make PA_GCC_PACKED and PA_GCC_MALLOC actually workLennart Poettering2009-02-133-6/+6
* add a module that forwards cork/uncork requests to X11 as fake pause/resume k...Lennart Poettering2009-02-131-0/+189
* add full set of argument descriptionLennart Poettering2009-02-121-1/+5
* don't try to recycle rtpoll objectsLennart Poettering2009-02-121-7/+11
* use the same service fd shutdown logic when destructing module and changing p...Lennart Poettering2009-02-121-10/+12
* minor service IO fixesLennart Poettering2009-02-121-7/+4
* the service fd is a stream socket, so handle things accordinglyLennart Poettering2009-02-121-41/+54
* 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