|
|
@@ -2180,16 +2180,16 @@ int JackAlsaDriver::Detach() |
|
|
|
int JackAlsaDriver::Open(jack_nframes_t nframes, |
|
|
|
jack_nframes_t user_nperiods, |
|
|
|
jack_nframes_t samplerate, |
|
|
|
int hw_monitoring, |
|
|
|
int hw_metering, |
|
|
|
int capturing, |
|
|
|
int playing, |
|
|
|
bool hw_monitoring, |
|
|
|
bool hw_metering, |
|
|
|
bool capturing, |
|
|
|
bool playing, |
|
|
|
DitherAlgorithm dither, |
|
|
|
int soft_mode, |
|
|
|
int monitor, |
|
|
|
bool soft_mode, |
|
|
|
bool monitor, |
|
|
|
int inchannels, |
|
|
|
int outchannels, |
|
|
|
int shorts_first, |
|
|
|
bool shorts_first, |
|
|
|
const char* capture_driver_name, |
|
|
|
const char* playback_driver_name, |
|
|
|
jack_nframes_t capture_latency, |
|
|
|