aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-02exporting DEB_HOST_MULTIARCH variableTaylor Holberton
2016-10-02added install for sonameTaylor Holberton
2016-10-02Added extended description and Standards-VersionTaylor Holberton
2016-10-02added call to ldconfig in install instructionsTaylor Holberton
2016-10-02added INCDIR, LIBDIR, BINDIR and MANDIR for installationTaylor Holberton
2016-10-02Added shared library name with soversionTaylor Holberton
2016-10-02added BINDIR and removed old build varsTaylor Holberton
2016-10-01added mssing dependsTaylor Holberton
2016-10-01added BSD licenseTaylor Holberton
2016-10-01adding debian filesTaylor Holberton
2016-10-01making man directory if it does not existTaylor Holberton
2016-10-01added DESTDIR to install command and explicit build commandsTaylor Holberton
2016-10-01added install to multiarch dir and override CFLAGS mechanismTaylor Holberton
2016-10-01Added DESTDIR to header installTaylor Holberton
2016-10-01checking results of fread() callsTaylor Holberton
2016-10-01added some documentation to mixer interfaceTaylor Holberton
2016-10-01added basic pcm documentationTaylor Holberton
2016-10-01added doxygen subdir to all targetsTaylor Holberton
2016-10-01added install targetTaylor Holberton
2016-10-01updated referencesTaylor Holberton
2016-10-01added snippet on viewing man pagesTaylor Holberton
2016-10-01Added main page for doxygenTaylor Holberton
2016-10-01added new READMETaylor Holberton
2016-10-01temporarily turning off warnings as errorsTaylor Holberton
2016-10-01corrected typoTaylor Holberton
2016-10-01Added DoxyfileTaylor Holberton
2016-10-01Added .gitignore fileTaylor Holberton
2016-10-01updated library source pathsTaylor Holberton
2016-10-01put source files into src dirTaylor Holberton
2016-10-01cleaned up makefileTaylor Holberton
2016-10-01added VPATH and INCDIRTaylor Holberton
2016-10-01voided unused parameterTaylor Holberton
2016-10-01seperated pcm and mixer APIsTaylor Holberton
2016-10-01updated program pathsTaylor Holberton
2016-10-01put programs into utils dirTaylor Holberton
2016-10-01added support for more signed typesTaylor Holberton
2016-09-16fixed bracket placementTaylor Holberton
2016-09-16Merge branch 'dawagner-address-duplicate-control-names'Taylor Holberton
2016-09-16Merge branch 'address-duplicate-control-names' of ↵Taylor Holberton
https://github.com/dawagner/tinyalsa into dawagner-address-duplicate-control-names
2016-09-16Merge pull request #74 from dimkr/masterTaylor Holberton
include time.h, to prevent use of struct timespec before definition
2016-08-03Added get_file_descriptor()Taylor Holberton
2016-08-03Added default prefix variableTaylor Holberton
2016-08-03added install commandTaylor Holberton
2016-06-26Merge pull request #77 from bzhg/masterTaylor Holberton
mixer: check for overflow and NULL return
2016-04-22mixer: check for overflow and NULL returnBen Zhang
Signed-off-by: Ben Zhang <benzh@google.com>
2016-03-05include time.h, to prevent use of struct timespec before definitionDima Krasner
In some old (2.6.32.x) kernel headers, asound.h does not include linux time.h when __KERNEL__ is undefined, which may break userspace. The build failures caused by this are similar to those fixed by c8333f8c. Signed-off-by: Dima Krasner <dima@dimakrasner.com>
2016-02-14Merge pull request #70 from virajkarandikar/masterSimon Wilson
tinycap: add capture time parameter
2016-02-14Merge pull request #73 from ford-prefect/masterSimon Wilson
build: Redo Makefile a bit
2016-02-14Merge pull request #72 from frgm/cppcheckSimon Wilson
fix some cppcheck warnings
2016-01-28build: Redo Makefile a bitArun Raghavan
A few changes: * Don't hardcode 'gcc' and use $(CC) instead * Split off CFLAGS/LDFLAGS so we can pick them up from the environment * Add a static library build