mo' better coreaudio device enumeration and usage by JACK control panel

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2313 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-08-16 03:38:44 +00:00
parent f810616e1d
commit 43a43437bc
3 changed files with 71 additions and 35 deletions

View file

@ -81,8 +81,10 @@ class EngineControl : public Gtk::VBox {
std::map<std::string,std::vector<std::string> > devices;
void enumerate_devices ();
#ifdef __APPLE
#ifdef __APPLE__
std::vector<std::string> enumerate_coreaudio_devices ();
std::vector<std::string> coreaudio_devs;
#else
std::vector<std::string> enumerate_alsa_devices ();
std::vector<std::string> enumerate_oss_devices ();