Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-15 | Added reading from stdin. | Magickal Feline | |
2017-11-06 | fixed short option in tinyplay | Taylor Holberton | |
2017-04-13 | Fix to pass num_frames to pcm_writei | Jaikrishna Nemallapudi | |
pcm_writei expects size of data in frames, whereas currently size is passed as number of bytes. So convert number of bytes to frames for argument to pcm_writei. Signed-off-by: Jaikrishna Nemallapudi <jaikrishnax.nemallapudi@intel.com> Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com> | |||
2016-12-01 | Replaced old calls to pcm_read and pcm_write | Taylor Holberton | |
The newer pcm_readi and pcm_writei functions are now being used. | |||
2016-11-19 | created cmd and ctx structures for tinyplay | Taylor Holberton | |
2016-10-02 | added error if -i file-type doesn't make sense | Taylor Holberton | |
2016-10-01 | checking results of fread() calls | Taylor Holberton | |
2016-10-01 | put programs into utils dir | Taylor Holberton | |