Hi, I'm catching up with my work on PulseAudio for OS X and have some patches ready I would like to get merged. Feedback welcome, as always. Thanks, Daniel The following changes since commit f7acd4bdab7092700a9386802a0ec86d4362e58c: log: Add a new log target to a file descriptor (2011-03-18 12:32:51 +0000) are available in the git repository at: git://github.com/zonque/pulseaudio.git osx Daniel Mack (5): module-coreaudio-detect: fix pa__done() osx: re-order module locations osx: add -headerpad_max_install_names to LDFLAGS configure.ac: add --mac-universal directive for OS X osx: add routines for real-time thread scheduling configure.ac | 13 +++++++ src/Makefile.am | 11 ++++-- src/modules/{ => macosx}/module-bonjour-publish.c | 0 .../module-coreaudio-detect.c | 5 +-- .../module-coreaudio-device.c | 0 src/pulsecore/core-util.c | 37 +++++++++++++++++++- 6 files changed, 58 insertions(+), 8 deletions(-) rename src/modules/{ => macosx}/module-bonjour-publish.c (100%) rename src/modules/{coreaudio => macosx}/module-coreaudio-detect.c (98%) rename src/modules/{coreaudio => macosx}/module-coreaudio-device.c (100%)