mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Con't work on ALSA nperiod selection (see also d3d120fa)
This commit is contained in:
parent
d3d120fa28
commit
8e482ef0fb
7 changed files with 12 additions and 8 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue