X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=alsa_input.h;h=4638e4bb802ff875dea5e48a59cb285fda852ff1;hb=e4c99b681aceb0d960f1d56acc9dafc83643854b;hp=a93b984fb2ec48ff0d32d4fe4fcfa650317c2a04;hpb=ccb534bc43abdb3fb057e36bd832123934d84395;p=nageru diff --git a/alsa_input.h b/alsa_input.h index a93b984..4638e4b 100644 --- a/alsa_input.h +++ b/alsa_input.h @@ -184,7 +184,10 @@ private: // Must be called with held. Will allocate a new entry if needed. // The returned entry will be set to READY state. - unsigned find_free_device_index(); + unsigned find_free_device_index(const std::string &name, + const std::string &info, + unsigned num_channels, + const std::string &address); friend class ALSAInput; };