summaryrefslogtreecommitdiff
path: root/linux
Commit message (Expand)AuthorAgeFilesLines
* Remove FreeBoB backend (superseded by FFADO)Thomas Brand2019-01-224-1449/+1
* alsa_driver: Use float to S32 conversion if requestedTimo Wischer2019-01-171-6/+27
* Revert a test change.falkTX2018-11-131-1/+1
* Cleanup some warningsfalkTX2018-11-138-13/+21
* Fix build against old alsa versionsfalkTX2018-10-101-1/+2
* ALSA: Always enable tstamp mode, other small fixesfalkTX2018-10-104-35/+30
* Revert "Fix unused{,-but-set}-variable compiler warnings."Karl Linden2018-10-063-14/+19
* Fix unused{,-but-set}-variable compiler warnings.Karl Linden2018-10-063-19/+14
* alsa driver: Provide option to enable time stamp modeTimo Wischer2018-07-274-6/+36
* Check mmap() against MAP_FAILEDfalkTX2018-04-051-10/+16
* More spelling fixes from Debian QAAdrian Knoth2018-02-251-2/+2
* Secure promiscuous mode for linux futexesCédric Schieli2017-03-182-3/+19
* Merge pull request #219 from falkTX/masterAdrian Knoth2017-03-123-2/+330
|\
| * Use Linux futex as JackSynchrofalkTX2017-03-073-2/+330
* | Allow firewire device be selected via -dAdrian Knoth2017-01-241-0/+5
|/
* Merge remote-tracking branch 'upstream/master'Stephane Letz2016-01-011-94/+0
|\
| * Refactor duplicated code into toplevel wscript.Karl Linden2015-12-131-128/+0
| * Tidy up linux/wscript and make it ready for unification. See issue #164.Karl Linden2015-12-131-45/+85
| * Check for ppoll() in toplevel wscript.Karl Linden2015-12-131-3/+0
| * Remove unnecessary define HAVE_PPOLL.Karl Linden2015-12-131-1/+1
| * Remove unused HAVE_TIMERFD define.Karl Linden2015-12-131-2/+1
| * Remove unused import.Karl Linden2015-12-131-2/+0
* | String management fix.Stephane Letz2016-01-012-4/+4
|/
* Release audio devices when alsa_driver_new failsJacek Konieczny2015-12-061-2/+4
* Fix CPU hogging of the midi_thread()escitalopram2015-10-271-1/+1
* Remove linux/cycles.hfalkTX2015-10-222-130/+0
* Add JackProxyDriverCédric Schieli2015-04-271-0/+1
* make build option --iio an auto optionKarl Lindén2015-04-101-5/+0
* make build option --freebob an auto optionKarl Lindén2015-04-101-3/+0
* make build option --firewire an auto optionKarl Lindén2015-04-101-3/+0
* make build option --alsa an auto optionKarl Lindén2015-04-101-3/+0
* increase size of array to fit initializer stringMarkus Seeber2014-12-151-1/+1
* including S24_LE/BE formats to linux alsa driverRicardo Crudo2014-10-271-2/+8
* Correct JackWinMMEDriver and JackALSARawMidiDriver creation.Stephane Letz2014-07-031-7/+15
* up-to-date jack2_android from OSRC(SM-G9008W_CHN).KimJeongYeon2014-06-192-4/+4
* Don't rely on CPU cycles to measure time.Adrian Knoth2014-03-141-63/+1
* alsa driver: remove midi-driver long descriptionNedko Arnaudov2014-03-101-5/+2
* alsa driver: remove dither long descriptionNedko Arnaudov2014-03-101-5/+1
* use descriptors for initializing enum constraintsNedko Arnaudov2014-03-101-114/+44
* fix alsa device name constraint struct allocationNedko Arnaudov2014-03-101-1/+1
* Removed a configure dependancy on SOX for IIO.Matt Flax2014-02-182-4/+0
* Added the codeBlocks key to the .gitignore file.Matt Flax2014-02-172-51/+52
* [wscript] Enable IIO driverAdrian Knoth2014-02-141-0/+15
* [wscript] Cosmetics: Whitespace changesAdrian Knoth2014-02-141-4/+4
* Add IIO driverAdrian Knoth2014-02-142-0/+302
* Revert "Added the beginnings of the IIO driver."Adrian Knoth2014-02-143-277/+5
* Revert "systemdeps.h added a new defined case __ARM__ to clear the POST_PACKE...Adrian Knoth2014-02-143-195/+160
* Revert "Removed a commented out line from wscript."Adrian Knoth2014-02-141-0/+1
* Revert "Added Stéphane review fixes :"Adrian Knoth2014-02-143-12/+3
* Merge branch 'master' of git://github.com/jackaudio/jack2Matt Flax2014-02-145-12/+57
|\