aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-23added mixer ctl member documentationTaylor Holberton
2016-11-23added parameter docTaylor Holberton
2016-11-23fixed function reference in docTaylor Holberton
2016-11-23added some documentationTaylor Holberton
2016-11-23Merge branch 'master' of https://github.com/tinyalsa/tinyalsaTaylor Holberton
2016-11-23finished mixer API documentationTaylor Holberton
2016-11-23added missing asterisk for docTaylor Holberton
2016-11-23updated names of library man pagesTaylor Holberton
2016-11-23Merge pull request #87 from dawagner/travis-make-installTaylor Holberton
Travis: test the 'make install' target
2016-11-23Travis: test the 'make install' targetDavid Wagner
Signed-off-by: David Wagner <david.wagner@intel.com>
2016-11-22removed override directiveTaylor Holberton
2016-11-22corrected error handling in pcm_sync_ptr()Taylor Holberton
2016-11-22using install command instead of cp and mkdirTaylor Holberton
2016-11-22Merge pull request #86 from dawagner/fix-doxygen-installTaylor Holberton
Fix the installation of manpages
2016-11-22Merge pull request #85 from dawagner/travisTaylor Holberton
Add a Travis CI configuration file
2016-11-22Fix the installation of manpagesDavid 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-22Add a Travis CI configuration fileDavid Wagner
See https://docs.travis-ci.com/ Signed-off-by: David Wagner <david.wagner@intel.com>
2016-11-19updated referencesTaylor Holberton
2016-11-19added some documentationTaylor Holberton
2016-11-19make tinymix command oriented, based on amixerTaylor Holberton
2016-11-19added tinyalsa version headerTaylor Holberton
2016-11-19renamed doxygen group, tinyalsa-mixer to libtinyalsa-mixerTaylor Holberton
2016-11-19renamed doxygen group, tinyalsa-pcm to libtinyalsa-pcmTaylor Holberton
2016-11-19origanized and added some documentationTaylor Holberton
2016-11-19updated man pageTaylor Holberton
2016-11-19created cmd and ctx structures for tinyplayTaylor Holberton
2016-11-18initializing 'result' from transfer structTaylor Holberton
2016-11-07Merge pull request #84 from BradWalker/masterTaylor Holberton
tinymix shouldn't always print the paths
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-11-03Merge pull request #82 from maximeh/masterTaylor Holberton
doxygen/Makefile: test if doxygen is available
2016-11-03doxygen/Makefile: test if doxygen is availableMaxime 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-14Merge branch 'master' of https://github.com/tinyalsa/tinyalsaTaylor Holberton
2016-10-14Added support for default configTaylor Holberton
2016-10-06Merge pull request #80 from ricardobiehl/masterTaylor Holberton
We can include only necessary headers!?
2016-10-05included only necessary headersRicardo 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-03Merge branch 'defer-enum-inspection' of https://github.com/dawagner/tinyalsa ↵Taylor Holberton
into dawagner-defer-enum-inspection
2016-10-02Merge branch 'master' of https://github.com/tinyalsa/tinyalsaTaylor Holberton
2016-10-02Update README.mdTaylor Holberton
2016-10-02bumped versionTaylor Holberton
2016-10-02removed install of symbolic linkTaylor Holberton
2016-10-02filled in missing fieldsTaylor Holberton
2016-10-02made entry for 1.0.1Taylor Holberton
2016-10-02added man pages to installTaylor Holberton
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