summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* bluetoth-device: be less strict on CONNECTED state to switch profileMarc-André Lureau2009-04-171-2/+7
* rescue-streams: when one stream move fails try to continue with the remaining...Lennart Poettering2009-04-171-10/+6
* add a few missing initializationsv0.9.15Lennart Poettering2009-04-141-2/+2
* explcitly ignore return values of some functions marked with gcc's warn_unuse...Lennart Poettering2009-04-141-2/+2
* core: introduce new 'reference' volume for sinksLennart Poettering2009-04-137-99/+63
* alsa: include the alsa mixer control that is used in the property listLennart Poettering2009-04-134-4/+7
* alsa: store mixer controls to use in profile dataLennart Poettering2009-04-134-19/+48
* alsa: when passing emptry mixer control name, force sw volumeLennart Poettering2009-04-131-0/+5
* client-conf-x11: unbreak autospawn due to stale X11 propertiesLennart Poettering2009-04-131-1/+7
* cork-music-on-phone: make sure that we don't check the refcnt of pa_core when...Lennart Poettering2009-04-131-1/+0
* lirc: fix logic behind mute buttonsLennart Poettering2009-04-131-2/+2
* mmkbd: get rid of support for ancient kernelsLennart Poettering2009-04-131-16/+5
* mmkbd,lirc: make use of pa_assert_not_reached()Lennart Poettering2009-04-132-2/+2
* lirc, mmkbd: extend controllable volume range to PA_VOLUME_MAXLennart Poettering2009-04-132-10/+10
* lirc: drop lirc_in_use, it's made redundant by PA_MODULE_LOAD_ONCELennart Poettering2009-04-131-11/+0
* make sure we never overflow when calculating sleep timeLennart Poettering2009-04-132-4/+28
* set fixed latencies at more places where appropriateLennart Poettering2009-04-106-9/+16
* alsa: when printing warning about bogus data from alsa include snd_pcm_dump()Lennart Poettering2009-04-104-6/+10
* bluetooth: when starting up HSP stream, send 2 packets first, only afterwards...Lennart Poettering2009-04-101-0/+6
* bluetooth: rework timing logic, properly implement latency callbacksLennart Poettering2009-04-101-41/+134
* bluetooth: be a bit more verbose if we exit due to bad poll() revents flagLennart Poettering2009-04-101-1/+5
* bluetooth: rename sco to hsp also for the userLennart Poettering2009-04-101-3/+3
* bluetooth: memory leak, actually free discovery struct itselfLennart Poettering2009-04-101-0/+2
* bluetooth: make sure to set max_requestLennart Poettering2009-04-081-2/+30
* make use of SO_TIMESTAMP timestamp for accuracy and leave smoother paused unt...Lennart Poettering2009-04-073-11/+62
* mark null sink as support dynamic latencyLennart Poettering2009-04-071-1/+1
* adjust max_rewind/max_request whenever the latency changesLennart Poettering2009-04-071-0/+5
* send the source latency based on the MTU sizeLennart Poettering2009-04-071-3/+3
* make sure we don't apply sampling rate fixes that bring the sampling freq > P...Lennart Poettering2009-04-061-11/+14
* don't fail device reservation if the D-Bus connection is deadLennart Poettering2009-04-061-2/+9
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-04-059-14/+58
|\
| * initialize sound cards only after the 'control' object appearedLennart Poettering2009-04-041-5/+25
| * refuse to initialize on modem devicesLennart Poettering2009-04-044-0/+24
| * various spelling fixesMaarten Bosmans2009-04-046-8/+8
| * Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-04-031-4/+4
| |\
| * | downgrade a few messagesLennart Poettering2009-04-031-1/+1
* | | Modify smoothing code to make cubic interpolation optional and allow 'quick f...Lennart Poettering2009-04-058-23/+71
* | | properly account for seeks in the requested_bytes counterLennart Poettering2009-04-012-3/+3
| |/ |/|
* | use machine id instead of hostname to identify local connectionsLennart Poettering2009-04-011-4/+4
|/
* fix buffer defaultsLennart Poettering2009-03-311-3/+3
* handle buffer_attr changed messages properlyLennart Poettering2009-03-311-1/+49
* revive solaris moduleFinn Thain2009-03-311-44/+57
* Specifying ALSA mixer controlKyle Cronan2009-03-316-8/+19
* explain ff7033c11d9248fe837204b03c8397231dc511feLennart Poettering2009-03-311-0/+3
* Revert "make sure we always read in all properties"Lennart Poettering2009-03-311-9/+0
* fix compiler warningLennart Poettering2009-03-301-1/+1
* make sure we never access an invalid pa_bluetooth_device objectLennart Poettering2009-03-301-17/+19
* make sure we always read in all propertiesLennart Poettering2009-03-301-0/+9
* get rid of old 'Connected' property parsing and make sure we don't execute tw...Lennart Poettering2009-03-301-11/+0
* introduce typedef for pa_bt_audio_state and use it everywhereLennart Poettering2009-03-302-11/+10