Age | Commit message (Expand) | Author |
2020-02-27 | Added 'tinymix' to linker rule | Taylor Holberton |
2020-02-22 | Fix cross-compilation | Bruno Morais |
2020-02-11 | Merge pull request #137 from codeauroraforum/plugin-support | Taylor Holberton |
2020-02-07 | tinyalsa: add support for PCM plugins | Bhalchandra Gajare |
2019-09-21 | utils: Fix spelling in help text | Ricardo Biehl Pasquali |
2019-05-23 | Fix typo in -D and -d options descriptions | jcromero |
2019-01-15 | tinymix: fix use of -D with set command | Andrew Ford |
2018-12-15 | Add support for Meson as build system | Tim-Philipp Müller |
2018-11-28 | Fixed make build using clang | Taylor Holberton |
2018-10-30 | Added -fPIC and -pie flags to utility builds | Taylor Holberton |
2018-04-11 | Update output format for enumerated controls | Charles Keepax |
2018-04-11 | Pull mixer_ctl_get_value out of loop in tinymix_print_enum | Charles Keepax |
2018-04-11 | Fixup some minor code formatting issues | Charles Keepax |
2018-01-03 | Fixed potential risk of wild pointer | Dong Jinguang |
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 |
2017-01-19 | fixed indentation on if statement | Taylor Holberton |
2017-01-19 | tinymix: fix segfaults with set command | Pierre-Louis Bossart |
2017-01-14 | linking with static libtinyalsa | Taylor Holberton |
2017-01-14 | updated read handling for pcm_readi | Taylor Holberton |
2017-01-10 | Fix the byte control set/get method | Pankaj Bharadiya |
2016-12-01 | Replaced old calls to pcm_read and pcm_write | Taylor Holberton |
2016-12-01 | Added const specifier to mask | Taylor Holberton |
2016-11-22 | removed override directive | Taylor Holberton |
2016-11-22 | using install command instead of cp and mkdir | Taylor Holberton |
2016-11-19 | make tinymix command oriented, based on amixer | Taylor Holberton |
2016-11-19 | updated man page | Taylor Holberton |
2016-11-19 | created cmd and ctx structures for tinyplay | Taylor Holberton |
2016-11-07 | I work on platforms based on the Qualcomm SnapDragon chip. There can be | Brad Walker |
2016-10-02 | added installation of man pages | Taylor Holberton |
2016-10-02 | added man page for tinypcminfo | Taylor Holberton |
2016-10-02 | changed default behavior to print usage only on --help | Taylor Holberton |
2016-10-02 | added defaults for card and device | Taylor Holberton |
2016-10-02 | added tinymix man page | Taylor Holberton |
2016-10-02 | always printing control list, showing usage when argc == 1 | Taylor Holberton |
2016-10-02 | added tinyplay manpage | Taylor Holberton |
2016-10-02 | fixed typo | Taylor Holberton |
2016-10-02 | added default values | Taylor Holberton |
2016-10-02 | changed default rate to match that of tinyplay | Taylor Holberton |
2016-10-02 | added error if -i file-type doesn't make sense | Taylor Holberton |
2016-10-02 | corrected typo | Taylor Holberton |
2016-10-02 | added tinycap man page | Taylor Holberton |
2016-10-02 | added BINDIR and removed old build vars | Taylor Holberton |
2016-10-01 | added DESTDIR to install command and explicit build commands | Taylor Holberton |
2016-10-01 | checking results of fread() calls | Taylor Holberton |
2016-10-01 | added VPATH and INCDIR | Taylor Holberton |
2016-10-01 | put programs into utils dir | Taylor Holberton |