aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-12Fix integer division issue in int_to_percent functionDaniela-Marinela Bistrean
2019-04-09Initial version-bump.shAlexandru N. Onea
2019-01-08pcm: Check for error after setting appl_ptrRicardo Biehl Pasquali
2019-01-08pcm: Cleanup control/status when setup failsRicardo Biehl Pasquali
2019-01-08pcm: Replace 'underruns' with 'xruns'Ricardo Biehl Pasquali
2019-01-08pcm: Create generic transferRicardo Biehl Pasquali
2019-01-08pcm: Put transfer functions togetherRicardo Biehl Pasquali
2019-01-08pcm: Remove 'running' variable from pcm structureRicardo Biehl Pasquali
2019-01-08pcm: Rewrite pcm_mmap_transfer() for compatibilityRicardo Biehl Pasquali
2019-01-08pcm: Exit loop when there are no available framesRicardo Biehl Pasquali
2019-01-08pcm: Put mmap functions togetherRicardo Biehl Pasquali
2019-01-08pcm: Rewrite pcm_get_htimestamp()Ricardo Biehl Pasquali
2019-01-08pcm: Move pcm_get_htimestamp()Ricardo Biehl Pasquali
2019-01-08pcm: Get values from kernel in avail_updateRicardo Biehl Pasquali
2019-01-08pcm: Call HWSYNC ioctl when status is mmapedRicardo Biehl Pasquali
2019-01-08pcm: Remove HWSYNC before available calculationRicardo Biehl Pasquali
2019-01-08pcm: Do not set values after control/status mmapRicardo Biehl Pasquali
2019-01-08pcm: Get appl_ptr and avail_min after prepareRicardo Biehl Pasquali
2019-01-08pcm: Remove 'prepared' variable from pcm structureRicardo Biehl Pasquali
2019-01-08pcm: Remove prepare before startRicardo Biehl Pasquali
2019-01-08pcm: Remove start before readRicardo Biehl Pasquali
2019-01-08pcm: Prepare after overrunRicardo Biehl Pasquali
2019-01-08pcm: Remove code assuming start after writeRicardo Biehl Pasquali
2019-01-08pcm: Move prepare action to xrun handlingRicardo Biehl Pasquali
2019-01-08pcm: Do prepare action in pcm_open()Ricardo Biehl Pasquali
2018-11-28Added ifndef around macrosTaylor Holberton
2018-11-28Checking for definition of __bitwise, __force, __userTaylor Holberton
2018-07-17Fixed pcm_start when pcm is linked to other pcm deviceMiguel Gaio
2018-07-17Corrected pcm_sync_ptr() on dma mmap coherent architectureMiguel Gaio
2018-04-11Fixup some minor code formatting issuesCharles Keepax
2018-04-10Fix pcm_writei return value if pcm is in not running state.Miguel GAIO
2017-10-12added PCM_NONBLOCK macroTaylor Holberton
2017-05-23bumped versionTaylor Holberton
2017-04-10adding bounds check only when neededTaylor Holberton
2017-04-10moved code in pcm_open() to pcm_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-01-13added doc on pcm_open and null checking pcm_is_readyTaylor Holberton
2017-01-11Fix mixer_wait_event function commentsPankaj Bharadiya
2017-01-11Tinyalsa: Add support to poll on alsa controlPankaj Bharadiya
2017-01-10Fix the byte control set/get methodPankaj Bharadiya
2017-01-10mixer: Add support for TLV RW access check apiPankaj Bharadiya
2016-12-24Added pcm_open_by_name()Taylor Holberton
2016-12-04Added pcm_link and pcm_unlink functionsTaylor Holberton
2016-12-02mixer: add ability to update control list with new controlsRichard Fitzgerald
2016-12-01added soversion with minor and patch numberTaylor Holberton