aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
2016-12-01Replaced old calls to pcm_read and pcm_writeTaylor Holberton
The newer pcm_readi and pcm_writei functions are now being used.
2016-12-01Added const specifier to maskTaylor Holberton
The changed was brought on by to early commits to the PCM API.
2016-11-22removed override directiveTaylor Holberton
2016-11-22using install command instead of cp and mkdirTaylor Holberton
2016-11-19make tinymix command oriented, based on amixerTaylor Holberton
2016-11-19updated man pageTaylor Holberton
2016-11-19created cmd and ctx structures for tinyplayTaylor Holberton
2016-11-07I work on platforms based on the Qualcomm SnapDragon chip. There can beBrad Walker
hundreds of paths on the audio side of this chip. There was a recent change whereby tinymix will ALWAYS prints the routes/paths for the different ports on ALSA. I consider this to be a regression. It really should only be printed if asked. In addition, I've modified tinymix to more closely conform to the following: https://www.gnu.org/prep/standards/html_node/Command_002dLine-Interfaces.html Lastly, I removed a redundant errno.h..
2016-10-02added installation of man pagesTaylor Holberton
2016-10-02added man page for tinypcminfoTaylor Holberton
2016-10-02changed default behavior to print usage only on --helpTaylor Holberton
2016-10-02added defaults for card and deviceTaylor Holberton
2016-10-02added tinymix man pageTaylor Holberton
2016-10-02always printing control list, showing usage when argc == 1Taylor Holberton
2016-10-02added tinyplay manpageTaylor Holberton
2016-10-02fixed typoTaylor Holberton
2016-10-02added default valuesTaylor Holberton
2016-10-02changed default rate to match that of tinyplayTaylor Holberton
2016-10-02added error if -i file-type doesn't make senseTaylor Holberton
2016-10-02corrected typoTaylor Holberton
2016-10-02added tinycap man pageTaylor Holberton
2016-10-02added BINDIR and removed old build varsTaylor Holberton
2016-10-01added DESTDIR to install command and explicit build commandsTaylor Holberton
2016-10-01checking results of fread() callsTaylor Holberton
2016-10-01added VPATH and INCDIRTaylor Holberton
2016-10-01put programs into utils dirTaylor Holberton