mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 20:36:01 +01:00
Allow to refresh ALSA device list - #8051
This commit is contained in:
parent
3d5ea7dfab
commit
47bb331bfa
1 changed files with 3 additions and 0 deletions
|
|
@ -149,6 +149,9 @@ class AlsaAudioBackend : public AudioBackend, public PortEngineSharedImpl
|
|||
|
||||
bool can_change_systemic_latency_when_running () const { return true; }
|
||||
|
||||
bool can_request_update_devices () { return true; }
|
||||
bool update_devices () { return true; }
|
||||
|
||||
int set_device_name (const std::string&);
|
||||
int set_input_device_name (const std::string&);
|
||||
int set_output_device_name (const std::string&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue