summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* virtual: when fixed block sizes are used the memblockq must have a silence blockLennart Poettering2010-02-251-2/+6
* virtual: document how to implement fixed block size filtersLennart Poettering2010-02-251-6/+27
* memblockq: implement new call pa_memblockq_peek_fixed_size()Lennart Poettering2010-02-251-4/+2
* virtual: minor simplifications for the virtual sinkLennart Poettering2010-02-252-22/+14
* equalizer: various smaller cleanups for m-e-sLennart Poettering2010-02-251-198/+204
* alsa: don't make use of tsched related variables when tsched is disabledLennart Poettering2010-02-232-22/+40
* suspend-on-idle: resume audio device even for initially corked streamsLennart Poettering2010-02-221-5/+3
* alsa: reset max_rewind/max_request while suspendingLennart Poettering2010-02-221-1/+10
* alsa-util: strip spaces from ALSA card/pcm namesLennart Poettering2010-02-211-5/+7
* bluetooth: add HFP Gateway supportJoão Paulo Rechi Vita2010-02-214-20/+72
* bluetooth: improve dbus loggingJoão Paulo Rechi Vita2010-02-211-2/+3
* stream-restore: be a little bit more verbose why we don't reastore a sinkLennart Poettering2010-02-211-1/+1
* alsa: use default output port namesLennart Poettering2010-02-215-3/+5
* alsa: cover "Internal Mic" elementsLennart Poettering2010-02-219-0/+98
* alsa: cover 'Shared Mic/Line in', 'Analog Source'Lennart Poettering2010-02-211-0/+25
* alsa: cover "Desktop Speaker" mixer elementsLennart Poettering2010-02-219-8/+131
* virtual-source: boilerplate virtual source for PCM processing on inputsPierre-Louis Bossart2010-02-171-0/+771
* virutal-sink: boilerplate virtual sink to add PCM processingPierre-Louis Bossart2010-02-171-0/+635
* native: rework handling of seeks that depend on variables the client does not...Lennart Poettering2010-02-092-4/+4
* udev: use ID_MODEL_ENC instead of ID_MODEL if it is setLennart Poettering2010-02-091-0/+110
* alsa: cover bass boost mixer elementLennart Poettering2010-02-092-0/+13
* udev: rework modem detection a bitLennart Poettering2010-02-091-55/+62
* udev: handle sound cards with both modem and audio properlyDaniel T. Chen2010-02-091-3/+56
* alsa: Cover the 'Int Mic Boost' element.Colin Guthrie2010-02-091-0/+9
* alsa: cover Input Source:Int MicColin Guthrie2010-02-091-0/+4
* alsa: ignore volume changes from the hw if we are not on the active consoleLennart Poettering2010-02-092-0/+6
* udev: make sure we get events only for sound devicesLennart Poettering2010-02-091-0/+5
* bluetooth: fix invalid memory accessLennart Poettering2010-02-091-1/+7
* udev: don't forget to unref devices we are not interested inLennart Poettering2010-02-091-1/+3
* bluetooth: don't hit an assert if latency is queried for a stooped recording ...Lennart Poettering2010-02-091-3/+7
* bluetooth: destruct stream only if it is not already destructedLennart Poettering2010-02-091-13/+15
* core: make sure we always return a valid memblock in sink_input_pop() callbacksLennart Poettering2010-02-092-2/+6
* dbus: remove filter functions only if they were actually set beforeLennart Poettering2010-02-095-15/+27
* stream-restore: Clear the save_sink/save_source flags on apply_entry.Colin Guthrie2010-02-051-12/+36
* native: when run in system mode, do not look for fallback portLennart Poettering2010-01-141-1/+1
* native: fallback to another port if the default port is takenLennart Poettering2010-01-141-4/+9
* Merge remote branch 'zonque/topic/osx'Lennart Poettering2010-01-057-12/+1567
|\
| * osx: add native zeroconf implementation via BonjourDaniel Mack2009-12-161-0/+516
| * CoreAudio: add audio device moduleDaniel Mack2009-12-161-0/+820
| * CoreAudio: add device detection moduleDaniel Mack2009-12-161-0/+229
| * poll() is totally broken on Mac OS XDaniel Mack2009-12-164-12/+2
* | Fix typo in log message: s/may no be/may not be/chocolateboy2010-01-051-1/+1
* | alsa: add profile set for M-Audio FastTrack Pro USBDavid Kågedal2010-01-052-0/+86
* | udev: Use SOUND_CLASS instead of SOUND_FORM_FACTOR when checking for modemDaniel T Chen2010-01-051-1/+1
|/
* stream-restore: At startup, create dbus entries only for valid database entries.Tanu Kaskinen2009-12-031-2/+7
* stream-restore: Add a missing pa_xnew0() call in handle_add_entry().Tanu Kaskinen2009-12-031-0/+1
* stream-restore: Fix a few assertion misuses with the D-Bus code.Tanu Kaskinen2009-12-031-5/+5
* Merge remote branch 'tanuk/master'Colin Guthrie2009-11-301-0/+2
|\
| * Merge branch 'master' of git://0pointer.de/pulseaudioTanu Kaskinen2009-10-131-4/+4
| |\
| * | dbusiface-client: Fix the destructor (stop leaking stuff).Tanu Kaskinen2009-10-091-0/+2