aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-13Add build.zigHEADmasterdec05eba
2023-09-05Merge pull request #244 from rohit-qc/chmap_mixer_supportdvdli
2023-09-04utils: tinymix: Print device number associated with mixer controlsRohit kumar
2023-09-04mixer: add support for pcm device specific mixer controlsRohit kumar
2023-09-04Merge pull request #246 from CodeLinaro/masterdvdli
2023-09-04Support pcm drain opsGuodong Hu
2023-09-04Merge pull request #237 from michaelforney/tinyplay-formatdvdli
2022-10-31tinyplay: fix playback of 24-bit and 8-bit pcmMichael Forney
2022-08-03Merge pull request #230 from rsglobal/propagate-error-messagedvdli
2022-07-26pcm: Propagate error message to the bad_pcm in case of failureRoman Stratiienko
2022-07-20Merge pull request #228 from mkupchik/masterdvdli
2022-06-08mmap support in tinycapMikhail Kupchik
2022-06-06Merge pull request #227 from dvdli/mmap-boundary-devdvdli
2022-05-24match the boundary type with kernel driverdvdli
2022-05-17Merge pull request #225 from mikopp6/tinywavinfo_devdvdli
2022-05-09Fixed bug with main analysis loopMiko Palojärvi
2022-01-13Merge pull request #224 from ffontaine/masterdvdli
2022-01-11include time.h before asound.hFabrice Fontaine
2022-01-05Merge pull request #222 from dvdli/tinyalsa-devdvdli
2021-12-15add ioctl to read IEC958 datadvdli
2021-12-15match the varaibles' type for 64-bit compatibilitydvdli
2021-11-23Merge pull request #221 from toge/fix-strncpy-bugSimon Wilson
2021-11-23insert null at end of strncpy target array.toge
2021-11-16Merge pull request #220 from toge/fix-strncpy-warningsSimon Wilson
2021-11-17fix strncpy warningstoge
2021-11-04Merge pull request #218 from aospm/index-underflowTaylor
2021-11-02mixer: fix index underflow when index=0Caleb Connolly
2021-07-27Merge pull request #216 from tinywrkb/meson_headersdvdli
2021-07-26meson: add attributes.h and plugin.h public headerstinywrkb
2021-07-15Merge pull request #213 from dvdli/fix-licensedvdli
2021-07-15update NOTICE file and format license headerdvdli
2021-07-13Merge pull request #211 from dvdli/tinyplay-devdvdli
2021-07-13Merge pull request #212 from dvdli/fix-closing-pcm-zero-fddvdli
2021-07-13fix the zero fd closing problemdvdli
2021-07-13fix remaining_data_size is 0 when not playing a wave filedvdli
2021-07-12Merge pull request #210 from rohkkumar/plugin_exampledvdli
2021-07-08tinyalsa: Add sample pcm/mixer plugin and sample sndcardparserRohit kumar
2021-06-29refactoring and fix typodvdli
2021-06-29refactoring: add a wave-file parsing functiondvdli
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