215 Commits (173f1629a95298dfb0692044dd9b932245685d3d)

Author SHA1 Message Date
  Stephane Letz 51e07561ad Correct JackAlsaDriver::UpdateLatencies. 14 years ago
  Stephane Letz cf98c33ef8 Correct SetBufferSize for drivers. 14 years ago
  sletz 641179517f Correct alsa_driver_restart (thanks Devin Anderson). 14 years ago
  sletz f8d78dc7d0 Fix CELT code in JackNetOneDriver.cpp. 14 years ago
  Devin Anderson db132e1974 Update server control API with jackctl_server_open and jackctl_server_close (see http://trac.jackaudio.org/ticket/219 for rationale). Update drivers to support Start/Stop of slave drivers. Update dbus to use new jackctl_server_* functions. Freewheel driver is no longer an implicit slave of the master audio driver. Haven't tested freewheeling, and didn't update Solaris OSS driver. Tested slave addition by adding loopback driver, but don't have a slave driver in this branch on Linux platform to test with. 14 years ago
  sletz ccdfe51346 Cleanup. 14 years ago
  sletz e97dcccfa8 Cleanup ALSA driver. 14 years ago
  sletz b8d0230de8 Cleanup ALSA driver code. 14 years ago
  sletz 137e4867bb Remove use of jack_driver_nt_finish. 14 years ago
  sletz 2869ca7014 Cleanup. 14 years ago
  sletz 3f9a3d85f8 ALSA driver still in progress. 14 years ago
  sletz ee393311bf New ALSA driver now compile. 14 years ago
  sletz a12d18becd Code to link alsa_driver.c and C++ wrapper. 14 years ago
  sletz b8cf0778a4 Update ALSA driver in progress(5). 14 years ago
  sletz 14e2f368cc Update ALSA driver in progress(4). 14 years ago
  sletz 1abff2cbe0 Update ALSA driver in progress(3). 14 years ago
  sletz 608ba9885e Update ALSA driver in progress(2). 14 years ago
  sletz f5672fc3ad Update ALSA driver in progress. 14 years ago
  sletz 3c08dbac73 Change include in JackAlsaAdapter.cpp. 14 years ago
  sletz acba6ceca7 Typo in JackAlsaAdapter.h. 14 years ago
  sletz e27f815216 Rework internal slave driver management, JackServerGlobals now handle same parameters as jackdmp. 14 years ago
  sletz d96a755c3c Use jack_default_audio_sample_t instead of float consistently, fix ticket #201. 14 years ago
  sletz 97c3a441f5 Use of latency range in all backends. ComputeTotalLatencies now a client/server call. 14 years ago
  sletz 92c5da66da Revert r4119 (RT notification in the server). JackAudioDriver::ProcessSync now skip backend write in case of graph process failure. Fix incorrect error codes in alsa/usx2y.c and alsa/JackAlsaDriver.cpp. 14 years ago
  sletz 4f249a336f Remove JackPortIsActive flag. 14 years ago
  sletz 8b1d593d3a ALSA backend : suspend/resume handling (jack1 r4075). 14 years ago
  sletz 7327eff7a4 Cleanup ALSA backend. 14 years ago
  sletz 7dfb47b067 Improve backend error handling: fatal error returned by Read/Write now cause a Process failure (so a thread exit for blocking backends). Recoverable ones (XRuns..) are now treated internally in ALSA, FreeBob and FFADO backends. 14 years ago
  sletz f5d2ce7662 Sync JackAlsaDriver::alsa_driver_check_card_type with JACK1 backend. 14 years ago
  sletz ccf2041c51 Remove call to exit in library code. 15 years ago
  sletz 8b0d84b326 Josh Green ALSA driver capture only patch. 15 years ago
  Stéphane LETZ 04206f10d1 Implement new JackPortIsActive flag for ports, ports have this status between client "activate" and "deactivate". 15 years ago
  nedko 1859a9dbf9 Fix build in classic only configuration 16 years ago
  nedko 3aa9b525c3 Move dbus device reservation code to jackdbus 16 years ago
  nedko 9b185921d8 properly implement card_to_num() 16 years ago
  nedko 9f0c6c64da Report ALSA card number 16 years ago
  sletz 9c52fb7c03 Tim Bechmann patch : hammerfall, only release monitor thread, if it has been created. 16 years ago
  sletz d38a6c9c1d Move InitFrameTime in JackDriver::Start method. 16 years ago
  sletz c972442a7c D-Bus control for switch master API. 16 years ago
  sletz 139aa4d969 Extended log message in JackAlsaDriver::Read. 16 years ago
  sletz aba529ce0d More debug code in ALSA backend. 16 years ago
  sletz 8e6fa87b4a In ALSA audio card reservation code, tries to open the card even if reservation fails. 16 years ago
  sletz 3ee6e1f1fd Adapter -g parameter allows to change ringbuffer size. 16 years ago
  sletz bbaefaee7c Correct JackOSSAdapter thread scheduling, correct JackAudioAdapterInterface. 16 years ago
  sletz 6d3b3633a6 Try automatic adaptative mode in adapters. 16 years ago
  sletz 3001e1bd87 Correct default value for ringbuffer size. 16 years ago
  sletz 3b2cb76ae9 Long option desc have to be used... 16 years ago
  sletz 74c74ac6fd Add -g (ring-buffer) parameter to netadapter. 16 years ago
  sletz bf1723b98a Improve generated gnuplot files for adapting code. 16 years ago
  sletz 8fb9b2c95b Typo in JackOSSAdapter. 16 years ago