Con't work on ALSA nperiod selection (see also d3d120fa)

This commit is contained in:
Robin Gareus 2020-04-28 17:56:17 +02:00
parent d3d120fa28
commit 8e482ef0fb
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
7 changed files with 12 additions and 8 deletions

View file

@ -71,7 +71,7 @@ class JACKAudioBackend : public AudioBackend {
std::vector<float> available_sample_rates (const std::string& device) const;
std::vector<uint32_t> available_buffer_sizes (const std::string& device) const;
std::vector<uint32_t> available_period_sizes (const std::string& driver) const;
std::vector<uint32_t> available_period_sizes (const std::string& driver, const std::string& device) const;
uint32_t available_input_channel_count (const std::string& device) const;
uint32_t available_output_channel_count (const std::string& device) const;