aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-03Fixed potential risk of wild pointerDong Jinguang
2017-12-15Merge pull request #107 from magicalvidyakitty/masterTaylor Holberton
2017-12-15Added reading from stdin.Magickal Feline
2017-11-06fixed short option in tinyplayTaylor Holberton
2017-10-19Merge pull request #104 from rfvirgil/masterTaylor Holberton
2017-10-19Replace old style Android.mk with new Android.bpRichard Fitzgerald
2017-10-12Fixed segfaultTaylor Holberton
2017-10-12added PCM_NONBLOCK macroTaylor Holberton
2017-10-12corrected tab usageTaylor Holberton
2017-10-12added CMake buildTaylor Holberton
2017-06-02Merge pull request #98 from baruchsiach/fix-muslTaylor Holberton
2017-06-02interval.h: add missing headerBaruch Siach
2017-05-23bumped versionTaylor Holberton
2017-05-23Merge pull request #97 from xpahos/masterTaylor Holberton
2017-05-23Debian debug packagexpahos
2017-04-13Merge pull request #96 from subhransu-intel/masterTaylor Holberton
2017-04-13Fix to pass num_frames to pcm_writeiJaikrishna Nemallapudi
2017-04-10adding bounds check only when neededTaylor Holberton
2017-04-10corrected set_config functionTaylor Holberton
2017-04-10moved code in pcm_open() to pcm_set_config()Taylor Holberton
2017-04-10added prototypes for _get_config() and _set_config()Taylor Holberton
2017-04-10removed tab charactersTaylor Holberton
2017-04-10added pcm_get_config()Taylor Holberton
2017-04-06simplified pcm_read() and pcm_write()Taylor Holberton
2017-04-06checking limits of frame countsTaylor Holberton
2017-04-06removed debug statementTaylor Holberton
2017-04-06added limits for frames and channelsTaylor Holberton
2017-04-06added interval structuresTaylor Holberton
2017-04-06removed stray tabTaylor Holberton
2017-01-19fixed indentation on if statementTaylor Holberton
2017-01-19Merge pull request #95 from plbossart/masterTaylor Holberton
2017-01-19tinymix: fix segfaults with set commandPierre-Louis Bossart
2017-01-14linking with static libtinyalsaTaylor Holberton
2017-01-14updated read handling for pcm_readiTaylor Holberton
2017-01-14added clean targetTaylor Holberton
2017-01-14added ndk-build directoriesTaylor Holberton
2017-01-14added jni/Android.mk for Android NDKTaylor Holberton
2017-01-14added cross compile var to examplesTaylor Holberton
2017-01-13added doc on pcm_open and null checking pcm_is_readyTaylor Holberton
2017-01-11Merge pull request #94 from bpankajl/mixer_wait_eventTaylor Holberton
2017-01-11Fix mixer_wait_event function commentsPankaj Bharadiya
2017-01-11Merge pull request #93 from bpankajl/mixer_wait_eventTaylor Holberton
2017-01-11Tinyalsa: Add support to poll on alsa controlPankaj Bharadiya
2017-01-10Merge pull request #92 from bpankajl/tvl_fixTaylor Holberton
2017-01-10Fix the byte control set/get methodPankaj Bharadiya
2017-01-10mixer: Add support for TLV RW access check apiPankaj Bharadiya
2016-12-28Merge pull request #91 from ricardobiehl/masterTaylor Holberton
2016-12-28corrected (over/under)run definition in pcm.hRicardo Biehl Pasquali
2016-12-24Added pcm_open_by_name()Taylor Holberton
2016-12-04Added include directory in CFLAGS variableTaylor Holberton