summaryrefslogtreecommitdiff
path: root/linux
Commit message (Expand)AuthorAgeFilesLines
* Add 32 bit support for ALSA driver (#811)Claudio Cabral2022-01-151-0/+70
* ALSA: convert properly S24_LECamille Gonnet2022-01-151-4/+4
* Cleanup around linux futex, apply EINTR case for timed waitsfalkTX2021-04-141-7/+9
* JackLinuxFutex: treat maximum TimedWait() as Wait() and retry on EINTRchzchzchz2021-04-141-1/+8
* Use SYS_futex instead of __NR_futexKhem Raj2020-11-271-3/+7
* jack alsa: reoganize code for readabilityAdam Miartus2020-10-111-12/+13
* alsa_driver: remove unused variableAdam Miartus2020-10-112-4/+0
* Revert "alsa: fix the poll interval"falkTX2020-09-132-3/+3
* Revert "Remove `floor` call in timeout calculation"falkTX2020-09-131-1/+1
* Revert "Fix integer conversion for poll_timeout_ms"falkTX2020-09-131-1/+1
* Fix integer conversion for poll_timeout_msfalkTX2020-07-161-1/+1
* Remove `floor` call in timeout calculationfalkTX2020-07-161-1/+1
* alsa: in case of poll timeout print errorAdam Miartus2020-06-111-3/+3
* alsa: add log in case of poll was interruptedAdam Miartus2020-06-111-1/+3
* alsa: fix the poll intervalAdam Miartus2020-06-102-3/+3
* alsa: fix typo in error outputAdam Miartus2020-06-101-2/+2
* alsa: fix define conflict with std algorithmAdam Miartus2020-06-101-8/+8
* Fix warning: catching polymorphic type ‘class std::exception’ by valueGuido Aulisi2019-10-281-1/+1
* Rename PortSetDeviceMetadata to PortSetDefaultMetadataLuciano Iam2019-10-287-12/+12
* Fix blocking DBus device reservation, so it plays nice with othersfalkTX2019-10-282-0/+24
* Use strncpy in some calls for alsa_rawmidi.cv1.9.13falkTX2019-10-061-2/+2
* Rename system_midi:* back to system:midi_*Luciano Iam2019-10-052-4/+4
* Set pretty-name for ALSA seq MIDI portsLuciano Iam2019-10-051-3/+6
* Set pretty-name for ALSA raw MIDI portsLuciano Iam2019-10-055-4/+24
* Set "seq" alsa midi driver to maximum resolution possiblefalkTX2019-10-051-2/+19
* alsa_driver: Execute recovery on ALSA poll timeoutLaxmi Devi2019-09-111-5/+19
* alsa_driver: Moved the check for poll timeout before getting the reventsLaxmi Devi2019-09-111-9/+8
* alsa_driver: Exiting loop for need_playback and need_capture on XRUN to execu...Laxmi Devi2019-09-111-1/+1
* FIx doxygen and user facing and non-facing typosluz.paz2019-09-118-10/+10
* Rename `PortSetDeviceName` to `PortSetDeviceMetadata`falkTX2019-09-111-2/+2
* MIDI port pretty names (#498)Luciano Iam2019-09-117-16/+39
* Use CLOCK_MONOTONIC_RAW when availablefalkTX2019-06-022-0/+8
* Changed jackd alsa driver to reprepare the kernel alsa driver upon each xrunArnout Diels2019-03-221-1/+14
* Fix client UUID gen, and some warnings (#440)Filipe Coelho2019-03-183-9/+12
* Solving problems while compiling jack2 on macOS X with dbus support (#434)shura2019-02-242-0/+39
* memops-alsa_bad_sound-fix-1 (#426)Rui Nuno Capela2019-02-081-27/+6
* 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