Paul Davis
c758cdf4f6
uncrustification of jack source code
9 years ago
Adrian Knoth
c97157fc6e
Don't rely on CPU cycles to measure time.
We have a proper clocksource in the kernel, use this instead.
This commit also fixes jackd on ARM boards with newer Linux kernels
where /proc/cpuinfo has changed.
11 years ago
Paul Davis
d094819df4
#include changes to reflect separation of public and private headers
13 years ago
paul
88d56dd325
enable JACK to function on SH4 architectures (ticket #224 )
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4470 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
torben
0cdc3916cd
fix broken jack_get_microseconds in drivers when libjackserver is RTLD_LOCAL
for python loading libjackserver and using controlAPI.
drivers are linked to a second instance of libjackserver.so and the
global symbol _jack_get_microseconds showed up uninitialised.
by providing a function pointer to right instance in the engine struct,
we can fix this problem. since _jack_get_microseconds is a in systemdeps,
we need a generic way to get the right function pointer.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4421 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
paul
865ce23ece
fix freqscaling test (ported from ardour)
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4121 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
paul
e68790ed74
systemtest should use SCHED_FIFO not SCHED_RR
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4118 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
torben
80e93bc090
[sanitycheck] remove warning about unlimited amount of locked memory
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4115 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
torben
b26018f235
fix sanitycheck.c to tell user to use 99 for RT prio
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4114 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
paul
ecbb69742e
remove mention of "nice" from the sanitycheck output
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4049 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
paul
b8b74358d1
move copyright message to be the first thing printed (except in the -V case); fix dangerous code in physmem determining code; change output if memory locking is unlimited; return 0 if -V is used
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3794 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
paul
3bcd2ed32e
unchecked malloc return cases in libjack fixed; add info on -L option ; different backend lists in usage text for OS X and linux; indent ringbuffer.c appropriately
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3771 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sonarnerd
0326eb4afe
Kjetil S. Matheussen: Fix a bug in HPET mmap() error check
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3522 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
paul
2301ee1490
slightly more explanatory message regarding rt scheduling failure
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3444 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
paul
3bea13b9ee
(jack1) make realtime the default; add -L for "long latency" ; don't check for RT permission if not running realtime; don't check for freqscaling unless using RDTSC as clocksource
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3443 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
paul
1c274e4093
fix --no-sanity-checks and make freq-scaling detection non-fail
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3436 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
paul
da01fb78df
first pass at integrating sanity/system checks into jack1
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3434 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
paul
8c6780038d
remove all CVS Id lines from source and headers
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1031 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
paul
df3d1b4842
implement fons' jack_thread_wait API along with internal design changes to support both models (callback and wait) with the same code; fix for use of snd_pcm_link (from takashi); change mem alignment to 64 for better SIMD optimization
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1025 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
sonarnerd
6139e56628
- Handle 32-bit counter wrap
- Handle both 32- and 64-bit counters
- Clean up
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@992 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
sonarnerd
34d9717147
Use 32-bit reads on HPET on 32-bit platforms. 64-bit reads should be OK on x86-64 and for example Intel ICH7.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@991 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
joq
d773affa63
make distcheck fixes
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@983 0c269be4-1314-0410-8aa9-9f06e86f4224
19 years ago
pbd
2ed25ba2da
add new file
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@956 0c269be4-1314-0410-8aa9-9f06e86f4224
19 years ago
pbd
7e8cf3c23c
reworked config headers etc; rework clockfix patch; exit if -R requested but unobtainable
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@948 0c269be4-1314-0410-8aa9-9f06e86f4224
19 years ago
joq
64930746f2
[0.96.0] merge MacOSX EXP tree into HEAD
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@673 0c269be4-1314-0410-8aa9-9f06e86f4224
21 years ago