| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up function naming: use sio_<backend>_ prefix for private |  ratchov | 2011-04-08 | 1 | -953/+0 |
* | make sio_onvol(3) return a integer exposing whether a volume knob |  ratchov | 2010-11-06 | 1 | -19/+3 |
* | don't try to get the current stream postion when the device is stopped, |  ratchov | 2010-09-17 | 1 | -9/+9 |
* | If audio interrupts are missed (as this happens on some MP systems |  ratchov | 2010-08-06 | 1 | -18/+22 |
* | remove unnecessary ``return 0'' statements, |  ratchov | 2010-07-21 | 1 | -2/+1 |
* | add two new members to structs audio_encoding and audio_prinfo. |  jakemsr | 2010-07-15 | 1 | -7/+7 |
* | drop samples or insert silence in sun_revents(). Otherwise, in |  ratchov | 2010-05-25 | 1 | -18/+54 |
* | if the sample rate the hardware will use is different than the |  jakemsr | 2010-05-09 | 1 | -4/+20 |
* | in sun_start(), don't pause the device in play mode, since it's |  ratchov | 2010-04-29 | 1 | -11/+1 |
* | If setting close-on-exec flag fails (can this happen?), the wrong |  ratchov | 2010-04-25 | 1 | -12/+8 |
* | Fix the way sio_getcap() probes rates of audio(4) devices. |  ratchov | 2010-04-25 | 1 | -11/+16 |
* | when probing for a encoding/channels/rate combination, ensure that |  ratchov | 2010-04-25 | 1 | -19/+15 |
* | when probing an encoding of a audio(4) device, don't forget to |  ratchov | 2010-04-24 | 1 | -1/+2 |
* | remove trailing spaces, from Alexandr Shadchin, thanks |  ratchov | 2010-04-24 | 1 | -17/+17 |
* | audio(4) doesn't require to be started explicitely, so the device is |  ratchov | 2010-04-11 | 1 | -1/+18 |
* | aucat (server): |  ratchov | 2010-04-06 | 1 | -3/+3 |
* | Fix sio_getcap() for audio(4) devices exposing encodings |  ratchov | 2010-02-10 | 1 | -3/+3 |
* | we don't expose overruns/underruns as negative positions anymore, |  ratchov | 2009-12-02 | 1 | -3/+3 |
* | in block size calculations, use SIO_BPS(precision) instead of |  ratchov | 2009-11-03 | 1 | -3/+3 |
* | when setting parameters of sun devices, check that selected encoding |  ratchov | 2009-10-10 | 1 | -4/+23 |
* | at initialization of sun devices, use sio_setpar(3) instead of |  ratchov | 2009-10-10 | 1 | -11/+10 |
* | since AUDIO_INITINFO() may set parameters to whatever is supported |  ratchov | 2009-10-10 | 1 | -24/+59 |
* | more style improvemets, from Thomas Pfaff |  ratchov | 2009-07-26 | 1 | -5/+5 |
* | sort and space headers as per style(9) |  ratchov | 2009-07-26 | 1 | -2/+3 |
* | use const qualifier in libsndio, making it slightly more consistent |  ratchov | 2009-07-25 | 1 | -5/+5 |
* | Currently midi capable programs can control midi hardware, but |  ratchov | 2009-07-25 | 1 | -4/+4 |
* | cleanup forgotten calls to exit(3) |  ratchov | 2009-05-15 | 1 | -10/+17 |
* | replace s/sa/sio/, left from when libsa was renamed to libsndio |  ratchov | 2009-05-15 | 1 | -67/+67 |
* | if DEBUG is defined, use a global debug level rather |  ratchov | 2009-05-15 | 1 | -58/+41 |
* | don't use ``hdl->filling'' flag uninitialized |  ratchov | 2009-02-26 | 1 | -1/+2 |
* | Programs have no direct access do the device file descriptor. So, if |  ratchov | 2009-02-04 | 1 | -1/+5 |
* | make all private functions static |  ratchov | 2009-01-10 | 1 | -29/+29 |
* | remove mixer bits from the audio(4) backend of libsndio, it's not |  ratchov | 2008-12-21 | 1 | -106/+2 |
* | fix more spelling errors and typos, |  ratchov | 2008-12-21 | 1 | -12/+14 |
* | stop using stderr in the library, wrap all diagnostic fprintfs |  ratchov | 2008-12-17 | 1 | -45/+45 |
* | add a writable ``appbufsz'' field to the sa_par structure, containing |  ratchov | 2008-12-17 | 1 | -4/+5 |
* | make both aucat(1) and audio(4) backends use the AUDIODEVICE env |  ratchov | 2008-11-20 | 1 | -6/+3 |
* | while setting the block size, try smaller blocks half of the retries and |  ratchov | 2008-11-20 | 1 | -5/+27 |
* | expose a volume knob in the sndio API: add sio_setvol(3) and |  ratchov | 2008-11-11 | 1 | -2/+126 |
* | expose the block size in the sndio API by making par->round writable |  ratchov | 2008-11-07 | 1 | -298/+84 |
* | only few (frequency, blocksize) pairs are compatible with both resampling |  ratchov | 2008-10-30 | 1 | -66/+240 |
* | fix missing n in error message |  ratchov | 2008-10-28 | 1 | -2/+2 |
* | rename libsa to libsndio |  ratchov | 2008-10-27 | 1 | -0/+858 |