| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the default ALSA device name when probing | Chris Robinson | 2012-02-20 | 1 | -23/+20 |
* | Always use "OpenAL Soft" for the short device enumeration list | Chris Robinson | 2012-02-20 | 1 | -4/+0 |
* | Rename p -> hp for ALSA's hw params | Chris Robinson | 2012-02-20 | 1 | -36/+36 |
* | Add a COUNTOF macro to get the number of entries in a static array | Chris Robinson | 2012-02-19 | 1 | -2/+2 |
* | Make sure an ALSA capture device was found before accessing the map | Chris Robinson | 2012-02-18 | 1 | -1/+1 |
* | Simplify ALSA parameter error checking | Chris Robinson | 2012-02-18 | 1 | -108/+67 |
* | Rename a couple variables and fix their types | Chris Robinson | 2012-02-18 | 1 | -33/+33 |
* | Fix some comments | Chris Robinson | 2012-02-18 | 1 | -3/+4 |
* | Support signed and unsigned 32-bit int output | Chris Robinson | 2012-02-14 | 1 | -0/+14 |
* | Check for each ALSA prefix config option only as needed | Chris Robinson | 2012-02-13 | 1 | -22/+26 |
* | Add config options for card- and device-specific prefixes in ALSA device names | Chris Robinson | 2012-02-11 | 1 | -7/+17 |
* | Format the ALSA device name when enumerating them | Chris Robinson | 2012-02-11 | 1 | -35/+17 |
* | Improve checks for supported output formats from ALSA | Chris Robinson | 2012-02-09 | 1 | -19/+46 |
* | Improve a couple error messages with the full ALSA device control name | Chris Robinson | 2012-02-07 | 1 | -3/+3 |
* | Avoid printing messages about device parameter changes in the backends | Chris Robinson | 2012-01-17 | 1 | -17/+1 |
* | Reset the ALSA device if the number of available samples grows too large | Chris Robinson | 2011-11-28 | 1 | -2/+15 |
* | Make ALSA XRUN when the number of available samples exceeds the buffer size | Chris Robinson | 2011-11-28 | 1 | -0/+5 |
* | Add a ConfigValueStr function, to return the string through a parameter | Chris Robinson | 2011-09-19 | 1 | -9/+15 |
* | Check the number of available samples before calling the capture method | Chris Robinson | 2011-09-18 | 1 | -10/+7 |
* | Return an error from the CaptureSamples method instead of setting it | Chris Robinson | 2011-09-14 | 1 | -5/+5 |
* | Limit the minimum ALSA capture size to 100ms, and the maximum period size to ... | Chris Robinson | 2011-09-13 | 1 | -1/+7 |
* | Return an ALC error enum from the OpenCapture backend method | Chris Robinson | 2011-08-24 | 1 | -5/+5 |
* | Return an ALC error enum from the OpenPlayback backend method | Chris Robinson | 2011-08-24 | 1 | -4/+4 |
* | Move backend sources to a separate sub-directory | Chris Robinson | 2011-08-20 | 1 | -0/+1138 |