summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: Add missing profile and alsa-mixer/paths to src/Makefile.amDaniel T Chen2010-02-211-0/+3
| | | | | | | | | | | | Commits e8cb96c and 0c836aa created mixer paths but did not update src/Makefile.am. Building a snapshot containing these two commits therefore results in the user being unable to adjust the volume or (un)mute through PA. Fix this by adding the two new mixer paths files to src/Makefile.am. Likewise, commit 66e1a2d created a profile for the M-Audio FastTrack Pro USB but did not update src/Makefile.am. Fix this by adding the profile to src/Makefile.am.
* virtual-sink,source: enable virtual-source and virtual-sinkPierre-Louis Bossart2010-02-171-2/+14
|
* osx: don't build the once-test binary on OS XDaniel Mack2010-02-021-1/+5
| | | | OS X lacks the barrier pthread APIs
* Merge remote branch 'tanuk/fixes'Lennart Poettering2010-01-131-6/+6
|\
| * daemon: Don't autospawn if a server address is explicitly configured.Tanu Kaskinen2010-01-091-6/+6
| |
* | tests: add pa_once_xxx() testLennart Poettering2010-01-131-0/+6
|/
* osx: add native zeroconf implementation via BonjourDaniel Mack2009-12-161-0/+13
| | | | | | | | | | | Avahi and dbus is too heavy for OSX just for the sake of publishing our services via mDNS/Zeroconf. Apple has its own Zeroconf implementation called Bonjour, and this patch adds a module that implements service announcement with that API. All data gathering is copied from module-zeroconf-publish.c, but unfortunately the code there is too specifically made for avahi, so I couldn't factor it out to reuse it.
* CoreAudio: add audio device moduleDaniel Mack2009-12-161-1/+8
| | | | | | | | | | | | This patch adds support for CoreAudio driven devices under Mac OS X. It is typically instanciated by the CoreAudio device detection module and handles all available streams on a specific device. Sinks are created according to the reported stream configuration. Float32 is used as default audio sample format at it is the only format CoreAudio speaks natively. Hardware volume control is not implemented yet.
* CoreAudio: add device detection moduleDaniel Mack2009-12-161-0/+14
| | | | | | | This adds a new module for CoreAudio device detection. It registers a callback to detect hotplugged devices and creates/destroys modules named 'module-coreaudio-device'. Devices are identified via a system-wide unique AudioDeviceID.
* src/Makefile.am: add specific OS_IS_DARWIN filesKim Lester2009-12-091-2/+11
| | | | | Signed-off-by: Kim Lester <kim@dfusion.com.au> Signed-off-by: Daniel Mack <daniel@caiaq.de>
* Add a configure option to change 'udevrulesdir'Arun Raghavan2009-12-061-1/+0
| | | | | | | | | | | This patch serves two purposes: 1) Allows something other than the de-facto standard udev rules dir or /lib/udev/rules.d to be used (the udev build system allows you to customise this) 2) Allows a prefixed, non-root install (right now, the /lib/... path is hard-coded into the build system
* Merge remote branch 'phish3/master'Lennart Poettering2009-11-231-0/+1
|\
| * Makefile.am: added qpaeq to installed scriptsJason Newton2009-11-201-0/+1
| |
* | Simplify Makefile.am handling of ALSA-related files.Diego Elio 'Flameeyes' Pettenò2009-11-211-31/+24
|/ | | | | | | | | Instead of declaring extra variables for the ALSA profiles and PATHS, and using EXTRA_DIST for the udev rule, use the dist_ prefix when declaring them for conditional installation. This relies on the fact that automake *is* smart enough to know that there exist *no* conditional dist, and will always distribute all of them.
* build-sys: Fix missing trailing slash in 14eaf2Colin Guthrie2009-11-161-1/+1
|
* build-sys: Make sure all alsa path config files are installedSjoerd Simons2009-11-151-39/+27
| | | | | While all alsa path configuration files were in EXTRA_DIST not all of them were in in alsapaths_DATA. Fixed by only defining the list in one place
* alsa: create a seperate mixer path for Speaker elementsLennart Poettering2009-10-311-0/+1
| | | | | | | On some cards line-out is independant of Sepaker and it is a good idea to cover that so that they can independantly be activated. https://bugzilla.redhat.com/show_bug.cgi?id=520884
* alsa: cover Headphone2 mixer elementLennart Poettering2009-10-311-0/+1
| | | | | | As seen on some drivers: https://bugzilla.redhat.com/show_bug.cgi?id=498612
* buil-sys: fix build w/o DBusDaniel Mack2009-10-121-4/+9
| | | | | | | | | | | | | | | The current git head does not build without DBus libraries installed. Does the patch below look suitable? Thanks, Daniel >From f69145fc603c56cef02134ceeba10e1727fa217e Mon Sep 17 00:00:00 2001 From: Daniel Mack <daniel@caiaq.de> Date: Thu, 8 Oct 2009 14:41:21 +0800 Subject: [PATCH] Makefile.am: fix builds without DBus Signed-off-by: Daniel Mack <daniel@caiaq.de>
* Add check for FFTW, and add option to disable it at build-time.Diego Elio 'Flameeyes' Pettenò2009-10-071-3/+7
| | | | | This way there will be a message at configure if FFTW is not found, and this gets in-line with the rest of the modules' dependencies.
* Fix out-of-tree builds when dbus module is enabled.Diego Elio 'Flameeyes' Pettenò2009-10-071-0/+2
|
* Merge remote branch 'coling/history'Lennart Poettering2009-10-071-3/+21
|\
| * device-manager: Add some scripts that are only run under KDE to ↵Colin Guthrie2009-10-011-3/+11
| | | | | | | | load/initialise module-device-manager with routing turned on.
| * device-manager: Link native protocol library.Colin Guthrie2009-10-011-1/+1
| |
| * device-manager: Fix indentationColin Guthrie2009-10-011-4/+4
| |
| * device-manager: Add an untested protocol extension.Colin Guthrie2009-10-011-0/+2
| | | | | | | | This is effectively copied from the stream restore extension.
| * device-manager: Add a new module to keep track of the names and descriptions ↵Colin Guthrie2009-10-011-2/+10
| | | | | | | | | | | | | | | | | | | | of various sinks. This will be used as the basis for a queryable system for past and present devices, initially for use in KDE. Currently all this module does is save lists of sinks/sources and their descriptions, so it needs to gain a protocol extension to make this queryable. As things stand it will save the device descriptions of all sinks and restore them if they differ from whats on record.
* | Merge remote branch 'phish3/master'Lennart Poettering2009-10-071-0/+7
|\ \
| * | module-equalizer-sink:Jason Newton2009-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | added dbus support removed cruft from inherited from ladspa module and improved clarity switched dsp processing to reference implementation until project is more mature tsched=0 seems to help with the micro-dropouts/crackling! oh my! reformatting/spaces
| * | module-equalizer-sink:Jason Newton2009-09-291-2/+2
| | | | | | | | | | | | | | | | | | removed liboil added sse2 optimized dsp logic implementation cleaned up a bit
| * | module-equalizer-sink addedJason Newton2009-09-291-0/+7
| |/ | | | | | | src/Makefile.am: added module-equalizer-sink
* | Merge branch 'master' into dbus-workTanu Kaskinen2009-10-021-24/+24
|\| | | | | | | | | Conflicts: src/daemon/daemon-conf.c
| * build-sys: drop LIBOIL_{FLAGS|LIBS} from Makefile.am since we don't use the ↵Lennart Poettering2009-09-021-24/+24
| | | | | | | | library anymore
* | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen2009-08-301-2/+3
|\| | | | | | | | | Conflicts: src/modules/module-stream-restore.c
| * build-sys: make proximity helper properly suidLennart Poettering2009-08-281-1/+1
| |
| * convert: add sse/sse2 s16 to float32ne conversionsWim Taymans2009-08-271-0/+1
| |
| * remap: add sse optimized mono to stereoWim Taymans2009-08-271-1/+1
| |
* | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen2009-08-261-5/+11
|\| | | | | | | | | Conflicts: src/Makefile.am
| * loopback: add loopback module for direct connections of sinks and sourcesLennart Poettering2009-08-261-3/+8
| |
| * build-sys: add missing header files to tarballLennart Poettering2009-08-241-2/+3
| |
* | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen2009-08-241-5/+18
|\| | | | | | | | | Conflicts: src/Makefile.am
| * Merge commit 'wtay/optimize'Lennart Poettering2009-08-231-0/+5
| |\
| | * remap: add MMX mono to stereoWim Taymans2009-08-201-0/+1
| | |
| | * remap: move remapping code in separate fileWim Taymans2009-08-201-0/+1
| | | | | | | | | | | | | | | Move the remapping code into a separate file. Have functions to install custom init functions that can install optimized versions, when they want.
| | * svolume: add ARM optimized volume scalingWim Taymans2009-08-201-2/+2
| | |
| | * cpu-x86: add cpu detection code and helpersWim Taymans2009-08-201-0/+1
| | | | | | | | | | | | | | | Add CPU detection code and various macros and typdefs to make it easier to write 64 and 32 bit code.
| | * volume_sse: add sse optimisationsWim Taymans2009-08-201-1/+1
| | |
| | * volume: add first mmx optimized functionWim Taymans2009-08-201-0/+1
| | | | | | | | | | | | | | | Add code for an mmx optimized version of s16ne volume scaling. Install the custom function.
| | * sample-util: move volume code to separate fileWim Taymans2009-08-201-0/+1
| | | | | | | | | | | | | | | Move the volume code into a separate file with the reference C implementations. Add a function to retrieve the volume function and one to install a new one.
| * | core: Add thread-safe group info functions with dynamic buffersTed Percival2009-08-221-2/+10
| | | | | | | | | | | | | | | | | | | | | Provides getgrgid, getgrnam, getpwuid & getpwnam replacements that are thread safe (a la getgrgid_r() and friends) that internally handle allocating big-enough buffers to avoid ERANGE errors on large users or groups.