summaryrefslogtreecommitdiff
path: root/drivers/alsa
Commit message (Expand)AuthorAgeFilesLines
* uncrustification of jack source codePaul Davis2016-02-2313-1270/+1296
* alsa_driver: Improve error handlingErik de Castro Lopo2016-02-171-0/+24
* alsa_driver: Whitespace onlyErik de Castro Lopo2016-02-171-137/+137
* Autotool fixesErik de Castro Lopo2016-02-161-0/+5
* including S24_LE/BE formats to linux alsa driverfalkTX2015-06-261-5/+10
* Fix FTBFS with clangAdrian Knoth2014-09-181-1/+1
* add ALSA MIDI code back as (slave) driverPaul Davis2013-10-114-328/+273
* ALSA backend: fall back on previous successful configuration if a new one failsPaul Davis2013-09-192-8/+24
* remove inexplicable cruft from error messagePaul Davis2013-09-191-1/+1
* Merge pull request #3 from jackaudio/control_device_name_fixesPaul Davis2012-11-251-16/+32
|\
| * We recommend using symbolic names like hw:Live but when subdevices are usedcontrol_device_name_fixesNedko Arnaudov2012-11-241-16/+32
* | patch from ticket #228, to fix search for lsof(1) along PATHPaul Davis2012-11-121-1/+1
* | adjust driver/backend port latencies for both playback and capture ports in b...Paul Davis2012-11-041-9/+1
* | add a latency callback to the ALSA backend, and ensure that the backend's lat...Paul Davis2012-11-041-1/+31
* | #include changes to reflect separation of public and private headersPaul Davis2012-02-088-20/+20
|/
* compile fixes for OS X: remove double linkages to libjack + libjackserver, re...paul2011-09-281-1/+1
* fix broken jack_get_microseconds in drivers when libjackserver is RTLD_LOCALtorben2011-05-291-2/+2
* fix Makefiles to reference libraries things depend on.torben2011-05-291-1/+1
* if an ALSA device cannot be opened because its busy, try to use lsof(1) to de...0.120.2paul2011-04-251-11/+137
* [alsa] fix whitespace from previous commits.torben2011-03-151-68/+67
* [alsa] initialise driver->read_via_copy also for cap PCM_FORMAT_FLOAT_LEtorben2011-03-151-1/+4
* [alsa] remove useless copy function.torben2011-03-152-43/+0
* [alsa] fix initialisation of io functions for capture only modetorben2011-03-151-0/+4
* [alsa] fix missing - in -EPIPEtorben2011-02-151-1/+1
* [latency api] change backend code to use jack_set_latency_range()torben2011-01-121-3/+7
* allow recovery when alsa_pcm is in suspended state.torben2010-11-021-0/+16
* fix a possible race/deadlock when jack is quitting and clients try to connect...paul2010-04-131-15/+12
* fix alsa driver null cycle.torben2010-03-131-5/+2
* correct big-endian 24bit->float conversion in ALSA backend (#135)paul2010-03-051-1/+1
* check return result of engine->set_buffer_size() in all backends, so that if ...paul2010-01-281-3/+9
* move jack capture into example clients (its not a finished tool) ; update emb...paul2009-07-091-9/+9
* correct memops mess (there were two instances of the header file, now there i...paul2009-03-133-117/+1
* simon jenkin's fix for float->16bit ditheringpaul2008-11-221-26/+12
* shift all possible 24-in-32 values right, not just scaled onespaul2008-10-281-4/+4
* provide support for 24bit, not just 24-in-32 formatpaul2008-10-281-4/+25
* macro-ize the core conversions and fix mistakes in dithering casespaul2008-10-251-93/+73
* machete-technique at its finest: rather than think about merge functions, jus...paul2008-10-251-113/+0
* finish what i started with earlier transformations - several functions were m...paul2008-10-241-67/+81
* next iteration of a cleanup of sample conversions. SUBJECT TO REVIEW. TEST. D...paul2008-10-241-550/+112
* no more dither when converting from float to 24 bit values - i am not sure h...paul2008-10-241-94/+51
* use stdint types, not long long or int, for the intermediate holder of float-...paul2008-10-241-21/+22
* remove unnecessary casts from return value of llrintf to long longpaul2008-10-241-13/+13
* use llrintf instead of lrintf when rounding to long long; use llrintf when co...paul2008-10-241-15/+43
* fix export of pointers into JACK API headers, thus allowing a 64 bit JACK ser...paul2008-10-151-1/+2
* Fix alsa driver, compiles again.sletz2008-07-232-4/+3
* Florian Faber native 32 bits float patch for alsa driver.sletz2008-07-233-154/+172
* * Applied Mike Taht's fix for proper alsa xrun duration measurementmarco2008-05-081-1/+1
* Fix alsa control handle leak. ok: paulnedko2008-04-041-0/+5
* Replace non defined jack_info_multiline by printf in usx2y.c debug codesletz2008-03-071-2/+2
* Version 0.109.4 : Nedko Arnaudov log patchsletz2008-03-043-35/+35