Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-24 | Merge pull request #88 from dawagner/fix-includes-install-path | Taylor Holberton | |
Fix install path of include files | |||
2016-11-24 | Fix install path of include files | David Wagner | |
They were installed under $prefix/ instead of $prefix/tinyalsa/ Signed-off-by: David Wagner <david.wagner@intel.com> | |||
2016-11-23 | added mixer ctl member documentation | Taylor Holberton | |
2016-11-23 | added parameter doc | Taylor Holberton | |
2016-11-23 | fixed function reference in doc | Taylor Holberton | |
2016-11-23 | added some documentation | Taylor Holberton | |
2016-11-23 | Merge branch 'master' of https://github.com/tinyalsa/tinyalsa | Taylor Holberton | |
2016-11-23 | finished mixer API documentation | Taylor Holberton | |
2016-11-23 | added missing asterisk for doc | Taylor Holberton | |
2016-11-23 | updated names of library man pages | Taylor Holberton | |
2016-11-23 | Merge pull request #87 from dawagner/travis-make-install | Taylor Holberton | |
Travis: test the 'make install' target | |||
2016-11-23 | Travis: test the 'make install' target | David Wagner | |
Signed-off-by: David Wagner <david.wagner@intel.com> | |||
2016-11-22 | removed override directive | Taylor Holberton | |
2016-11-22 | corrected error handling in pcm_sync_ptr() | Taylor Holberton | |
2016-11-22 | using install command instead of cp and mkdir | Taylor Holberton | |
2016-11-22 | Merge pull request #86 from dawagner/fix-doxygen-install | Taylor Holberton | |
Fix the installation of manpages | |||
2016-11-22 | Merge pull request #85 from dawagner/travis | Taylor Holberton | |
Add a Travis CI configuration file | |||
2016-11-22 | Fix the installation of manpages | David Wagner | |
The name of man pages was incorrect. Also, using the coreutils' "install" command makes sense when installing files. Signed-off-by: David Wagner <david.wagner@intel.com> | |||
2016-11-22 | Add a Travis CI configuration file | David Wagner | |
See https://docs.travis-ci.com/ Signed-off-by: David Wagner <david.wagner@intel.com> | |||
2016-11-19 | updated references | Taylor Holberton | |
2016-11-19 | added some documentation | Taylor Holberton | |
2016-11-19 | make tinymix command oriented, based on amixer | Taylor Holberton | |
2016-11-19 | added tinyalsa version header | Taylor Holberton | |
2016-11-19 | renamed doxygen group, tinyalsa-mixer to libtinyalsa-mixer | Taylor Holberton | |
2016-11-19 | renamed doxygen group, tinyalsa-pcm to libtinyalsa-pcm | Taylor Holberton | |
2016-11-19 | origanized and added some documentation | Taylor Holberton | |
2016-11-19 | updated man page | Taylor Holberton | |
2016-11-19 | created cmd and ctx structures for tinyplay | Taylor Holberton | |
2016-11-18 | initializing 'result' from transfer struct | Taylor Holberton | |
2016-11-07 | Merge pull request #84 from BradWalker/master | Taylor Holberton | |
tinymix shouldn't always print the paths | |||
2016-11-07 | I work on platforms based on the Qualcomm SnapDragon chip. There can be | Brad 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-11-03 | Merge pull request #82 from maximeh/master | Taylor Holberton | |
doxygen/Makefile: test if doxygen is available | |||
2016-11-03 | doxygen/Makefile: test if doxygen is available | Maxime Hadjinlian | |
On some machine doxygen is not available, instead of having the build error out, display a warning message to the user. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> | |||
2016-10-14 | Merge branch 'master' of https://github.com/tinyalsa/tinyalsa | Taylor Holberton | |
2016-10-14 | Added support for default config | Taylor Holberton | |
2016-10-06 | Merge pull request #80 from ricardobiehl/master | Taylor Holberton | |
We can include only necessary headers!? | |||
2016-10-05 | included only necessary headers | Ricardo Biehl Pasquali | |
If users want to use only pcm.c or mixer.c they can. It's not necessary to include tinyalsa/asoundlib.h because mixer.c doesn't use pcm.h and pcm.c doesn't use mixer.h. | |||
2016-10-03 | Merge branch 'defer-enum-inspection' of https://github.com/dawagner/tinyalsa ↵ | Taylor Holberton | |
into dawagner-defer-enum-inspection | |||
2016-10-02 | Merge branch 'master' of https://github.com/tinyalsa/tinyalsa | Taylor Holberton | |
2016-10-02 | Update README.md | Taylor Holberton | |
2016-10-02 | bumped version | Taylor Holberton | |
2016-10-02 | removed install of symbolic link | Taylor Holberton | |
2016-10-02 | filled in missing fields | Taylor Holberton | |
2016-10-02 | made entry for 1.0.1 | Taylor Holberton | |
2016-10-02 | added man pages to install | Taylor Holberton | |
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 | |