26 Commits

Author SHA1 Message Date
Taylor Holberton e0781f13a7 Replaced old calls to pcm_read and pcm_write
The newer pcm_readi and pcm_writei functions are now being used.
2016-12-01 20:27:41 -08:00
Taylor Holberton 319a848451 Added const specifier to mask
The changed was brought on by to early commits to the PCM API.
2016-12-01 15:59:17 -08:00
Taylor Holberton dbbce9a502 removed override directive 2016-11-22 10:29:06 -08:00
Taylor Holberton b090568202 using install command instead of cp and mkdir 2016-11-22 09:49:47 -08:00
Taylor Holberton 888bc69f97 make tinymix command oriented, based on amixer 2016-11-19 19:46:50 -05:00
Taylor Holberton 84a74a7882 updated man page 2016-11-19 10:12:44 -08:00
Taylor Holberton 969ba7919d created cmd and ctx structures for tinyplay 2016-11-19 10:08:38 -08:00
Brad Walker 91cf5e2b71 I work on platforms based on the Qualcomm SnapDragon chip. There can be
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-11-07 15:00:07 -07:00
Taylor Holberton 9c98337b40 added installation of man pages 2016-10-02 12:21:46 -04:00
Taylor Holberton a99fefc11d added man page for tinypcminfo 2016-10-02 12:20:32 -04:00
Taylor Holberton bbd6cf0ff9 changed default behavior to print usage only on --help 2016-10-02 12:18:42 -04:00
Taylor Holberton 84abf1e01a added defaults for card and device 2016-10-02 12:11:49 -04:00
Taylor Holberton 68f12b6d0f added tinymix man page 2016-10-02 12:06:36 -04:00
Taylor Holberton e4666d918d always printing control list, showing usage when argc == 1 2016-10-02 11:46:22 -04:00
Taylor Holberton eea43893a5 added tinyplay manpage 2016-10-02 11:35:35 -04:00
Taylor Holberton 56d8f7654d fixed typo 2016-10-02 11:31:42 -04:00
Taylor Holberton 9b9e98db54 added default values 2016-10-02 11:29:19 -04:00
Taylor Holberton 27619adcc1 changed default rate to match that of tinyplay 2016-10-02 11:28:06 -04:00
Taylor Holberton f168b1218d added error if -i file-type doesn't make sense 2016-10-02 11:22:38 -04:00
Taylor Holberton d60ba43115 corrected typo 2016-10-02 11:17:15 -04:00
Taylor Holberton e740fee3ea added tinycap man page 2016-10-02 11:08:43 -04:00
Taylor Holberton 30916880cd added BINDIR and removed old build vars 2016-10-02 09:13:10 -04:00
Taylor Holberton c429afa38b added DESTDIR to install command and explicit build commands 2016-10-01 22:33:36 -04:00
Taylor Holberton 2fdee65cf7 checking results of fread() calls 2016-10-01 21:38:34 -04:00
Taylor Holberton e67926e8ec added VPATH and INCDIR 2016-10-01 12:52:25 -04:00
Taylor Holberton b88fd4ff9c put programs into utils dir 2016-10-01 12:33:46 -04:00