summaryrefslogtreecommitdiff
path: root/libs/ardouralsautil
AgeCommit message (Collapse)Author
2016-02-28prepare for update to waf 1.8Robin Gareus
uselib is no longer implicit (inherited by .use). This is still incomplete, some uselibs for non-linux variants may be missing. bld.is_defined("HAVE_XXX") also no longer works and will have to be changed (I think to bld.env["HAVE_XXX"]) in countless places.
2016-02-21alsa: allow environment variable ARDOUR_ALSA_DEVICE to identify a single, ↵Paul Davis
arbitrary ALSA PCM name as the only available/allowed device
2015-09-11spelling error fixes (notably "overriden" => "overidden") from IOhannes m ↵Paul Davis
zmölnig
2015-08-11add API to query ALSA supported parametersRobin Gareus
2015-06-14allow to scan for half-duplex ALSA devicesRobin Gareus
2014-09-06get installdir for libardouralsautil correctPaul Davis
2014-06-29update ARD - allow to release it as standalone tool.Robin Gareus
see https://github.com/x42/alsa_request_device
2014-06-21alsa sequencer device/port listingRobin Gareus
2014-06-15fix edge case - handle error in device owner requestRobin Gareus
2014-06-15ARD: proper cleanupRobin Gareus
2014-06-07install libardouralsautil into the normal libdir, not a subdirPaul Davis
2014-06-05don't build a-r-d if alsa backend is not builtRobin Gareus
2014-06-05add default timeout for old dbus headersRobin Gareus
2014-06-05make alsa/ardour dbus-device request tool generally useful.Robin Gareus
2014-06-05mark dbus reservation tool optionalRobin Gareus
2014-06-05proper dbus device reservationRobin Gareus
2014-06-04break out ALSA related functions into libardouralsautilRobin Gareus