implement pretty-name set-property for ALSA and Dummy
[ardour.git] / libs / backends / alsa / alsa_audiobackend.h
index 01f757928ff9a2cfbbb020bf746b187656a099d7..97db9fbcaa7e14b854f8e83be2f88893b1797974 100644 (file)
@@ -266,7 +266,9 @@ class AlsaAudioBackend : public AudioBackend {
                int         set_port_name (PortHandle, const std::string&);
                std::string get_port_name (PortHandle) const;
                PortHandle  get_port_by_name (const std::string&) const;
+
                int get_port_property (PortHandle, const std::string& key, std::string& value, std::string& type) const;
+               int set_port_property (PortHandle, const std::string& key, const std::string& value, const std::string& type);
 
                int get_ports (const std::string& port_name_pattern, DataType type, PortFlags flags, std::vector<std::string>&) const;