summaryrefslogtreecommitdiff
path: root/alsactl
Commit message (Expand)AuthorAgeFilesLines
...
* alsactl: add initial support for UCM initJaroslav Kysela2020-05-144-2/+49
* alsactl: init - iterate through all cards for the initial settingsJaroslav Kysela2020-05-141-1/+7
* alsactl: daemon.c - fix gcc warning in write_pid_file()Jaroslav Kysela2020-05-141-1/+1
* alsactl: fix error handling for sched_setscheduler() callOscar652020-04-171-1/+1
* alsactl: avoid needless wakeups in monitor loop.Zev Weiss2020-04-141-1/+1
* alsactl: don't exit on EINTR from epoll_wait().Zev Weiss2020-04-141-0/+2
* Use %lli for long long in printfMichael Forney2020-02-101-2/+2
* Use __func__ instead of __FUNCTION__Michael Forney2020-02-101-8/+8
* alsactl: fix --sched-idle (set it really to SCHED_IDLE)Jaroslav Kysela2019-12-032-1/+3
* alsactl: sysfs - add /sys/kernel/uevent_seqnum check to initJaroslav Kysela2019-11-251-4/+9
* treewide: Fix printf formatsRosen Penev2019-11-201-2/+2
* alsactl: monitor - remove dead code in run_dispatcher() (coverity)Jaroslav Kysela2019-03-131-2/+0
* alsactl: simple coverity fixJaroslav Kysela2019-03-121-1/+3
* alsactl: lock - fix the array size (gcc warning)Jaroslav Kysela2018-10-141-1/+1
* alsactl: use signalfd to catch UNIX signalTakashi Sakamoto2018-10-141-7/+50
* alsactl: handle detection of new sound cardTakashi Sakamoto2018-10-141-10/+108
* alsactl: handle disconnection of sound cardTakashi Sakamoto2018-10-141-0/+4
* alsactl: obsolete array for maintenance of handlersTakashi Sakamoto2018-10-141-32/+33
* alsactl: use a list of source for event dispatcher instead of an array of sourceTakashi Sakamoto2018-10-141-46/+32
* alsactl: use link list to maintain source of eventsTakashi Sakamoto2018-10-141-0/+71
* alsactl: use epoll(7) instead of poll(2)Takashi Sakamoto2018-10-141-21/+113
* alsactl: add an iterator of registered instances of sound cardTakashi Sakamoto2018-10-141-11/+35
* alsactl: split event loop code to a functionTakashi Sakamoto2018-10-141-21/+30
* alsactl: Only start restore service when asoundrc file existsIkey Doherty2017-12-142-0/+2
* Change FSF address (Franklin Street)Jaroslav Kysela2017-11-147-7/+7
* alsactl: Move systemd unit start-up from basic.target to sound.targetChris Mayo2017-10-063-4/+2
* alsactl: Remove standard output definition in systemd unitPaul Menzel2016-12-281-1/+0
* alsactl: Fix potential NULL dereferences in daemon modeTakashi Iwai2016-12-091-3/+5
* alsactl: init/ca0106, init/hda - use CTL{values} instead CTL{value}Jaroslav Kysela2016-03-222-31/+31
* alsactl: remove debug line in set_ctl_values()Jaroslav Kysela2016-03-221-1/+0
* alsactl: Manage both save and restore in a single unitTakashi Iwai2015-09-294-35/+5
* alsactl: Add path condition to alsa-store and alsa-restore servicesTakashi Iwai2015-08-102-0/+2
* alsactl: terminate readlink result stringTobias Stoeckmann2015-07-131-2/+2
* alsactl/init: Add "Line Out" to list of outputs to initializeDavid Henningsson2015-01-121-0/+10
* alsactl/init: Change the "basic rules" descriptionDavid Henningsson2015-01-121-1/+1
* alsactl: add missing state_unlock() callJaroslav Kysela2014-12-241-0/+2
* alsactl: coverity - missing_va_end – va_end was not called for "ap"Jaroslav Kysela2014-09-241-2/+2
* monitor: fix clang warning - Declared variable-length array (VLA) has zero sizeJaroslav Kysela2014-09-241-2/+2
* alsactl: aded missing monitor() prototypeJaroslav Kysela2014-09-241-0/+1
* alsactl: Fix the file locking routines (for the state management)Jaroslav Kysela2014-09-243-20/+46
* alsactl: save state - do not call rename for stdioJaroslav Kysela2014-06-251-1/+1
* alsactl: Fixup test for mydatadir/sbindirDavid Henningsson2014-06-132-2/+2
* alsactl: Do not run udev rule before datadir/sbindir are both mountedDavid Henningsson2014-06-132-1/+2
* alsactl: add -L (no-lock) and change -D (lock-dir) to -O (state-lock-file)Jaroslav Kysela2014-05-075-24/+29
* configure: add --with-lock-dir optionJaroslav Kysela2014-05-071-3/+10
* alsactl: Store lockfile in /var/lock, add -D option to specify the lock dirJulian Scheel2014-05-073-3/+18
* alsa-restore.rules: refer to correct attrDave Reisner2014-01-131-2/+2
* alsactl: Fix the va_list initialization in cerror_() and dbg_()Jaroslav Kysela2013-12-291-2/+2
* alsactl: monitor all cards as defaultTakashi Iwai2013-11-262-37/+104
* alsactl: Fix REMOVE event handling in monitor commandTakashi Iwai2013-11-261-2/+4