summaryrefslogtreecommitdiff
path: root/alsactl
Commit message (Expand)AuthorAgeFilesLines
* alsactl: fix OpenBSD compilation (add include of os_compat.h)SASANO Takayoshi2023-02-271-0/+1
* Add OpenBSD supportSASANO Takayoshi2023-02-031-0/+1
* alsactl: Print driver name in infoJaroslav Kysela2022-09-271-0/+1
* alsactl: implement 'info' commandJaroslav Kysela2022-05-105-1/+273
* alsactl: add locking for per-card initializationJaroslav Kysela2022-02-026-12/+79
* alsactl: lock - use alarm signal and F_SETLKW rather pollingJaroslav Kysela2022-02-011-7/+34
* alsactl: remove unused argument for state_lock_()Jaroslav Kysela2022-02-011-3/+3
* alsactl: add dbg() prints to init_ucm()Jaroslav Kysela2022-02-011-1/+6
* alsactl: flush stdout for monitor commandAlex Xu (Hello71)2022-01-271-0/+1
* alsactl: fix typo in comment in 00mainJaroslav Kysela2022-01-271-1/+1
* 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: suppress no device 'errors' for UCMJaroslav Kysela2021-10-283-2/+13
* utils.c: Include limits.h explicitly to fix build on muslAndreas Müller2021-06-071-0/+1
* 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: fix lock_fd unlock in load_configuration() - error pathJaroslav Kysela2021-06-041-2/+4
* 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: init() - return error value from snd_card_iterator_sinit() callJaroslav Kysela2021-06-041-0/+2
* alsactl: return error value in dump_config_tree()Jaroslav Kysela2021-06-041-1/+1
* alsactl: fix the nested iterationJaroslav Kysela2021-06-011-0/+2
* alsactl: ucm - try both fixed boot and boot sequencesJaroslav Kysela2021-04-131-1/+4
* alsactl: clean the boot / hotplug card specific configuration directoryJaroslav Kysela2021-04-136-9/+73
* alsactl: snd_ctl_elem_id_compare was renamed to snd_ctl_elem_id_compare_setJaroslav Kysela2021-03-231-1/+1
* alsactl: use card iterator functions for all card loopsJaroslav Kysela2021-03-116-237/+131
* alsactl: Add ucm support for the FixedBootSequenceJaroslav Kysela2021-03-115-22/+32
* alsactl: fix possible memory leak for dump-cfgJaroslav Kysela2021-03-101-2/+3
* alsactl: add 'clean' cmd to help, improve man pageJaroslav Kysela2021-03-072-13/+46
* alsactl: fix the compiler warning (uninitialized variable res)Jaroslav Kysela2021-03-071-0/+1
* alsactl: add dump-cfg and dump-state commandsJaroslav Kysela2021-03-078-34/+103
* alsactl: init command now honors -g flag as wellMichaIng2021-03-071-1/+1
* alsactl: honor ignore_nocards flag in init()Jaroslav Kysela2021-03-061-0/+2
* alsactl: fix some compiler warningsJaroslav Kysela2021-03-052-7/+10
* alsactl: add 'clean' command to remove the application controlsJaroslav Kysela2021-03-045-1/+237
* alsactl: init - parse() - fix possible double freeJaroslav Kysela2021-01-081-0/+1
* alsactl: init - set_ctl_value() - fix bytes parsingJaroslav Kysela2021-01-081-3/+4
* alsactl: daemon - read_pid_file() fix the returned code on read errorJaroslav Kysela2021-01-081-1/+1
* alsactl: Remove asound.state file check from alsa-restore.service againTakashi Iwai2020-12-111-1/+0
* alsactl: Fix race at creating a lock fileTakashi Iwai2020-12-111-3/+8
* alsactl: Fix double decrease of lock timeoutTakashi Iwai2020-12-111-1/+0
* alsactl: 00main - fix typo in goto labelJaroslav Kysela2020-10-131-1/+1
* alsactl: add new -U argument text to man pageJaroslav Kysela2020-10-061-0/+5
* alsactl: init - add -U option to disable UCM based initAndrew Hlynskyi2020-10-063-7/+16
* alsactl: fix the syslog message - add : delimiter after function:lineJaroslav Kysela2020-06-201-1/+1
* alsactl: ucm - rename _once command to _boot commandJaroslav Kysela2020-05-251-1/+1
* alsactl: allow to compile alsactl without UCM supportJaroslav Kysela2020-05-142-0/+15
* alsactl: use the right priority for syslog messagesJaroslav Kysela2020-05-141-1/+1
* alsactl: add -D argument to execute also the UCM defaults sectionJaroslav Kysela2020-05-146-15/+37
* alsactl: redirect alsa-lib errorsJaroslav Kysela2020-05-143-0/+19