OSDN Git Service

timer: remove dead code in _snd_timer_hw_open()
[android-x86/external-alsa-lib.git] / src / control /
2021-06-02 Jaroslav Kyselacontrol: remap - fix uninitialized value in parse_map_v...
2021-05-17 Jaroslav Kyselacontrol: remap - add no-op when the remapping is not...
2021-04-23 Jaroslav Kyselacontrol: remap - don't allow I/O on renamed IDs
2021-04-13 Jaroslav Kyselaucm: add LibraryConfig support
2021-04-07 Jaroslav Kyselacontrol: add empty plugin
2021-04-07 Jaroslav Kyselacontrol: remap plugin - add docs
2021-04-07 Jaroslav Kyselacontrol: doc - create controls plugin page
2021-04-07 Jaroslav Kyselacontrol: remap plugin - initial version
2021-04-07 Jaroslav Kyselacontrol: add _snd_ctl_open_child()
2021-03-29 Jaroslav Kyselacontrol: shm - add missing continue to _snd_ctl_shm_open()
2021-03-25 Jaroslav Kyselaucm: move __snd_ctl_ascii_elem_id_parse prototype to...
2021-03-25 Jaroslav Kyselacontrol: add __snd_ctl_add_elem_set() helper
2021-03-23 Jaroslav Kyselacontrol: add snd_ctl_elem_id_compare_numid() function
2021-03-23 Jaroslav Kyselacontrol: rename snd_ctl_elem_id_compare() to snd_ctl_el...
2021-03-18 Jaroslav Kyselacontrol: fix the subdevice fields comparison in snd_ctl...
2021-03-08 Jaroslav Kyselacontrol: better docs for snd_ctl_elem_id_compare()
2021-02-26 Jaroslav Kyselacontrol: add snd_ctl_elem_id_compare() function
2021-02-26 Jaroslav Kyselacontrol: snd_ctl_ascii_elem_id_get() - do not show...
2021-02-26 Jaroslav Kyselaconf: introduce snd_config_get_card() function
2021-02-26 Jaroslav Kyselacontrol: improve snd_ctl_add_*_elem_set functions ...
2021-02-24 Jaroslav Kyselacontrol: fix iformation -> information typos
2020-09-03 Tanjeff-N. Mooscontrol: Add documentation for snd_ctl_elem_value_*.
2020-09-03 Tanjeff-N. Mooscontrol: Improve general control interface documentation.
2020-08-18 Tanjeff-N. Mooscontrol: Add documentation for snd_ctl_elem_list_*.
2020-07-27 Jaroslav Kyselacontrol: ctlparse - fix enum values in '' or ""
2020-07-06 Takashi Sakamotoctl: improve documentation for identifier of control...
2020-06-23 Mark Hillscontrol: Fix a bug that prevented namehint behaviour
2020-06-23 Mark Hillscontrol: Fix typos in the namehint example
2020-06-16 John Keepingcontrol: ctlparse - use type-specific bound on element...
2020-06-05 Jaroslav Kyselatlv: implement nearest rounding in snd_tlv_convert_from...
2020-06-05 Jaroslav Kyselacontrol: use more precise rounding in snd_ctl_ascii_val...
2020-06-04 Jaroslav Kyselasnd_dlopen: do not use absolute plugin path for snd_dlo...
2020-03-27 Jaroslav Kyselanamehint: remember the direction from the upper levels
2020-03-02 Jaroslav Kyselaconf: namehint - add omit_noargs to the hint section
2020-02-10 Takashi Iwaicontrol: Remove access to the deprecated dimen fields
2019-12-01 Jaroslav Kyselanamehint: improve the previous patch (check the returne...
2019-12-01 Jaroslav Kyselanamehint: correct the @args check
2019-11-28 Jaroslav Kyselacontrol: ctlparse - accept enum values in '' or ""
2019-05-24 Jaroslav Kyselacontrol_shm: add missing socket close to the error...
2019-05-24 Jaroslav Kyselacontrol_shm: remove duplicate code (coverity)
2019-04-09 Jaroslav Kyselaadd support for GCC's LTO
2019-04-09 Quipyowert2Print unsigned ints with %u instead of %i. (snd_ctl_asc...
2019-03-25 Jaroslav Kyselaadd snd_strlcpy() and use it everywhere
2019-01-07 Jaroslav Kyselacontrol: fix the assert() in snd_ctl_elem_set_bytes
2018-08-19 Hsin-Yu Chaocontrol_hw: Fix issue when applying seccomp policy
2018-05-15 Takashi Sakamotohcontrol: use position offset macro of TLV data
2018-05-15 Takashi Sakamotocontrol: use position offset macro of TLV data
2018-03-27 Jaroslav Kyselacontrol ext: fix the default .rawmidi_next_device callback
2018-01-04 Takashi Iwaicontrol: Proper reference of internal versioned functions
2017-11-14 Jaroslav KyselaChange FSF address (Franklin Street)
2017-11-13 Takashi Sakamotoctl: deprecate APIs of dimensional information
2017-10-05 Timo Wischerctl: ext: Fail with error code if snd_ctl_ext_callback...
2017-07-12 Natanael Copacleanup: fix poll.h includes
2016-09-30 Takashi Sakamotoctl: correct documentation about TLV feature
2016-09-30 Takashi Sakamotoctl: improve documentation about TLV-related APIs
2016-09-30 Takashi Sakamotoctl: improve API documentation for TLV operation
2016-07-20 Takashi Sakamotoctl: use condition statements instead of assert() for...
2016-07-17 Takashi Sakamotoctl: rename APIs to add an element set so that their...
2016-07-13 Takashi Sakamotoctl: add compatibility information for snd_ctl_elem_inf...
2016-07-11 Takashi Sakamotohctl: remove assertion from element event handler becau...
2016-07-09 Takashi Sakamotoctl: improve documentation of APIs to add an element set
2016-07-07 Takashi Sakamotoctl: add dimension validator
2016-06-30 Takashi Sakamotoctl: add an API to set dimension levels to element...
2016-06-30 Takashi Sakamotoctl: support extra information to user-defined element set
2016-06-29 Takashi Sakamotoctl: use consistent name for second argument of snd_ctl...
2016-06-27 Takashi Sakamotoctl: use automatic variable instead of call of alloca(3)
2016-06-27 Takashi Sakamotoctl: fix returning zero for dimension level 4
2016-06-16 Takashi Sakamotoctl: improve API documentation for threshold level...
2016-06-16 Takashi Sakamotoctl: add explanation about threshold level feature
2016-06-16 Takashi Sakamotoctl: change former APIs as wrapper functions of element...
2016-06-16 Takashi Sakamotoctl: improve comments for API to add an element of...
2016-06-16 Takashi Sakamotoctl: add functions to add an element set
2016-06-16 Takashi Sakamotoctl: improve comments for handling element data
2016-06-16 Takashi Sakamotoctl: add an overview for design of ALSA control interface
2016-05-17 Takashi Iwaiconf: Add thread-safe global tree reference
2016-05-12 Takashi Iwainamehint: Don't enumerate as duplex if only a single...
2016-02-22 Takashi Sakamotocontrol: keep consistent usage of assertion
2016-02-21 Takashi Sakamotocontrol: initialize element channel values according...
2016-02-21 Takashi Sakamotocontrol: fulfill a description about element type with...
2016-01-12 Jaroslav Kyselacoverity fixes
2016-01-12 Jaroslav Kyselacontrol: add missing asserts to ctl_elem_set functions
2015-06-10 Takashi Iwaicontrol: Allow cset'ing specific values in the multi...
2015-04-30 Takashi IwaiAllow hint for ctl, hwdep, timer and seq
2015-04-30 Takashi Iwainamehint: Fix bad free with invalid iface name
2015-04-30 Takashi Iwainamehint: Fix the listing without device number
2015-04-30 Takashi Iwainamehint: Fix invalid list access in snd_device_name_hint()
2015-02-09 Takashi Sakamotocontrol: complement comment for subscribe API
2015-01-28 Takashi IwaiRemove unused hostname resolution in shm plugins and...
2015-01-14 Lu, Hancontrol: enable octal and hexadecimal parse
2014-09-23 Renu Tyagicontrol: return negative value in case of error
2014-02-26 Patrick Welcheautotools: update style
2014-01-22 Ivan Sorokincontrol_hw: fix potential memory leak
2013-10-01 Stephen Warrensnd_tlv_convert_from_dB: fix decreasing gain across...
2013-09-19 David HenningssonFix access of freed memory in namehints
2013-05-24 Takashi IwaiAllow specifying the max number of cards
2013-04-11 Jaroslav Kyselacontrol: enhance doc for snd_ctl_ascii_value_parse...
2013-04-08 Jaroslav Kyselaall places: doxygen cleanups
2013-04-08 Jaroslav Kyselacontrol, pcm: implement snd_ctl_abort() and snd_pcm_abo...
2013-02-21 Takashi IwaiAdd workaround for conflicting IEC958 controls for...
2013-02-21 Takashi Iwaicontrol: Simplify using snd_config_get_bool()
next