aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-04-18pcm_hw_close: avoid SIGSEGV when pcm_hw_open failMiguel GAIO
2020-04-14Merge pull request #150 from rohkkumar/pluginTaylor Holberton
2020-04-14tinyalsa: add plugin.h to install pathPatrick Lai
2020-04-10Merge pull request #148 from lkundrak/lr/double-freeTaylor Holberton
2020-04-10Merge pull request #149 from lkundrak/lr/-errnoTaylor Holberton
2020-04-10pcm: do not negate errnoLubomir Rintel
2020-04-10pcm: avoid calling pcm_hw->close() twiceLubomir Rintel
2020-02-27Added 'tinymix' to linker ruleTaylor Holberton
2020-02-27Merge pull request #147 from brunosmmm/fix-cross-compilationTaylor Holberton
2020-02-22Fix cross-compilationBruno Morais
2020-02-11Merge pull request #137 from codeauroraforum/plugin-supportTaylor Holberton
2020-02-07tinyalsa: add support for mixer pluginsBhalchandra Gajare
2020-02-07tinyalsa: add support for PCM pluginsBhalchandra Gajare
2020-02-06Merge pull request #144 from mgaio/fix/mmap/pcm_waitTaylor Holberton
2020-02-06pcm: Set SW params.avail_min to period sizeMiguel GAIO
2019-12-17Merge pull request #143 from kraj/masterTaylor Holberton
2019-12-16Use CMAKE_INSTALL_<path> instead of hardcoding bin/lib/ install pathsKhem Raj
2019-09-21Merge pull request #140 from pasqualirb/masterTaylor Holberton
2019-09-21utils: Fix spelling in help textRicardo Biehl Pasquali
2019-07-07Merge pull request #131 from pasqualirb/masterTaylor Holberton
2019-06-26pcm-readi: Fixed segfault in failure recoveryTaylor Holberton
2019-05-23Merge pull request #134 from jcromero/patch-1Taylor Holberton
2019-05-23Fix typo in -D and -d options descriptionsjcromero
2019-05-11Merge pull request #132 from lucastanure/masterTaylor Holberton
2019-05-11makefile: Don't overwrite CROSS_COMPILE variableLucas Tanure
2019-04-24pcm: Allow to wait if capture is not runningRicardo Biehl Pasquali
2019-04-13Merge pull request #128 from alexonea/masterTaylor Holberton
2019-04-13Merge pull request #130 from pasqualirb/masterTaylor Holberton
2019-04-12pcm: Remove setting unnecessary parametersRicardo Biehl Pasquali
2019-04-11Merge pull request #129 from DanielaBistrean/masterTaylor Holberton
2019-04-12Fix integer division issue in int_to_percent functionDaniela-Marinela Bistrean
2019-04-11Move changelog check ver. from build systems to CIAlexandru N. Onea
2019-04-10Rename version-bump to just versionAlexandru N. Onea
2019-04-10Add dry-run option to version-bump.shAlexandru N. Onea
2019-04-10Minor improvements to version-bump.shAlexandru N. Onea
2019-04-09Add check action to version-bump.sh; Activate checksAlexandru N. Onea