123 Commits (d904746b42411382280ade9f0e10b5c089c6cb15)

Author SHA1 Message Date
  sletz 3ea1d70b0c Netdriver can now ask for in/out values from the master (in progress). 14 years ago
  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 b8d0230de8 Cleanup ALSA driver code. 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 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 e27f815216 Rework internal slave driver management, JackServerGlobals now handle same parameters as jackdmp. 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 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 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 30a1a97d80 Fix for profiling mode. 16 years ago
  sletz 9f0d5c605b Cleanup 16 years ago
  sletz b822633846 For audio device reservation, add card_to_num function. 16 years ago
  sletz abf1b2bca8 First version of D-Bus based audio device rerservation. 16 years ago
  sletz 6c84cceffd Use PRIu32 kind of macro in JackAlsaDriver again. 16 years ago
  sletz b2d7940247 Correct timing measurement error done in ALSA driver (r3253) 16 years ago
  sletz f0ee87367e Synchronize ALSA backend code with JACK1 one. 16 years ago
  sletz 8ebf5c800c For ALSA driver, synchronize with latest jack1 memops functions. 16 years ago
  sletz a7fd397819 Better isolation of server and clients system resources to allow starting the server in several user account at the same time. 16 years ago
  nedko e845f540bb Apply patch by kfoltman that fixes #95 16 years ago
  nedko 4420ca2b32 constraints for alsa driver dither and midi-driver parameters 16 years ago
  nedko ebba58c8ee possible alsa device enum values 16 years ago
  sletz f19b74f904 Header cleanup, add --clients and --ports options in configure. 16 years ago
  sletz 7628f71f59 Cleanup jack_port_id_t/jack_port_t mess, should work again on 64 bits machines. 16 years ago
  sletz bfdf50d52d Better symbols export for server and client side libraries. 16 years ago
  sletz 3e01068967 Merge Michael Voigt drops branch after reorganization step. 16 years ago
  sletz d153fdee1b Add new desc (extended description) in jack_driver_desc_t, to be used by backends and internal clients. 16 years ago