index
:
tinyalsa
master
Tiny library to interface with ALSA in the Linux kernel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-05-24
match the boundary type with kernel driver
dvdli
2022-01-11
include time.h before asound.h
Fabrice Fontaine
2021-12-15
add ioctl to read IEC958 data
dvdli
2021-11-23
insert null at end of strncpy target array.
toge
2021-11-17
fix strncpy warnings
toge
2021-11-02
mixer: fix index underflow when index=0
Caleb Connolly
2021-07-15
update NOTICE file and format license header
dvdli
2021-07-13
fix the zero fd closing problem
dvdli
2021-06-02
force pcm_open to open device with the non-blocking flag
dvdli
2021-05-19
remove range checking in mixer_ctl_set_value
dvdli
2021-05-19
refine null parameters checking and add a unit test case
dvdli
2021-05-19
add pcm_prepare before pcm_start
dvdli
2021-03-11
add floating-point PCM supoort to tinyplay
dvdli
2021-02-22
support float config and float wave file playback
dvdli
2021-01-28
Let pcm_mmap_read/write call pcm_readi/writei
dvdli
2021-01-28
prepare in pcm_generic_transfer
dvdli
2021-01-12
remove pcm_prepare in pcm_open
dvdli
2020-12-09
fix mmap-related functions' bugs
dvdli
2020-12-09
fix bugs in the pcm_open_* functions
dvdli
2020-12-02
fix build breakage
David Li
2020-11-04
Merge pull request #189 from wksuper/master
dvdli
2020-11-01
Backward compatible for pcm_write() pcm_read()
Kui Wang
2020-10-29
AOSP CL "tinyalsa: check for NULL mmap_status"
dvdli
2020-10-29
AOSP CL "pcm: Fix usage of oops() function for use of strerror."
dvdli
2020-10-28
AOSP CL "pcm: add API for MMAP NO IRQ mode"
dvdli
2020-10-28
AOSP CL "Add pcm_get_poll_fd"
dvdli
2020-10-28
AOSP CL "Export pcm_mmap_avail"
dvdli
2020-10-28
AOSP CL "tinyalsa: channel status set as per IEC958"
dvdli
2020-10-28
AOSP CL "pcm: add support to set silence_size"
dvdli
2020-10-28
AOSP CL "Add pcm_params string conversion and format checking"
dvdli
2020-09-21
Merge pull request #173 from rohkkumar/mixer_fix
Simon Wilson
2020-09-16
Fix Makefile dependencies
Glenn Kasten
2020-09-04
mixer: Fix invalid size check in mixer_ctl_set/get_array
Rohit kumar
2020-09-03
pcm_plugin: Update pcm state check in ttstamp ops
Rohit kumar
2020-09-03
tinyalsa: add plugin support for mmap/poll ops
Rohit kumar
2020-08-25
pcm_plugin: Update pcm state in sync_ptr ops
Rohit kumar
2020-08-12
Fixed boundary check for enum
Taylor Holberton
2020-06-05
cmake: specify c99
Ethan Sommer
2020-06-03
Fix memory leak
Taylor Holberton
2020-06-03
Merge pull request #159 from rohkkumar/plugin_update
Taylor Holberton
2020-06-02
mixer: Fix memory leak and other issues in mixer event
Rohit kumar
2020-06-02
mixer: Add plugin support for mixer_consume/read_event
Rohit kumar
2020-06-02
tinyalsa: add mixer_consume_event
Andrew Chant
2020-05-24
src/pcm.c: remove MAP_FILE mmap flag
Ethan Sommer
2020-04-24
tinyalsa: mixer_plugin: remove dummy strings for sound card
Minecrell
2020-04-23
tinyalsa: use strncpy instead of memcpy to copy string constant
Minecrell
2020-04-18
pcm_hw_close: avoid SIGSEGV when pcm_hw_open fail
Miguel GAIO
2020-04-10
Merge pull request #148 from lkundrak/lr/double-free
Taylor Holberton
2020-04-10
pcm: do not negate errno
Lubomir Rintel
2020-04-10
pcm: avoid calling pcm_hw->close() twice
Lubomir Rintel
[next]