aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-08tinyalsa: Add sample pcm/mixer plugin and sample sndcardparserRohit kumar
2021-06-02Merge pull request #208 from dvdli/tinyalsa-pcm-open-blockedSimon Wilson
2021-06-02force pcm_open to open device with the non-blocking flagdvdli
2021-05-26Merge pull request #206 from dvdli/tinyalsa-fix-pcmdvdli
2021-05-19remove range checking in mixer_ctl_set_valuedvdli
2021-05-19refine null parameters checking and add a unit test casedvdli
2021-05-19add pcm_prepare before pcm_startdvdli
2021-03-22Merge pull request #203 from dvdli/tinyalsa-fixdvdli
2021-03-22fix bug in testsdvdli
2021-03-15Merge pull request #202 from dvdli/tinyalsa-float-devdvdli
2021-03-11add floating-point PCM supoort to tinyplaydvdli
2021-03-10add a loopback test for floating point PCMdvdli
2021-02-22support float config and float wave file playbackdvdli
2021-02-22Merge pull request #201 from dvdli/sync-aospdvdli
2021-02-22Sync AOSP: [LSC] Add LOCAL_LICENSE_KINDS to external/tinyalsa_newdvdli
2021-02-01Merge pull request #198 from dvdli/tinyalsa-devdvdli
2021-01-29upgrade Travis CI dist to bionicdvdli
2021-01-28fix test case to match the APIdvdli
2021-01-28Let pcm_mmap_read/write call pcm_readi/writeidvdli
2021-01-28prepare in pcm_generic_transferdvdli
2021-01-20Merge pull request #200 from dvdli/tinyalsa-aospdvdli
2021-01-20add LICENSE file and rename modules in Android.bpdvdli
2021-01-12fix integer character ascii rangedvdli
2021-01-12remove pcm_prepare in pcm_opendvdli
2020-12-09fix mmap-related functions' bugsdvdli
2020-12-09fix bugs in the pcm_open_* functionsdvdli
2020-12-09Merge pull request #194 from dvdli/tinymix-devdvdli
2020-12-09correct index of integer string and reduce the life time of variablesdvdli
2020-12-07add usage of VALUESdvdli
2020-12-07add support setting negative values to tinymixdvdli
2020-12-07formatting and remove tinymix prefix of static functionsdvdli
2020-12-07duplicate an argv list to avoid the argv order changeddvdli
2020-12-04fix printing format and wrong control for data printingdvdli
2020-12-04Merge pull request #192 from dvdli/android-aosp-syncdvdli
2020-12-04Merge pull request #191 from dvdli/tinyalsa-testsdvdli
2020-12-02fix build breakageDavid Li
2020-12-02fix typo, add comments to describe the tests and fix the loopback testdvdli
2020-12-01add instructions to run tests and fix typodvdli
2020-11-26add unit testsdvdli
2020-11-23add unit tests for mixer related functionsdvdli
2020-11-16add unit tests for pcm_* functionsdvdli
2020-11-04Merge pull request #189 from wksuper/masterdvdli
2020-11-04Merge pull request #190 from dvdli/tinyplay-devdvdli
2020-11-02calcuate the thresholds after options parsingdvdli
2020-11-02modify the buffer size to the period size to avoid underrundvdli
2020-11-02Merge pull request #188 from dvdli/android-devdvdli
2020-11-01Backward compatible for pcm_write() pcm_read()Kui Wang
2020-10-29AOSP CL "tinymix: fix setting enum str started with digits"dvdli
2020-10-29check whether the audio data are still enough to playdvdli
2020-10-29AOSP CL "tinyalsa: check for NULL mmap_status"dvdli