Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-02 | Added extended description and Standards-Version | Taylor Holberton | |
2016-10-02 | added call to ldconfig in install instructions | Taylor Holberton | |
2016-10-02 | added INCDIR, LIBDIR, BINDIR and MANDIR for installation | Taylor Holberton | |
2016-10-02 | Added shared library name with soversion | Taylor Holberton | |
2016-10-02 | added BINDIR and removed old build vars | Taylor Holberton | |
2016-10-01 | added mssing depends | Taylor Holberton | |
2016-10-01 | added BSD license | Taylor Holberton | |
2016-10-01 | adding debian files | Taylor Holberton | |
2016-10-01 | making man directory if it does not exist | Taylor Holberton | |
2016-10-01 | added DESTDIR to install command and explicit build commands | Taylor Holberton | |
2016-10-01 | added install to multiarch dir and override CFLAGS mechanism | Taylor Holberton | |
2016-10-01 | Added DESTDIR to header install | Taylor Holberton | |
2016-10-01 | checking results of fread() calls | Taylor Holberton | |
2016-10-01 | added some documentation to mixer interface | Taylor Holberton | |
2016-10-01 | added basic pcm documentation | Taylor Holberton | |
2016-10-01 | added doxygen subdir to all targets | Taylor Holberton | |
2016-10-01 | added install target | Taylor Holberton | |
2016-10-01 | updated references | Taylor Holberton | |
2016-10-01 | added snippet on viewing man pages | Taylor Holberton | |
2016-10-01 | Added main page for doxygen | Taylor Holberton | |
2016-10-01 | added new README | Taylor Holberton | |
2016-10-01 | temporarily turning off warnings as errors | Taylor Holberton | |
2016-10-01 | corrected typo | Taylor Holberton | |
2016-10-01 | Added Doxyfile | Taylor Holberton | |
2016-10-01 | Added .gitignore file | Taylor Holberton | |
2016-10-01 | updated library source paths | Taylor Holberton | |
2016-10-01 | put source files into src dir | Taylor Holberton | |
2016-10-01 | cleaned up makefile | Taylor Holberton | |
2016-10-01 | added VPATH and INCDIR | Taylor Holberton | |
2016-10-01 | voided unused parameter | Taylor Holberton | |
2016-10-01 | seperated pcm and mixer APIs | Taylor Holberton | |
2016-10-01 | updated program paths | Taylor Holberton | |
2016-10-01 | put programs into utils dir | Taylor Holberton | |
2016-10-01 | added support for more signed types | Taylor Holberton | |
2016-09-16 | fixed bracket placement | Taylor Holberton | |
2016-09-16 | Merge branch 'dawagner-address-duplicate-control-names' | Taylor Holberton | |
2016-09-16 | Merge branch 'address-duplicate-control-names' of ↵ | Taylor Holberton | |
https://github.com/dawagner/tinyalsa into dawagner-address-duplicate-control-names | |||
2016-09-16 | Merge pull request #74 from dimkr/master | Taylor Holberton | |
include time.h, to prevent use of struct timespec before definition | |||
2016-08-03 | Added get_file_descriptor() | Taylor Holberton | |
2016-08-03 | Added default prefix variable | Taylor Holberton | |
2016-08-03 | added install command | Taylor Holberton | |
2016-06-26 | Merge pull request #77 from bzhg/master | Taylor Holberton | |
mixer: check for overflow and NULL return | |||
2016-04-22 | mixer: check for overflow and NULL return | Ben Zhang | |
Signed-off-by: Ben Zhang <benzh@google.com> | |||
2016-03-05 | include time.h, to prevent use of struct timespec before definition | Dima 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-14 | Merge pull request #70 from virajkarandikar/master | Simon Wilson | |
tinycap: add capture time parameter | |||
2016-02-14 | Merge pull request #73 from ford-prefect/master | Simon Wilson | |
build: Redo Makefile a bit | |||
2016-02-14 | Merge pull request #72 from frgm/cppcheck | Simon Wilson | |
fix some cppcheck warnings | |||
2016-01-28 | build: Redo Makefile a bit | Arun 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 | |||
2016-01-24 | fix format specifier for unsigned int | Svyatoslav Mishyn | |
2016-01-24 | mixer: fix possible null pointer dereference | Svyatoslav Mishyn | |