summaryrefslogtreecommitdiffstats
path: root/src/modules/jack
Commit message (Collapse)AuthorAgeFilesLines
* jack: Prevent crash on jack server shutdownDavid Henningsson2010-05-082-6/+7
|
* thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering2010-05-032-2/+7
|
* Revert "Fix crash on jack server shutdown"Lennart Poettering2010-03-221-3/+3
| | | | | | This reverts commit e756467434f787d392c45aac1327768bcf0b610c. The patch is incomplete and not entirely correct.
* Fix crash on jack server shutdownDavid Henningsson2010-03-151-3/+3
| | | | | | | On sink unlinking, existing sink inputs are moved, which in turn calls a get latency callback, which references the jack client. Therefore, make sure the sink is unlinked before the client is closed. Failure to do so might lead to SIGSEGV.
* jack: never try to autoconnect to MIDI portsLennart Poettering2009-11-112-2/+2
| | | | | | Original patch supplied by 'adi' http://pulseaudio.org/ticket/669
* core: get rid of rt sig/timer handling since modern Linux' ppooll() is ↵Lennart Poettering2009-06-192-2/+0
| | | | finally fixed for granularity
* modules: add {sink|source|card}_properties argument to all modulesLennart Poettering2009-05-282-8/+24
|
* build-system: move x11 and jack modules into subdirectoriesLennart Poettering2009-04-282-0/+944