Age | Commit message (Expand) | Author |
2020-02-06 | pcm: Set SW params.avail_min to period size | Miguel GAIO |
2019-07-07 | Merge pull request #131 from pasqualirb/master | Taylor Holberton |
2019-05-11 | makefile: Don't overwrite CROSS_COMPILE variable | Lucas Tanure |
2019-04-24 | pcm: Allow to wait if capture is not running | Ricardo Biehl Pasquali |
2019-04-13 | Merge pull request #128 from alexonea/master | Taylor Holberton |
2019-04-12 | pcm: Remove setting unnecessary parameters | Ricardo Biehl Pasquali |
2019-04-12 | Fix integer division issue in int_to_percent function | Daniela-Marinela Bistrean |
2019-04-09 | Initial version-bump.sh | Alexandru N. Onea |
2019-01-08 | pcm: Check for error after setting appl_ptr | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Cleanup control/status when setup fails | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Replace 'underruns' with 'xruns' | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Create generic transfer | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Put transfer functions together | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Remove 'running' variable from pcm structure | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Rewrite pcm_mmap_transfer() for compatibility | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Exit loop when there are no available frames | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Put mmap functions together | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Rewrite pcm_get_htimestamp() | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Move pcm_get_htimestamp() | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Get values from kernel in avail_update | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Call HWSYNC ioctl when status is mmaped | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Remove HWSYNC before available calculation | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Do not set values after control/status mmap | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Get appl_ptr and avail_min after prepare | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Remove 'prepared' variable from pcm structure | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Remove prepare before start | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Remove start before read | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Prepare after overrun | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Remove code assuming start after write | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Move prepare action to xrun handling | Ricardo Biehl Pasquali |
2019-01-08 | pcm: Do prepare action in pcm_open() | Ricardo Biehl Pasquali |
2018-11-28 | Added ifndef around macros | Taylor Holberton |
2018-11-28 | Checking for definition of __bitwise, __force, __user | Taylor Holberton |
2018-07-17 | Fixed pcm_start when pcm is linked to other pcm device | Miguel Gaio |
2018-07-17 | Corrected pcm_sync_ptr() on dma mmap coherent architecture | Miguel Gaio |
2018-04-11 | Fixup some minor code formatting issues | Charles Keepax |
2018-04-10 | Fix pcm_writei return value if pcm is in not running state. | Miguel GAIO |
2017-10-12 | added PCM_NONBLOCK macro | Taylor Holberton |
2017-05-23 | bumped version | Taylor Holberton |
2017-04-10 | adding bounds check only when needed | Taylor Holberton |
2017-04-10 | moved code in pcm_open() to pcm_set_config() | Taylor Holberton |
2017-04-10 | removed tab characters | Taylor Holberton |
2017-04-10 | added pcm_get_config() | Taylor Holberton |
2017-04-06 | simplified pcm_read() and pcm_write() | Taylor Holberton |
2017-04-06 | checking limits of frame counts | Taylor Holberton |
2017-04-06 | removed debug statement | Taylor Holberton |
2017-04-06 | added limits for frames and channels | Taylor Holberton |
2017-01-13 | added doc on pcm_open and null checking pcm_is_ready | Taylor Holberton |
2017-01-11 | Fix mixer_wait_event function comments | Pankaj Bharadiya |
2017-01-11 | Tinyalsa: Add support to poll on alsa control | Pankaj Bharadiya |