Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-13 | pcm: add mmap playback and no periodic IRQ support. | Liam Girdwood | |
Add mmap playback and no period IRQ support to pcm core. | |||
2011-07-27 | pcm: add control for ASLA thresholds to pcm_open | John Grossman | |
Add the ability to explicitly set start, stop and silence thresholds during tinyalsa's pcm_open. Setting any of these values to 0 in your pcm_config structure will cause the system to use its old defaults. | |||
2011-07-25 | pcm: add pcm_get_htimestamp() function | Eric Laurent | |
pcm_get_htimestamp() returns the number of available frames in the kernel driver buffers as well as the corresponding high resolution time stamp. | |||
2011-06-24 | pcm: add pcm_start/stop() functions for streams | Simon Wilson | |
This is essential for streams such as loopback devices that do not transfer data. | |||
2011-06-15 | pcm: fix TODOs for 32 bit support | Simon Wilson | |
2011-06-07 | Fix error cases and some spurious whitespace | Simon Wilson | |
2011-06-02 | Support multiple cards and devices | Simon Wilson | |
2011-05-30 | pcm: fix minor code errors | Simon Wilson | |
2011-05-25 | Initial contribution | Simon Wilson | |