Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-28 | Let pcm_mmap_read/write call pcm_readi/writei | dvdli | |
The pcm_readi and pcm_writei also can deal with the mmap read/write. Also mark the pcm_mmap_read/write functions as deprecated functions and update the test case. Add mmap playback support to tinyplay | |||
2021-01-28 | prepare in pcm_generic_transfer | dvdli | |
2021-01-12 | remove pcm_prepare in pcm_open | dvdli | |
For the dynamic pcm device, it is valid to specify the backend after opening it. However, it is invalid to call prepare on a dynamic pcm device without connecting any backend device. We should not do pcm_prepare in pcm_open. See also: Issue #197 | |||
2020-12-02 | fix typo, add comments to describe the tests and fix the loopback test | dvdli | |
2020-11-16 | add unit tests for pcm_* functions | dvdli | |