- 24 Nov, 2012 2 commits
-
-
Nedko Arnaudov authored
We recommend using symbolic names like hw:Live but when subdevices are used regcomp() was failing to parse them. This changeset improves the algorithm by using less assumptions.
-
Nedko Arnaudov authored
* Don't attempt to use device reservation when card_to_num() mapping has failed. In case of card_to_num() failures, "Audio-1" device was reserved on start but not released on stop. This was causing next start to fail with out of memory error, and since previous commit, with "A handler is already registered for /org/freedesktop/ReserveDevice1/Audio-1" error. * In case of playback device reservation failure, release the capture device * Remove unused fReservedCaptureDevice and fReservedPlaybackDevice data members of the JackAlsaDriver class
-
- 24 Oct, 2012 1 commit
-
-
Stephane Letz authored
-
- 18 Sep, 2012 1 commit
-
-
Nedko Arnaudov authored
We recommend this at http://jackaudio.org/device_naming fixes #18
-
- 10 Jul, 2012 1 commit
-
-
Stephane Letz authored
-
- 26 May, 2012 1 commit
-
-
Nedko Arnaudov authored
Parameter order doesnt matter for jackd but does for jackdbus. jackd sets parameters (via Control API) in the order they were specified at commandline. Thus, the jackd user is expected to specify parameters in correct order. This is not good solution for jackdbus though. jackdbus settings persistence in ~/.config/jack/jack.xml stores parameter in the order they are defined by the driver. OTOH the D-Bus interface itself suggests no particular order. For example the user can change only one parameter via the jack_control tool. Other parameters either have their default values or the ones that were previously set are used. The particular ordering problem this changeset aims to fix is that when user specifies capture/playback device and device, the first one(s) is/are ignored. This happens because the device parameter is set after the capture/playback device parameters. The alsa then uses the string from the device parameter for both capture and playback devices, despite the user wish to override one or both of them.
-
- 25 Nov, 2011 1 commit
-
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4608 0c269be4-1314-0410-8aa9-9f06e86f4224
-
- 22 Nov, 2011 1 commit
-
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4595 0c269be4-1314-0410-8aa9-9f06e86f4224
-
- 16 Nov, 2011 2 commits
-
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4587 0c269be4-1314-0410-8aa9-9f06e86f4224
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4586 0c269be4-1314-0410-8aa9-9f06e86f4224
-
- 26 Aug, 2011 1 commit
-
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4529 0c269be4-1314-0410-8aa9-9f06e86f4224
-
- 27 May, 2011 2 commits
-
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4396 0c269be4-1314-0410-8aa9-9f06e86f4224
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4395 0c269be4-1314-0410-8aa9-9f06e86f4224
-
- 29 Apr, 2011 1 commit
-
-
Stephane Letz authored
-
- 27 Apr, 2011 1 commit
-
-
Stephane Letz authored
-
- 24 Apr, 2011 1 commit
-
-
Nedko Arnaudov authored
-
- 22 Apr, 2011 1 commit
-
-
Nedko Arnaudov authored
The main goal is to reduce risk of mismatch between allocated and initialized parameter numbers.
-
- 15 Apr, 2011 1 commit
-
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4307 0c269be4-1314-0410-8aa9-9f06e86f4224
-
- 05 Apr, 2011 1 commit
-
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4273 0c269be4-1314-0410-8aa9-9f06e86f4224
-
- 02 Apr, 2011 1 commit
-
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4253 0c269be4-1314-0410-8aa9-9f06e86f4224
-
- 30 Mar, 2011 3 commits
-
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4239 0c269be4-1314-0410-8aa9-9f06e86f4224
-
Stephane Letz authored
-
Stephane Letz authored
-
- 24 Mar, 2011 1 commit
-
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4222 0c269be4-1314-0410-8aa9-9f06e86f4224
-
- 23 Mar, 2011 1 commit
-
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4218 0c269be4-1314-0410-8aa9-9f06e86f4224
-
- 21 Mar, 2011 1 commit
-
-
Devin Anderson authored
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.
-
- 16 Mar, 2011 1 commit
-
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4212 0c269be4-1314-0410-8aa9-9f06e86f4224
-
- 15 Mar, 2011 7 commits
-
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4209 0c269be4-1314-0410-8aa9-9f06e86f4224
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4206 0c269be4-1314-0410-8aa9-9f06e86f4224
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4205 0c269be4-1314-0410-8aa9-9f06e86f4224
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4204 0c269be4-1314-0410-8aa9-9f06e86f4224
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4202 0c269be4-1314-0410-8aa9-9f06e86f4224
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4201 0c269be4-1314-0410-8aa9-9f06e86f4224
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4200 0c269be4-1314-0410-8aa9-9f06e86f4224
-
- 13 Mar, 2011 1 commit
-
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4184 0c269be4-1314-0410-8aa9-9f06e86f4224
-
- 11 Mar, 2011 1 commit
-
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4181 0c269be4-1314-0410-8aa9-9f06e86f4224
-
- 08 Mar, 2011 1 commit
-
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4151 0c269be4-1314-0410-8aa9-9f06e86f4224
-
- 04 Mar, 2011 1 commit
-
-
sletz authored
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. git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4143 0c269be4-1314-0410-8aa9-9f06e86f4224
-
- 17 Nov, 2010 1 commit
-
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4088 0c269be4-1314-0410-8aa9-9f06e86f4224
-
- 08 Nov, 2010 1 commit
-
-
sletz authored
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4084 0c269be4-1314-0410-8aa9-9f06e86f4224
-