summaryrefslogtreecommitdiff
path: root/drivers/alsa/alsa_driver.c
Commit message (Expand)AuthorAgeFilesLines
* fix wrong malloc sizeMichele Dionisio2020-09-271-4/+4
* Explicitly enable timestamps in the ALSA backendMiroslav Urbanek2016-09-141-0/+5
* fix capture latency for ALSA backend, given normal definitions. Add commentsPaul Davis2016-09-141-1/+7
* fix ALSA backend's own port latencies to reflect -n (periods) argumentPaul Davis2016-09-141-2/+3
* uncrustification of jack source codePaul Davis2016-02-231-634/+635
* alsa_driver: Improve error handlingErik de Castro Lopo2016-02-171-0/+24
* alsa_driver: Whitespace onlyErik de Castro Lopo2016-02-171-137/+137
* including S24_LE/BE formats to linux alsa driverfalkTX2015-06-261-5/+10
* add ALSA MIDI code back as (slave) driverPaul Davis2013-10-111-309/+272
* ALSA backend: fall back on previous successful configuration if a new one failsPaul Davis2013-09-191-8/+23
* 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-081-3/+3
|/
* fix broken jack_get_microseconds in drivers when libjackserver is RTLD_LOCALtorben2011-05-291-2/+2
* 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-151-23/+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
* 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
* no more dither when converting from float to 24 bit values - i am not sure h...paul2008-10-241-94/+51
* 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-231-1/+1
* Florian Faber native 32 bits float patch for alsa driver.sletz2008-07-231-109/+128
* * 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
* Version 0.109.4 : Nedko Arnaudov log patchsletz2008-03-041-29/+29
* * revert name of ALSA audio backend to "alsa_pcm" so that pre-0.109paul2008-01-301-1/+1
* Commit of Aug 26, 2007 patch by Nedko Arnaudov.pieterpalmers2007-12-281-1/+1
* print ALSA driver latency when reporting driver configpieterpalmers2007-11-211-2/+2
* Playback-only fix for alsa-midi from Lars Luthmandsbaikov2007-09-211-3/+8
* fixes from clemens for appallingly illegal use ALSA APIpaul2007-08-091-38/+29
* Stop midi driver if audio restart failed.dsbaikov2007-05-111-0/+5
* Do not restart midi driver during xrun recovery.dsbaikov2007-05-091-5/+9
* Merged MIDI branch into the trunk.dsbaikov2007-05-061-3/+54
* first pass at implementing port aliases (2 port port, 1 set by jackd) plus st...paul2007-04-271-1/+1
* remove all CVS Id lines from source and headerspaul2007-04-181-1/+0
* remove port_(un)lock functions; add dmitry's new time APIs (jack_get_time, ja...paul2007-04-161-2/+2
* implement fons' jack_thread_wait API along with internal design changes to su...paul2007-04-151-2/+2
* drobilla's MIDI patch, plus a tiny big/little endian fix for the ALSA backendpaul2006-05-251-1/+1