summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v1.0.29v1.0.29baserock/v1.0.29Jaroslav Kysela2015-02-261-1/+1
* alsa-info.sh: add script to EXTRA_DIST (automake)Jaroslav Kysela2015-02-261-0/+1
* configure: allow contitional compilation of alsaucmMatthieu Crapet2015-01-142-1/+7
* 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
* amixer: Parse the value more strictlyTakashi Iwai2014-11-231-2/+11
* amixer: Make "dB" case-insensitive in set commandsTakashi Iwai2014-11-231-1/+1
* Revert "aplay: fix pcm_read() return value"Jaroslav Kysela2014-10-011-2/+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
* speaker-text: fix simple signess assignment warningJaroslav Kysela2014-09-241-1/+1
* 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
* speaker-test: Add missing draining at the endTakashi Iwai2014-09-161-0/+1
* alsa-info: Refactor "withall" logicDavid Henningsson2014-08-221-8/+15
* alsa-info: Make sure all full script is run even with "output" optionDavid Henningsson2014-08-221-0/+1
* Add missing alsa-info entry to the root Makefile.amTakashi Iwai2014-08-121-1/+1
* Add alsa-info.sh to alsa-utils repoTakashi Iwai2014-07-303-1/+937
* alsamixer: include missing mixer_controls.hJaroslav Kysela2014-06-251-0/+1
* alsactl: save state - do not call rename for stdioJaroslav Kysela2014-06-251-1/+1
* Release v1.0.28v1.0.28Jaroslav Kysela2014-06-131-1/+1
* aplay: Fix VU-meter stdout/stderr messSergey2014-06-131-3/+3
* 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-133-1/+3
* aplay/arecord: Add more in_aborting checks to read/write loopsJaroslav Kysela2014-06-131-4/+4
* configure.ac: cosmetic changeJaroslav Kysela2014-06-121-1/+1
* alsactl: add -L (no-lock) and change -D (lock-dir) to -O (state-lock-file)Jaroslav Kysela2014-05-075-24/+29
* Modernize configure.acJaroslav Kysela2014-05-071-2/+3
* configure.in -> configure.ac renameJaroslav Kysela2014-05-073-3/+3
* Makefiles - use AM_CPPFLAGS instead INCLUDESJaroslav Kysela2014-05-0714-15/+15
* update the gettext configurationJaroslav Kysela2014-05-071-0/+12
* configure: add --with-lock-dir optionJaroslav Kysela2014-05-072-3/+16
* alsactl: Store lockfile in /var/lock, add -D option to specify the lock dirJulian Scheel2014-05-073-3/+18
* fix aconnect -l optionKarl Bongers2014-05-071-0/+1
* speaker-test: update man page for new -X arg, also consistency fixesErik Ackermann2014-02-261-8/+12
* speaker-test: add --force-frequency option to allow hz outside rangeErik Ackermann2014-02-264-3/+20
* aplay: fix timespec to msec conversionOlivier Langlois2014-01-221-1/+1
* alsa-restore.rules: refer to correct attrDave Reisner2014-01-131-2/+2
* aplay: fix pcm_read() return valueOlivier Langlois2014-01-081-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
* alsactl: Add monitor commandTakashi Iwai2013-11-264-2/+86
* configure: detect udevdir via pkg-config, fallback to /lib/udev/rules.dIvailo Monev2013-11-171-2/+8
* alsaconf: update gentoo to use modprobe.d method as everyone elseMike Frysinger2013-11-141-3/+1
* alsaconf: support newer m-i-t and kmodMike Frysinger2013-11-141-3/+5
* speaker-test: Show out-of-chmap channels as UnknownAnssi Hannula2013-11-121-2/+4
* speaker-test: Always show chmap channel names if availableAnssi Hannula2013-11-121-1/+1
* speaker-test: Fix chmapped channel selection without specified chmapAnssi Hannula2013-11-121-22/+91