Allow to refresh ALSA device list - #8051

This commit is contained in:
Robin Gareus 2020-04-29 02:19:38 +02:00
parent 3d5ea7dfab
commit 47bb331bfa
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -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&);