Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | alsa: increase interval between smoother updates exponentially for alsa ↵ | Lennart Poettering | 2009-08-23 | 2 | -7/+21 |
| | | | | sources, following the scheme for sinks | ||||
* | Merge commit 'wtay/optimize' | Lennart Poettering | 2009-08-23 | 1 | -4/+22 |
|\ | |||||
| * | alsa-sink: reduce the amount of smoother updates | Wim Taymans | 2009-08-20 | 1 | -4/+22 |
| | | | | | | | | | | | | | | Exponentially increase the amount of time between smoother updates. We start with a 2ms interval and increase up to 200ms intervals. Smoother updates and the resulting linear regression take a fair amount of CPU so we want to reduce the amount of updates. | ||||
* | | udev: check busy status of alsa cards before loading alsa modules and hence ↵ | Lennart Poettering | 2009-08-22 | 1 | -17/+132 |
| | | | | | | | | initiating profile probing | ||||
* | | udev: process all inotify events queued up, not just the first one in the queue | Lennart Poettering | 2009-08-22 | 1 | -17/+39 |
| | | |||||
* | | ladspa/remap: handle failing stream moves properly | Lennart Poettering | 2009-08-22 | 2 | -4/+10 |
| | | |||||
* | | Solaris: fixed latency (resent) | Finn Thain | 2009-08-22 | 1 | -26/+30 |
| | | | | | | | | | | Set a fixed latency based on the given buffer size, which is constrained to the 128 KB limit on buffered writes. Also fix an error path. | ||||
* | | Solaris: use smoother (resent) | Finn Thain | 2009-08-22 | 1 | -3/+29 |
| | | | | | | | | Make use of the smoother, just in case. | ||||
* | | Solaris: build fixes (resent) | Finn Thain | 2009-08-22 | 1 | -7/+5 |
| | | | | | | | | Fix bit rot due to recent flat volume changes. | ||||
* | | udev: tell inotify to actually inform us about ACL changes | Lennart Poettering | 2009-08-21 | 1 | -1/+1 |
| | | |||||
* | | udev: watch for both ACL changes and processes closing devices | Lennart Poettering | 2009-08-21 | 1 | -12/+51 |
| | | |||||
* | | udev: don't access string after free() | Lennart Poettering | 2009-08-21 | 1 | -1/+1 |
| | | |||||
* | | udev: always verify access before loading modules | Lennart Poettering | 2009-08-21 | 1 | -11/+3 |
| | | |||||
* | | gconf: use correct path for gconf-helper tool when running from build tree | Lennart Poettering | 2009-08-21 | 1 | -4/+5 |
| | | |||||
* | | udev: when a device appears that we cannot access right-away try again later ↵ | Lennart Poettering | 2009-08-21 | 1 | -34/+57 |
| | | | | | | | | on inotify | ||||
* | | alsa: leave headphone jack enabled in normal mixer paths | Lennart Poettering | 2009-08-21 | 3 | -6/+15 |
| | | |||||
* | | combine: quieten gcc a bit | Lennart Poettering | 2009-08-21 | 1 | -0/+2 |
| | | |||||
* | | adjust various data/library paths automatically if we are run from a build tree | Lennart Poettering | 2009-08-21 | 1 | -3/+13 |
| | | |||||
* | | ladspa: forward volume changes from ladspa sink to stream and hence via flat ↵ | Lennart Poettering | 2009-08-21 | 1 | -9/+63 |
|/ | | | | volume logic to master sink | ||||
* | lirc: replace manual code by pa_cvolume_{inc|dec}() | Lennart Poettering | 2009-08-19 | 1 | -18/+4 |
| | |||||
* | mmkbd: replace manual code by pa_cvolume_{inc|dec}() | Lennart Poettering | 2009-08-19 | 1 | -22/+21 |
| | |||||
* | sink: volume handling rework, new flat volume logic | Lennart Poettering | 2009-08-19 | 8 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | - We now implement a logic where the sink maintains two distinct volumes: the 'reference' volume which is shown to the users, and the 'real' volume, which is configured to the hardware. The latter is configured to the max of all streams. Volume changes on sinks are propagated back to the streams proportional to the reference volume change. Volume changes on sink inputs are forwarded to the sink by 'pushing' the volume if necessary. This renames the old 'virtual_volume' to 'real_volume'. The 'reference_volume' is now the one exposed to users. By this logic the sink volume visible to the user, will always be the "upper" boundary for everything that is played. Saved/restored stream volumes are measured relative to this boundary, the factor here is always < 1.0. - introduce accuracy for sink volumes, similar to the accuracy we already have for source volumes. - other cleanups. | ||||
* | match: document how broken the module-match logic is | Lennart Poettering | 2009-08-19 | 1 | -0/+3 |
| | |||||
* | udev: allow passing of ignore_dB= parameter to alsa modules | Lennart Poettering | 2009-08-19 | 4 | -23/+49 |
| | |||||
* | source: rework volume handling | Lennart Poettering | 2009-08-19 | 3 | -19/+30 |
| | | | | | | | | | | | | | - drop the 'virtual_' prefix from s->virtual_volume since we don't distuingish between reference and real volumes for sources - introduce an accuracy for source volumes: if the hardware can control the volume "close enough" don't necessarily adjust the rest in software unless it is beyond a certain threshold. This should save a little bit of CPU at the expensive of a bit of accuracy in volume handling. - other minor cleanups | ||||
* | voltest: extend test to verify correctness of _multiply() and _divide() | Lennart Poettering | 2009-08-19 | 2 | -47/+2 |
| | |||||
* | dbus: never return DBUS_HANDLER_RESULT_HANDLED in filter callbacks, since ↵ | Lennart Poettering | 2009-08-19 | 2 | -5/+0 |
| | | | | other callbacks might stell want to have the messages | ||||
* | bluetooth: fix match syntax | Lennart Poettering | 2009-08-17 | 1 | -2/+2 |
| | |||||
* | bluetooth: make NameOwnerChanged filter matches more focussed | Lennart Poettering | 2009-08-17 | 1 | -2/+2 |
| | |||||
* | reserver: update from upstream git | Lennart Poettering | 2009-08-17 | 1 | -9/+18 |
| | |||||
* | modules: add various checks to avoid selecting objects that are not linked ↵ | Lennart Poettering | 2009-08-16 | 3 | -8/+70 |
| | | | | or in another unclear state | ||||
* | bluetooth: move installation of mq's earlier to avoid context asserts to be ↵ | Lennart Poettering | 2009-08-16 | 1 | -2/+2 |
| | | | | triggered | ||||
* | bluetooth: ask first for Headset and AudioSink properties, followed by Audio | Lennart Poettering | 2009-08-15 | 1 | -4/+4 |
| | |||||
* | bluetooth: recognize only those BT devices that implement both the Audio and ↵ | Lennart Poettering | 2009-08-15 | 1 | -3/+3 |
| | | | | either AudioSink or Headset interfaces | ||||
* | bluetooth: drop PA_BT_AUDIO_STATE_LAST since it is unused and we normally ↵ | Lennart Poettering | 2009-08-15 | 1 | -2/+1 |
| | | | | call that _MAX anyway | ||||
* | ladspa/remap: sync latency flags from master sink when moving between sinks | Lennart Poettering | 2009-08-15 | 2 | -0/+2 |
| | |||||
* | bluetooth: fix typo with service_{read,write}_type | Marc-André Lureau | 2009-08-15 | 1 | -2/+4 |
| | |||||
* | bluetooth: don't call pa_sink_render with 0 bytes request | Marc-André Lureau | 2009-08-15 | 1 | -7/+10 |
| | |||||
* | combine: determine sample parameters of combined sink from underlying sinks | Maarten Bosmans | 2009-08-15 | 1 | -0/+49 |
| | | | | http://pulseaudio.org/ticket/521 | ||||
* | combine: warn when the latency of a stream gets too high | Lennart Poettering | 2009-08-15 | 1 | -0/+3 |
| | |||||
* | combine: big rework | Lennart Poettering | 2009-08-15 | 1 | -205/+266 |
| | |||||
* | combine: drop adjust_timestamp variable because it is unused | Lennart Poettering | 2009-08-15 | 1 | -12/+2 |
| | |||||
* | ladspa: name sink after human readable plugin name, not the id string | Lennart Poettering | 2009-08-15 | 1 | -2/+1 |
| | |||||
* | module-ladspa: allow moving of sink, forward fixed latency | Lennart Poettering | 2009-08-15 | 1 | -58/+78 |
| | |||||
* | module-remap: allow moving of sink, forward fixed latency | Lennart Poettering | 2009-08-15 | 1 | -58/+76 |
| | | | | | | | | | | This is a bigger change reworking a number of things: - We now allow moving of the remap sink betwween backend sinks like any other stream. - We forward the fixed latency parameter of the underlying sinks the same way as the dynamic latency. | ||||
* | ladspa: move LADSPA_Data size check to compile time | Lennart Poettering | 2009-08-15 | 1 | -1/+1 |
| | |||||
* | remap: unify argument order with other modules | Lennart Poettering | 2009-08-15 | 1 | -2/+2 |
| | |||||
* | core: make fixed latency dynamically changeable | Lennart Poettering | 2009-08-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | This of course makes the name 'fixed' a bit of a misnomer. However the definitions are now like this: fixed latency: the latency may change during runtime, but is solely controlled by the backend, the client has no influence. dynamic latency: the latency may change during runtime, influenced by the requests of the clients. i.e. fixed vs. dynamic is from the perspective of the client. | ||||
* | core: move rtpoll to thread_info sub structure | Lennart Poettering | 2009-08-15 | 2 | -3/+3 |
| | |||||
* | log: place more rate limit invocations | Lennart Poettering | 2009-08-15 | 1 | -1/+2 |
| |