Lennart Poettering
fc33f7ee97
Merge most of elmarco/rtclock2
...
Merge commit 'e4d914c945 '
2009-06-22 23:09:46 +02:00
Lennart Poettering
374efbded4
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio
2009-06-22 22:36:31 +02:00
Lennart Poettering
aa2570c2ba
rescue: make sure module-rescue-streams is used only as last fallback
2009-06-22 22:36:23 +02:00
Lennart Poettering
60d36c7e74
module-stream-restore: recheck stream database on hotplug/unplug and potentially move streams
2009-06-22 22:35:55 +02:00
Lennart Poettering
27af46045b
modules: add module-intended-roles that automatically puts streams marked with a role on devices that are intended for that role
2009-06-22 22:34:57 +02:00
Lennart Poettering
c4d90ea986
restore: change 'save' flag behaviour to reflect whether an entry shall and/or is in the on-disk databases
2009-06-22 22:33:09 +02:00
Marc-André Lureau
0955e3d45b
Base mainloop on pa_rtclock_now()
...
Move the mainloop to monotonic based time events.
Introduces 4 helper functions:
pa_{context,core}_rttime_{new,restart}(), that fill correctly a
timeval with the rtclock flag set if the mainloop supports it.
Both mainloop-test and mainloop-test-glib works with rt and timeval
based time events. PulseAudio and clients should be fully functional.
This patch has received several iterations, and this one as been
largely untested.
Signed-off-by: Marc-André Lureau <marca-andre.lureau@nokia.com>
2009-06-20 17:29:31 +03:00
Marc-André Lureau
125c528896
pulse: move pa_rtclock_now in pulsecommon
2009-06-20 17:29:08 +03:00
Tanu Kaskinen
b152f3a052
module-dbus-protocol: Allow anyone to connect the daemon in system mode.
2009-06-20 10:17:46 +03:00
Lennart Poettering
32e2cd6d32
core: get rid of rt sig/timer handling since modern Linux' ppooll() is finally fixed for granularity
2009-06-19 21:00:06 +02:00
Marc-André Lureau
5dcdd5e358
perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' find . -name '*.[ch]'
2009-06-19 19:04:04 +03:00
Tanu Kaskinen
3c6a0acc98
dbus-protocol: Implement TCP server startup.
2009-06-19 15:17:57 +03:00
Tanu Kaskinen
123c6a3c6f
dbus-common: Implement infrastructure for registering D-Bus objects on all
...
client connections and for receiving method calls from clients.
2009-06-19 10:28:08 +03:00
Lennart Poettering
6ad3855639
alsa: synthesize volume values more sensibly for channels that are not controllable in hw
2009-06-19 02:03:03 +02:00
Lennart Poettering
b1ea7c0d89
alsa: document alsa mixer path/profile sets a bit more
2009-06-19 01:55:59 +02:00
Lennart Poettering
b70b5edcfc
alsa: add copyright blobs and comments to all mixer paths/profile sets
2009-06-19 01:30:24 +02:00
Lennart Poettering
11d2a7ee21
alsa: move udev rules file behind the other sound related rules
2009-06-18 23:03:28 +02:00
Lennart Poettering
0fd17c6cb9
alsa: document default profile set a bit better
2009-06-18 23:00:53 +02:00
Lennart Poettering
8a5f8f41f6
alsa: add profile set for Native Instruments 4 DJ
2009-06-18 22:58:58 +02:00
Lennart Poettering
348dcd6a31
alsa: unify alsa log handling and snd_config_update_free_global() handling in one place
2009-06-18 21:27:02 +02:00
Lennart Poettering
25e5197f6a
alsa: merge mic boost into volume slider
2009-06-18 15:50:41 +02:00
Lennart Poettering
8fe50b0d7c
alsa,core: include mapping name in description strings
2009-06-18 04:38:59 +02:00
Lennart Poettering
ca560ccc4a
alsa: add profile set for Native Instruments Audio 8 DJ sound card
2009-06-18 03:58:05 +02:00
Lennart Poettering
60df970bd9
alsa: properly count mappings of manually defined profiles
2009-06-18 03:43:51 +02:00
Lennart Poettering
b5cea8d590
alsa: fix duplicate mapping detection
2009-06-18 03:43:22 +02:00
Lennart Poettering
34b48887ef
alsa: when creating alsa sinks/sources include mapping name in device name to allow profiles mit multiple sinks or multiple sources
2009-06-18 03:42:39 +02:00
Lennart Poettering
8d3362cec6
device-restore: properly check save_muted flag when storing muted state
2009-06-18 03:41:49 +02:00
Lennart Poettering
4951e08031
card,stream-restore: minor cleanups
2009-06-18 00:59:33 +02:00
Lennart Poettering
0e4ac56afc
device-restore: save last used port in database
2009-06-18 00:59:04 +02:00
Lennart Poettering
59bd793734
card-restore: we don't need to save card data that came from the database
2009-06-18 00:58:19 +02:00
Lennart Poettering
d773638b20
stream-restore: e don't need to save stream data that came from the database
2009-06-18 00:56:46 +02:00
Lennart Poettering
c65ebeec1e
raop: move all raop files to subdir
2009-06-17 15:09:28 +02:00
Lennart Poettering
bd8e043a52
bluetooth: return sensible error code in set_profile()
2009-06-17 04:51:57 +02:00
Lennart Poettering
334325efd7
alsa: allow placing device id in alsa device strings at arbitrary positions
2009-06-17 04:17:25 +02:00
Lennart Poettering
31575f7766
alsa: rework mixer logic
...
Completely rework mixer logic. This now allows controlling a full set of
elements from a single sink's volume slider/mute button.
This also introduces sink and source "ports" that can be used to choose
different input or output ports with the UI. (i.e. "mic"/"line-in" or
"speaker"/"headphones".
The mixer paths and device maps are now configered in external
configuration files and can be tweaked as necessary.
2009-06-17 03:45:14 +02:00
Lennart Poettering
dda0f5a71a
rtp: fix s/recieve/receive/ typo
2009-06-17 03:14:26 +02:00
Tanu Kaskinen
c8d819a5ad
dbus-protocol: Connection handling for local connections.
2009-06-16 19:03:22 +03:00
Lennart Poettering
1e8a374f2f
alsa: fix bad memory access for devices that lack a mixer
2009-06-10 23:22:12 +02:00
Lennart Poettering
3c4c1f4945
udev: reshuffle the properties we read from udev a bit
2009-06-08 16:59:47 +02:00
Lennart Poettering
f13bbd576f
prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES property
2009-06-08 16:58:45 +02:00
Lennart Poettering
587fc2ab1c
core: make sure soft mute status stays in sync with hw mute status
...
This should close rhbz #494851 , mandriva bz #51234 .
Probably the same as our own #572 , launchpad #352732 .
2009-06-08 00:02:15 +02:00
Lennart Poettering
71ce195d3b
udev: properly initialize userdata to 0
2009-06-07 00:40:48 +02:00
Lennart Poettering
bab4b94b56
udev: try to unsuspend devices whenever they are closed by other processes
2009-06-06 15:33:54 +02:00
Lennart Poettering
e84644aa88
hal,udev: deprecate HAL support in favour of udev
2009-06-06 03:26:55 +02:00
Lennart Poettering
8080ab1259
udev: add module-udev-detect for discovering and configuring devices
2009-06-06 03:26:07 +02:00
Lennart Poettering
e5dd9dfe68
rtp: remove gcc warning
2009-06-05 19:25:15 +02:00
Lennart Poettering
f398407544
augment: try to deduce the media role from the menu category
2009-06-05 19:24:40 +02:00
Lennart Poettering
561c0af851
alsa: monitor device reservation status and resume automatically when device becomes unused
2009-06-05 19:05:42 +02:00
Lennart Poettering
00797b8b6e
core: add a suspend cause flags field
2009-06-05 19:05:07 +02:00
Lennart Poettering
3af5f8cb55
reserve: wrap device reservation monitor reference implementation
2009-06-05 19:03:16 +02:00