summaryrefslogtreecommitdiff
path: root/alsactl/state.c
Commit message (Expand)AuthorAgeFilesLines
* alsactl: add locking for per-card initializationJaroslav Kysela2022-02-021-2/+16
* alsactl: fix the error path in set_controls()Jaroslav Kysela2022-01-031-1/+1
* alsactl: fix the check for additional elementsJaroslav Kysela2021-12-031-14/+52
* alsactl: load_state: Only delete config if one was loadedSören Tempel2021-06-071-1/+2
* alsactl: load_state() - initialize config variable for the open_failed caseJaroslav Kysela2021-06-071-0/+1
* alsactl: state - fix ‘item’ may be used uninitialized gcc warningJaroslav Kysela2021-06-041-1/+1
* alsactl: check for error values from snd_config_get...()Jaroslav Kysela2021-06-041-13/+28
* alsactl: clean the boot / hotplug card specific configuration directoryJaroslav Kysela2021-04-131-3/+4
* alsactl: use card iterator functions for all card loopsJaroslav Kysela2021-03-111-121/+34
* alsactl: Add ucm support for the FixedBootSequenceJaroslav Kysela2021-03-111-3/+7
* alsactl: add dump-cfg and dump-state commandsJaroslav Kysela2021-03-071-27/+5
* alsactl: add -D argument to execute also the UCM defaults sectionJaroslav Kysela2020-05-141-5/+5
* Use %lli for long long in printfMichael Forney2020-02-101-2/+2
* Change FSF address (Franklin Street)Jaroslav Kysela2017-11-141-1/+1
* alsactl: add missing state_unlock() callJaroslav Kysela2014-12-241-0/+2
* alsactl: Fix the file locking routines (for the state management)Jaroslav Kysela2014-09-241-9/+13
* alsactl: save state - do not call rename for stdioJaroslav Kysela2014-06-251-1/+1
* alsactl: Improved command line argument handling...Jaroslav Kysela2013-04-051-3/+0
* alsactl: add the daemon modeJaroslav Kysela2013-04-051-5/+13
* alsactl: small code reorder to avoid memory leaksJaroslav Kysela2013-04-031-1/+1
* alsactl: safe state store and memory allocation cleanupsJaroslav Kysela2013-04-031-20/+54
* alsactl: Do not access other cards than specified for initJaroslav Kysela2012-05-091-2/+12
* alsactl: add support for recreating enumerated user controlsClemens Ladisch2011-10-071-8/+69
* alsactl: Change handling of inactive controlsJaroslav Kysela2010-09-021-6/+7
* Revert wrong parts of "alsactl: use snd_config_imake* functions"Clemens Ladisch2010-05-261-10/+12
* alsactl: change format of comment node in state fileClemens Ladisch2010-05-261-7/+13
* alsactl: correctly restore dB values of controls with changed rangeClemens Ladisch2010-05-261-21/+64
* alsactl: remove open-coded searchClemens Ladisch2010-05-261-25/+5
* alsactl: move alloca out of loopClemens Ladisch2010-05-261-4/+4
* alsactl: use snd_config_imake* functionsClemens Ladisch2010-05-261-30/+13
* alsactl: update debug prints in state.cJaroslav Kysela2010-02-251-3/+3
* alsactl: add more debug prints to state.cJaroslav Kysela2010-02-251-1/+3
* alsactl: improve -d to get warnings and store exitcode to runstate fileJaroslav Kysela2010-02-251-7/+7
* alsactl: Fix restore / init call behaviour when driver contains more controlsJaroslav Kysela2008-11-211-3/+3
* Mark static the functions not used outside their unit.Diego E. 'Flameeyes' Pettenò2008-11-211-2/+2
* Remove some dead code (comparisons between 0 and unsigned integers).Diego E. 'Flameeyes' Pettenò2008-11-211-26/+15
* Add -I option to alsactlTakashi Iwai2008-11-131-4/+7
* alsactl: Add -g,--ignore option to ignore 'No soundcards found' errorJaroslav Kysela2008-09-181-4/+12
* alsactl init - restore calls also init on failureJaroslav Kysela2008-08-141-80/+147
* Initial 'alsactl init' implementationJaroslav Kysela2008-07-311-13/+0
* alsactl: simplify and fix item type detectionClemens Ladisch2008-06-061-12/+16
* alsactl: skip inactive controlsTakashi Iwai2007-12-171-2/+4
* alsactl - Fix wrong restoreTakashi Iwai2007-11-301-1/+1
* alsactl - fix double entry of comment.tlvTakashi Iwai2007-11-121-16/+0
* alsactl - restore dB levelTakashi Iwai2007-10-241-35/+244
* Make alsactl restore a bit more robustTakashi Iwai2007-10-241-87/+138
* Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-151-1/+1
* alsactl - Remove debug printTakashi Iwai2007-08-151-3/+1
* alsactl - More explicit open error message (#2)Takashi Iwai2007-05-231-1/+1
* alsactl - Error message when failing to open the config fileTakashi Iwai2007-05-231-0/+3