summaryrefslogtreecommitdiff
path: root/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * fix alsa driver build on non-androidNedko Arnaudov2014-02-121-1/+1
| * jack2 supports android devices & rebase current changes to masterKimJeongYeon2014-02-055-13/+58
* | Added Stéphane review fixes :Matt Flax2014-02-133-3/+12
* | Removed a commented out line from wscript.Matt Flax2014-02-121-1/+0
* | systemdeps.h added a new defined case __ARM__ to clear the POST_PACKED_STRUCT...Matt Flax2014-02-123-160/+195
* | Added the beginnings of the IIO driver.Matt Flax2013-12-103-5/+277
|/
* Correct JackALSARawMidiDriver and JackWinMMEDriver.Stephane Letz2013-10-161-1/+1
* Correct JackClient::OnShutdown.Stephane Letz2013-01-261-31/+30
* Merge pull request #23 from jackaudio/device_reservation_fixes1.9.9.5Stéphane Letz2012-11-263-44/+34
|\
| * Improve computation of the alsa control device nameNedko Arnaudov2012-11-242-36/+22
| * Fixes for alsa device reservationNedko Arnaudov2012-11-242-8/+12
* | Fix ALSA driver inchannels/outchannels types.Stephane Letz2012-10-241-5/+7
* | Use string ids in the alsa device listNedko Arnaudov2012-09-191-0/+1
* | [wscript] Fix FTBFS with -Wl,--as-neededAdrian Knoth2012-09-121-2/+2
* | Audioadapter factory code moved back in JackAudioAdapterFactory.cpp file.Stephane Letz2012-08-061-4/+0
* | Move audioadapter creation code in platform specific part.Stephane Letz2012-08-041-0/+4
* | alsa driver/adapter improvements to flexibly use playback/capture devices thr...Stephane Letz2012-07-103-6/+20
* | Alsa audioadapter open file-descriptor leak patch.Stephane Letz2012-07-101-1/+2
* | Merge branch 'master' into param-orderNedko Arnaudov2012-06-1912-51/+143
|\ \
| * | firewire: compile with FFADO versions < 9 againAdrian Knoth2012-03-201-0/+7
| * | waf: remove commented out linking of serverlib to driversNedko Arnaudov2012-03-181-2/+1
| * | Merge branch 'master' into python3-waf-upgradeNedko Arnaudov2012-03-182-17/+94
| |\ \
| | * | [firewire] Use UpdateLatencies() in Attach().Adrian Knoth2012-03-171-11/+2
| | * | [firewire] Allow FFADO backend to change the buffer sizeAdrian Knoth2012-03-172-6/+65
| | * | [firewire] Introduce UpdateLatencies() in FFADO backendAdrian Knoth2012-03-172-0/+27
| * | | wscript. Fix relocation link error (missing -fPIC)Adrian Knoth2012-02-151-1/+1
| * | | indention fixNedko Arnaudov2012-02-151-1/+1
| * | | swtich from uselib/uselib_local to useNedko Arnaudov2012-02-151-10/+11
| * | | switch from bld.new_task_gen() to bld()Nedko Arnaudov2012-02-151-5/+3
| * | | wscript: Fix include path for config.hAdrian Knoth2012-02-121-2/+2
| * | | wscript: Fix internal waf error (missing features)Adrian Knoth2012-02-121-0/+1
| * | | Make freebob, ffado, alsa and celt optional.Adrian Knoth2012-02-121-3/+3
| * | | Fix mixed tab/space indentation in wscript filesAdrian Knoth2012-02-121-2/+2
| |/ /
| * | Rename JackProcessSync in JackPosixProcessSync.sletz2012-01-271-2/+2
| * | Add EndTime function (especially for Windows).sletz2012-01-261-0/+3
| * | Fix for Ticket #269.sletz2012-01-242-0/+2
| * | Factorize code the server/client request.sletz2012-01-111-3/+5
| * | Export cleanup.sletz2012-01-071-5/+5
| * | Compiles again on Linux with ALSA.sletz2012-01-044-0/+4
| * | Remove duplicated declaration.sletz2011-12-201-2/+0
| |/
* | fix alsa driver parameter orderNedko Arnaudov2012-05-261-3/+3
|/
* Cleanup.sletz2011-11-254-8/+8
* More robust dynamic port management in JACK/CoreMidi bridge.sletz2011-11-251-0/+1
* Cleanup.sletz2011-11-241-2/+0
* Some missing snprintf.sletz2011-11-221-1/+1
* Cleanup code using snprintf(2).sletz2011-11-161-2/+2
* Cleanup code using snprintf.sletz2011-11-165-27/+27
* NetJack2 code cleanup.Stephane Letz2011-11-041-2/+2
* Add jackctl_driver_get_type in Control API.sletz2011-08-265-6/+6
* New JackTimedDriver class to be used by JackDummyDriver, JackNetDriver and Ja...sletz2011-07-291-1/+1