aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-04tinymix: Fix get/set for tlv based mixer controlsRohit kumar
2020-09-04mixer: Fix invalid size check in mixer_ctl_set/get_arrayRohit kumar
2020-09-03Using struct for TLV sizeTaylor Holberton
2020-09-03Merge pull request #174 from rohkkumar/mmap_plugin_supportSimon Wilson
2020-09-03pcm_plugin: Update pcm state check in ttstamp opsRohit kumar
2020-09-03tinyalsa: add plugin support for mmap/poll opsRohit kumar
2020-08-25pcm_plugin: Update pcm state in sync_ptr opsRohit kumar
2020-08-25include: tinyalsa: Add PCM state macrosRohit kumar
2020-08-12Fixed boundary check for enumTaylor Holberton
2020-08-05Bump version to 2.0.0 TinyALSATaylor Holberton
2020-08-05Reordered enums to be compatible with Google's TinyALSATaylor Holberton
2020-07-19Fix last commit.Taylor Holberton
2020-07-19Quick fix for #168Taylor Holberton
2020-06-30Merge pull request #164 from E5ten/cmake-standardTaylor Holberton
2020-06-30Merge pull request #165 from E5ten/cmake-fix-includedirTaylor Holberton
2020-06-06cmake: fix header install locationEthan Sommer
2020-06-05cmake: specify c99Ethan Sommer
2020-06-05include/tinyalsa/plugin.h: include time.hEthan Sommer
2020-06-05Merge pull request #156 from E5ten/cmake-improvedTaylor Holberton
2020-06-04Various cmake improvementsEthan Sommer
2020-06-03Merge pull request #163 from E5ten/tinywavinfo-unused-resultTaylor Holberton
2020-06-03tinywavinfo: add wrapper for fread to check its return valueEthan Sommer
2020-06-03Simplified tinywavinfoTaylor Holberton
2020-06-03Added tinywavinfo to CMake buildTaylor Holberton
2020-06-03Merge pull request #161 from E5ten/optparseTaylor Holberton
2020-06-03Merge pull request #160 from E5ten/posix_memalignTaylor Holberton
2020-06-03tinyplay: replace manual option parsing with optparseEthan Sommer
2020-06-03tinypcminfo: replace manual option parsing with optparseEthan Sommer
2020-06-03tinymix: replace getopt_long with optparseEthan Sommer
2020-06-03tinycap: replace manual option parsing with optparseEthan Sommer
2020-06-03utils: check in optparse.h, a public domain header-only optparsing libEthan Sommer
2020-06-03tinywavinfo: replace obsolete memalign with posix_memalignEthan Sommer
2020-06-03Fix memory leakTaylor Holberton
2020-06-03Merge pull request #159 from rohkkumar/plugin_updateTaylor Holberton
2020-06-03Merge pull request #158 from E5ten/no-map_fileTaylor Holberton
2020-06-03Merge pull request #157 from E5ten/version-posix-shTaylor Holberton
2020-06-02mixer: Fix memory leak and other issues in mixer eventRohit kumar
2020-06-02mixer: Add plugin support for mixer_consume/read_eventRohit kumar
2020-06-02tinyalsa: add mixer_consume_eventAndrew Chant
2020-05-24src/pcm.c: remove MAP_FILE mmap flagEthan Sommer
2020-05-22scripts/version.sh: switch from bash to POSIX shEthan Sommer
2020-04-24Waiting for PCM to finish before exitingTaylor Holberton
2020-04-24Merge branch 'master' of github.com:tinyalsa/tinyalsaTaylor Holberton
2020-04-24Merge pull request #155 from Minecrell/strncpyTaylor Holberton
2020-04-24tinyalsa: mixer_plugin: remove dummy strings for sound cardMinecrell
2020-04-23tinyalsa: use strncpy instead of memcpy to copy string constantMinecrell
2020-04-23Merge pull request #153 from Minecrell/ssize_tTaylor Holberton
2020-04-23tinyalsa: include <sys/types.h> for ssize_tMinecrell
2020-04-22Removed whitespaceTaylor Holberton
2020-04-20Merge pull request #151 from mgaio/fix/pcm_open_failureTaylor Holberton