Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-15 | match the varaibles' type for 64-bit compatibility | dvdli | |
Since the variables are snd_pcm_uframes_t and snd_pcm_uframes_t is unsigned long, using unsigned int causes problem when running on a 64-bit binary. Also fix the branch name of googletest. | |||
2020-11-16 | add unit tests for pcm_* functions | dvdli | |