summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | This allows us to easily use different mixer controls for analog and spdif output.
* alsa: when passing emptry mixer control name, force sw volumeLennart Poettering2009-04-131-0/+5
|
* volume: increase dB range to -90dBLennart Poettering2009-04-131-1/+1
| | | | | | | Increasing the volume range to -90dB has the benefit of corresponding with a volume decrease from the full 16 bit signal to 0. This also makes us a bit more like traditional stereos
* client-conf-x11: unbreak autospawn due to stale X11 propertiesLennart Poettering2009-04-132-1/+22
| | | | | | | If the X11 property data is from the same session than the client the client may do autospawning in case the X11 property data is stale. Closes #518.
* client-conf: when is set, disable autospawn settingLennart Poettering2009-04-131-0/+3
|
* client-conf: make setting a default server independant from the autospawn ↵Lennart Poettering2009-04-131-11/+13
| | | | setting
* proplist-util: use pa_session_id() instead of accessing ↵Lennart Poettering2009-04-131-5/+4
| | | | 7b816367b01393ed3e3e650047d78f6e-1239640487.203609-1061245823 directly
* client-conf: modernize a few thingsLennart Poettering2009-04-131-19/+9
|
* print session id when starting upLennart Poettering2009-04-131-0/+5
|
* core-util: filter utf8 in pa_machine_id()Lennart Poettering2009-04-131-3/+6
|
* core-util: add pa_session_id()Lennart Poettering2009-04-132-0/+10
|
* cork-music-on-phone: make sure that we don't check the refcnt of pa_core ↵Lennart Poettering2009-04-131-1/+0
| | | | when the daemon goes down
* 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
|
* api: introduce PA_VOLUME_MAXLennart Poettering2009-04-131-2/+6
|
* 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
| | | | Issue pointed out by Jaroslav Kysela
* Downgrade default log level to NOTICE to follow documentationLennart Poettering2009-04-101-1/+1
| | | | Closes #527
* set fixed latencies at more places where appropriateLennart Poettering2009-04-106-9/+16
|
* make dbus optional during buildFinn Thain2009-04-102-0/+17
| | | | | | | | | | | | | | | | | | | | | On Tue, 31 Mar 2009, Lennart Poettering wrote: [snip] > > I have now merged your patch. I had to change a few things to make it > apply cleanly. Since I have no access to Solaris I am unable to test > this though, so please check if things still work for you. > > I also worked around the realpath() issue mostly. It should work fine on > Solaris now, as well. Thanks. 0.9.15-test7 seems to work fine. The only new issue is that configure --without-dbus no longer builds. I don't need dbus for my purposes (network audio server) and it seems that dbus is not included with Solaris. A patch for this follows. Finn
* alsa: when printing warning about bogus data from alsa include snd_pcm_dump()Lennart Poettering2009-04-105-6/+11
|
* bluetooth: when starting up HSP stream, send 2 packets first, only ↵Lennart Poettering2009-04-101-0/+6
| | | | afterwards enter one-read-one-write logic
* 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
|
* core: add a seperate fixed_latency field for sinks/sources with fixed latencyLennart Poettering2009-04-107-28/+67
|
* core: memory leak, fix ref counting when moving streamsLennart Poettering2009-04-104-10/+38
|
* dbus: memory leak, actually free dbus wrapperLennart Poettering2009-04-101-1/+2
|
* dbus: drop pa_ prefix from static symbolLennart Poettering2009-04-101-7/+2
|
* protocol-native: downgrade message if we receive pcm block for dead streamLennart Poettering2009-04-101-1/+1
|
* protocol-native: print underrun message only once for each underrunLennart Poettering2009-04-101-1/+2
|
* socket-server: memory leak, free machine id after useLennart Poettering2009-04-101-0/+1
|
* dbus: memory leak, free pending callsLennart Poettering2009-04-101-2/+4
|
* dbus: memory leak, free server id after useLennart Poettering2009-04-101-1/+4
|
* bluetooth: memory leak, actually free discovery struct itselfLennart Poettering2009-04-101-0/+2
|
* interpol-test: make it easier to test corking only optionallyLennart Poettering2009-04-101-2/+13
|
* bluetooth: make sure to set max_requestLennart Poettering2009-04-081-2/+30
|
* introduce relative_volume field in sink_input and make use of it on sink ↵Lennart Poettering2009-04-084-46/+82
| | | | flat volume change
* when calculating volume from dB use ceil()Lennart Poettering2009-04-081-2/+2
|
* print smallest attenuation/sampleLennart Poettering2009-04-081-0/+3
|
* update documentation regarding stream timing a bitLennart Poettering2009-04-071-21/+49
|
* after propagating a sink volume change to the sink inputs recalculate their ↵Lennart Poettering2009-04-072-25/+55
| | | | soft volumes
* we need to make our multiplications with linear valuesLennart Poettering2009-04-071-10/+10
|
* reduce number of conversions to/from linear volumesLennart Poettering2009-04-071-2/+13
|
* compare with doubles, not integerLennart Poettering2009-04-071-2/+2
|
* If the sink volume is lowered to 0 and then increased again, make sure all ↵Lennart Poettering2009-04-071-2/+6
| | | | stream volumes follow instead of staying at 0
* make use of SO_TIMESTAMP timestamp for accuracy and leave smoother paused ↵Lennart Poettering2009-04-073-11/+62
| | | | until we have data