summaryrefslogtreecommitdiff
path: root/libs/ardouralsautil/devicelist.cc
AgeCommit message (Collapse)Author
2017-04-19Use PBD::to_string() from pbd/string_convert.h in ardour ALSA utilsTim Mayberry
Use pbd/string_convert.h API instead of std::ostream for numeric formatting to remain locale independent and not have to use a LocaleGuard. The formatting is equivalent
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-06-14allow to scan for half-duplex ALSA devicesRobin Gareus
2014-06-21alsa sequencer device/port listingRobin Gareus
2014-06-04break out ALSA related functions into libardouralsautilRobin Gareus