Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix hw param restore on device reopen | Jari Vetoniemi | 2018-11-23 |
| | |||
* | make convert return frames instead of bytes | Jari Vetoniemi | 2018-11-23 |
| | |||
* | steam crashes if capture is not available | Jari Vetoniemi | 2018-11-03 |
| | | | | | lets just make steam work for now, and see what's up with the capture later. | ||
* | disable capture streams for now | Jari Vetoniemi | 2018-11-03 |
| | |||
* | make set_periods_near return correct value | Jari Vetoniemi | 2018-11-03 |
| | |||
* | implement snd_pcm_hw_params_get_format | Jari Vetoniemi | 2018-11-03 |
| | |||
* | implement buffer_time_near | Jari Vetoniemi | 2018-11-03 |
| | |||
* | refactor period time setters | Jari Vetoniemi | 2018-11-03 |
| | |||
* | use MIN/MAX | Jari Vetoniemi | 2018-11-03 |
| | |||
* | check that device has been started | Jari Vetoniemi | 2018-11-03 |
| | |||
* | get rid of leftover code | Jari Vetoniemi | 2018-11-03 |
| | |||
* | tidy up | Jari Vetoniemi | 2018-11-03 |
| | |||
* | use const reference | Jari Vetoniemi | 2018-11-03 |
| | |||
* | simulate mmap access | Jari Vetoniemi | 2018-11-03 |
| | |||
* | saner transcoding, + f32 encoding support | Jari Vetoniemi | 2018-11-03 |
| | |||
* | print out the pcm stream | Jari Vetoniemi | 2018-11-02 |
| | |||
* | unstub snd_pcm_format_description | Jari Vetoniemi | 2018-11-02 |
| | |||
* | FLOAT_* msb == 1 for consistency | Jari Vetoniemi | 2018-11-02 |
| | |||
* | fix warnings | Jari Vetoniemi | 2018-11-02 |
| | |||
* | some hardening | Jari Vetoniemi | 2018-11-02 |
| | |||
* | improve warnings | Jari Vetoniemi | 2018-11-02 |
| | |||
* | support formats regardless of getcaps support | Jari Vetoniemi | 2018-11-02 |
| | | | | | | some alsa programs wont fallback to anything that would work natively. this sort of sucks since some do, so we may end up doing pointless transcoding. | ||
* | fix error handling in poll functions | Jari Vetoniemi | 2018-11-02 |
| | |||
* | Move code around mor near to their relevancy | Jari Vetoniemi | 2018-11-02 |
| | |||
* | Check revents before timing out from pcm_wait | Jari Vetoniemi | 2018-11-02 |
| | |||
* | Fix some brainwarts | Jari Vetoniemi | 2018-11-02 |
| | | | | | We can't rely on alsa format for lots of things as it might be different than native. | ||
* | more correct hwparam setters/getters | Jari Vetoniemi | 2018-11-01 |
| | |||
* | steam fixes | Jari Vetoniemi | 2018-11-01 |
| | |||
* | s/ERRX/WARNX/g | Jari Vetoniemi | 2018-11-01 |
| | |||
* | remove some leftover code | Jari Vetoniemi | 2018-11-01 |
| | |||
* | crap for making portaudio (audacity) work | Jari Vetoniemi | 2018-11-01 |
| | |||
* | tidy up code, and start checking up hwcaps | Jari Vetoniemi | 2018-11-01 |
| | | | | supported formats and their conversions are handled more nicer now too. | ||
* | implement snd_pcm_format_value | Jari Vetoniemi | 2018-11-01 |
| | |||
* | format_mask_test: dont use continue | Jari Vetoniemi | 2018-11-01 |
| | |||
* | WARN on calloc failure | Jari Vetoniemi | 2018-11-01 |
| | |||
* | make the malloc functions less verbose | Jari Vetoniemi | 2018-11-01 |
| | |||
* | snd_pcm_format_name: return NULL on unsupported | Jari Vetoniemi | 2018-11-01 |
| | |||
* | loop through all configs for min/max functions | Jari Vetoniemi | 2018-10-31 |
| | |||
* | fix brainfart with recorded data transformation | Jari Vetoniemi | 2018-10-31 |
| | |||
* | set avail to 0 when stopped | Jari Vetoniemi | 2018-10-31 |
| | |||
* | Don't ever return avail more than appbufsz | Jari Vetoniemi | 2018-10-31 |
| | |||
* | make capture streams work (arecord too) | Jari Vetoniemi | 2018-10-31 |
| | |||
* | refactor project structure | Jari Vetoniemi | 2018-10-31 |
libasound.c started to become quite large, split the big chunks into pcm.c and mixer.c |