aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-09-05Merge pull request #244 from rohit-qc/chmap_mixer_supportdvdli
2023-09-04mixer: add support for pcm device specific mixer controlsRohit kumar
2023-09-04Support pcm drain opsGuodong Hu
2022-07-26pcm: Propagate error message to the bad_pcm in case of failureRoman Stratiienko
2022-05-24match the boundary type with kernel driverdvdli
2022-01-11include time.h before asound.hFabrice Fontaine
2021-12-15add ioctl to read IEC958 datadvdli
2021-11-23insert null at end of strncpy target array.toge
2021-11-17fix strncpy warningstoge
2021-11-02mixer: fix index underflow when index=0Caleb Connolly
2021-07-15update NOTICE file and format license headerdvdli
2021-07-13fix the zero fd closing problemdvdli
2021-06-02force pcm_open to open device with the non-blocking flagdvdli
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-11add floating-point PCM supoort to tinyplaydvdli
2021-02-22support float config and float wave file playbackdvdli
2021-01-28Let pcm_mmap_read/write call pcm_readi/writeidvdli
2021-01-28prepare in pcm_generic_transferdvdli
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-02fix build breakageDavid Li
2020-11-04Merge pull request #189 from wksuper/masterdvdli
2020-11-01Backward compatible for pcm_write() pcm_read()Kui Wang
2020-10-29AOSP CL "tinyalsa: check for NULL mmap_status"dvdli
2020-10-29AOSP CL "pcm: Fix usage of oops() function for use of strerror."dvdli
2020-10-28AOSP CL "pcm: add API for MMAP NO IRQ mode"dvdli
2020-10-28AOSP CL "Add pcm_get_poll_fd"dvdli
2020-10-28AOSP CL "Export pcm_mmap_avail"dvdli
2020-10-28AOSP CL "tinyalsa: channel status set as per IEC958"dvdli
2020-10-28AOSP CL "pcm: add support to set silence_size"dvdli
2020-10-28AOSP CL "Add pcm_params string conversion and format checking"dvdli
2020-09-21Merge pull request #173 from rohkkumar/mixer_fixSimon Wilson
2020-09-16Fix Makefile dependenciesGlenn Kasten
2020-09-04mixer: Fix invalid size check in mixer_ctl_set/get_arrayRohit kumar
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-12Fixed boundary check for enumTaylor Holberton
2020-06-05cmake: specify c99Ethan Sommer
2020-06-03Fix memory leakTaylor Holberton
2020-06-03Merge pull request #159 from rohkkumar/plugin_updateTaylor 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-04-24tinyalsa: mixer_plugin: remove dummy strings for sound cardMinecrell
2020-04-23tinyalsa: use strncpy instead of memcpy to copy string constantMinecrell