]> git.alsa-project.org Git - alsa-lib.git/shortlog
alsa-lib.git
2022-05-19 Matthias Reichlconf: vc4-hdmi: use a proper hdmi pcm, fix broken defau...
2022-05-19 Jaroslav Kyselaremove .travis.yml (using github actions)
2022-05-19 Tomohiro IKEDAREADME: Add link to GitHub Actions
2022-05-19 Jaroslav Kyselagithub actions: move to checkout@v3
2022-05-19 Jaroslav Kyselaucm: macro - make argument names shorter
2022-05-19 Jaroslav Kyselaucm: doc - describe variants, minor corrections
2022-05-19 Jaroslav Kyselaucm: implement enadev2 and disdev2 sequence commands
2022-05-18 Jaroslav Kyselaucm: add support for verb variants
2022-05-18 Jaroslav Kyselaucm: set SYNTAX_VERSION_MAX to 6
2022-05-18 Jaroslav Kyselaucm: move macros and evali substitution to Syntax 6
2022-05-17 Jaroslav Kyselaucm: macro - add deep call protection (recursion)
2022-05-17 Jaroslav Kyselaucm: macro call inplace evaluate inside macro
2022-05-17 Jaroslav Kyselaucm: macro - fix the error message, print id
2022-05-17 Jaroslav Kyselaucm: return empty string for undefined "open" variables...
2022-05-17 Jaroslav Kyselaucm: allow '-' prefix to avoid errors when the variable...
2022-05-16 Jaroslav Kyselaucm: allow passing variables through ucm open string
2022-05-14 Jaroslav Kyselause-case.h: add SND_USE_CASE_DEV_DIRECT define
2022-05-13 Jaroslav Kyselaucm: implement MacroDefine and Macro subtree evaluation
2022-05-13 Jaroslav Kyselaconf: fix memory leak in snd_config_substitute() for...
2022-05-13 Jaroslav Kyselaucm: local_config may be NULL (error path)
2022-05-13 Jaroslav Kyselaucm: add ${evali:} substitution
2022-05-05 Jaroslav Kyselacontrol: shm - initialize write buffer
2022-05-05 Jaroslav Kyselacontrol: decode HDMI device name from ELD
2022-05-04 Yutao Yuanpcm: multi: return correct hwptr and avail from snd_pcm...
2022-05-03 Jaroslav Kyselapcm: direct - allow 'off' string for hw_ptr_alignment
2022-05-03 Jaroslav Kyselapcm: direct - cleanups for snd_pcm_direct_reset_slave_ptr()
2022-04-06 Jaroslav Kyselapcm: direct - add support for channel bindings in snd_p...
2022-03-10 Takashi Iwaipcm: direct: Check xrun/suspend before the slave hwptr...
2022-03-10 Takashi Iwaipcm: direct: Move slave PCM state checks into XRUN...
2022-03-10 Takashi Iwaipcm: direct: Improved suspend/resume support
2022-03-10 Takashi Iwaipcm: direct: Propagate error code from snd_pcm_direct_c...
2022-03-08 Alan Youngpcm: rate: fix drain of partial period at end of buffer
2022-02-22 Jaroslav Kyselaucm: fix the '${eval:EXPR}' substitution
2022-01-27 Jaroslav Kyselaconf: snd_config_merge - fix comment (overwrite / override)
2022-01-01 Jaroslav Kyselaconf: fix the export of safe_strto* functions from...
2022-01-01 Fabrice Fontainesrc/topology/parser.c: drop duplicate safe_strtol_base
2021-12-13 Jaroslav Kyselaucm: top-level path - set directory from symlink
2021-12-09 Jaroslav KyselaRelease v1.2.6.1 v1.2.6.1
2021-12-09 Jaroslav Kyselaconf: fix the device parsing when arguments has no...
2021-12-07 Jaroslav Kyselaconf: accept '_' character in the variable name
2021-12-06 Jaroslav KyselaRelease v1.2.6 v1.2.6
2021-12-01 Jaroslav Kyselaucm: add initial doxygen documenation
2021-12-01 Jaroslav Kyselaconf: introduce snd_config_load_string()
2021-11-30 Jaroslav Kyselaconf: confeval - fix _to_integer error code
2021-11-30 Jaroslav Kyselaconf: fix test/lsb/config.c
2021-11-30 Jaroslav Kyselaconf: improve simple integer math expressions - brackets
2021-11-30 Jaroslav Kyselaucm: add ${eval:EXPR} substitution (Syntax 5)
2021-11-30 Jaroslav Kyselaconf: add possibility to evaluate simple integer math...
2021-11-29 Jaroslav Kyselaconf: add safe_strtoll_base() like safe_strtol_base()
2021-11-12 Jaroslav Kyselaucm: fix parsing of the internal hexadecimal card ident...
2021-11-12 Jaroslav Kyselaucm: fix parsing of the internal hexadecimal card ident...
2021-11-07 Jaroslav Kyselaucm: fix DeviceModifier parser
2021-11-02 Jaroslav Kyselapcm: softvol - mark _snd_pcm_parse_control_id as static
2021-11-02 Jaroslav Kyselapcm: partially revert "pcm: softvol - make snd_pcm_pars...
2021-11-02 Jaroslav Kyselatopology: do not call strtol directly
2021-11-02 Jaroslav Kyselaconf: introduce safe_strtol_base()
2021-10-28 Jaroslav Kyselaconfigure: bumb version to 1.2.6pre1 (for alsactl/alsa...
2021-10-28 Jaroslav Kyselaucm: suppress the no device (no UCM card) errors on...
2021-10-28 Jaroslav Kyselarawmidi: allocate the read buffer in the params call
2021-10-28 Jaroslav Kyselarawmidi: free framing read bufffer when the framing...
2021-10-28 Jaroslav Kyselarawmidi: add support for SNDRV_RAWMIDI_IOCTL_USER_PVERSION
2021-10-28 Jaroslav Kyselarawmidi: return ENOTSUP when timestamp reads are not...
2021-10-28 Jaroslav Kyselarawmidi: allow timestamp reads only for the appropriate...
2021-10-28 Jaroslav Kyselarawmidi: doc - fix the framing / read mode section
2021-10-28 Jaroslav Kyselarawmidi: rename enum snd_rawmidi_framing to snd_rawmidi...
2021-10-28 Jaroslav Kyselarawmidi: define more abstract API for the timestamp...
2021-10-07 Johan Adolfssondlmisc.c: Avoid double unlock in snd_dlobj_cache_get0()
2021-09-19 Jaroslav Kyselarawmidi: initialize the reserved space in snd_rawmidi_p...
2021-09-03 Sava Jakovljevpcm: multi plugin - adjust appl_ptr on rewind/forward...
2021-09-03 Henrik Enquistpcm: add a note about return values of snd_pcm_state()
2021-09-01 Jaroslav Kyselaucm: substitute the before/after identifiers
2021-08-31 Jaroslav Kyselaucm: fix the parsing of the hexadecimal prefix
2021-08-31 Jaroslav Kyselaucm: avoid zero card instance number
2021-08-24 Takashi Iwairawmidi: Use the standard types for snd_rawmidi_framing...
2021-08-20 Jaroslav Kyselaasound.h: fix the __packed use for the out-of-kernel...
2021-08-20 David Henningssontest: rawmidi: Add test for rawmidi framing API
2021-08-20 David Henningssonrawmidi: Add rawmidi framing API
2021-06-29 Jaroslav Kyselacontrol: remap - assign right name to the child handle...
2021-06-29 Jaroslav Kyselacontrol: remap - assign right name to the child handle...
2021-06-28 Jaroslav Kyselapcm: rate - fix some gcc warnings
2021-06-28 Jaroslav Kyselafix build with --disable-ucm
2021-06-21 Tanjeff-N.... control: Minor documentation fixes.
2021-06-21 Tanjeff-N.... control: Add documentation for snd_ctl_card_* and friends.
2021-06-21 Jaroslav Kyselapcm: direct plugins - fix bad memory access when channe...
2021-06-21 Takashi Iwaipcm: Move snd_pcm_channel_area_addr() and _step() to...
2021-06-21 Jaroslav Kyselapcm: direct plugins - fix hw_ptr in the status callback
2021-06-21 Jaroslav Kyselapcm: dmix - use pcm_frame_diff() in snd_pcm_dmix_sync_p...
2021-06-18 Jaroslav Kyselapcm: improve docs for snd_pcm_sw_params_get_avail_min...
2021-06-17 Takashi Iwaipcm: rate: Improve the support multiple formats
2021-06-17 Takashi Iwaipcm: rate: Refactoring temporary buffer allocations
2021-06-15 Jaroslav Kyselacontrol: empty - fix the static build
2021-06-14 Chih-Wei Huangcontrol: remap - fix an infinite recursive call in...
2021-06-14 Chih-Wei HuangFix EXPORT_SYMBOL attribute for clang
2021-06-14 Chih-Wei Huangconfigure: check if eaccess() is available
2021-06-14 Chih-Wei Huangucm: include sys/wait.h to fix build on Android
2021-06-04 Andreas Müllerucm_exec.c: Include limits.h explicitly to fix build...
2021-06-03 Jaroslav Kyselaucm: compound_merge() - fix use after free (and logic)
2021-06-03 Jaroslav Kyselaucm: fix possible memory leak in parse_verb_file()
2021-06-03 Jaroslav Kyselapcm: direct - remove dead code
2021-06-03 Jaroslav Kyselaconf: snd_config_get_card() remove unused assignment
next