The Advanced Linux Sound Architecture (ALSA) - utilities
Find a file
Takashi Iwai c68a3d02d1 alsactl: Read only *.conf files when a directory is passed via INCLUDE
When alsactl init is invoked and a directory path is passed to INCLUDE
command in the config file, read only *.conf files in that directory.
This will avoid reading backup files or invalid files that have been
created accidentally.

Also by using scandir() with alphasort(), alsactl reads the files in
alphabetical order.  Thus it's highly recommended to use some number
prefix to the file name for assuring the order.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2012-06-14 16:06:42 +02:00
alsaconf fix use of $(SED) 2011-08-31 22:31:55 +02:00
alsactl alsactl: Read only *.conf files when a directory is passed via INCLUDE 2012-06-14 16:06:42 +02:00
alsaloop alsaloop: fix the avail_min setup 2012-05-13 13:30:15 +02:00
alsamixer amixer, alsamixer: Add description of volume-mapping 2012-03-19 16:05:06 +01:00
alsaucm alsaucm: Don't double-free empty lists 2011-06-03 11:48:12 +02:00
amidi amidi: fix port listing 2010-01-25 14:11:37 +01:00
amixer amixer, alsamixer: Add description of volume-mapping 2012-03-19 16:05:06 +01:00
aplay aplay: print vu-meter to stderr, not stdout 2012-05-11 17:09:50 +02:00
iecset Make some static tables and strings constants. 2008-11-21 13:10:02 +01:00
include alsamixer: show channel names for multichannel controls 2009-05-25 10:26:22 +02:00
m4 Fix autoreconf 2005-08-19 13:07:45 +00:00
po Translate alsa-utils to French. 2011-01-10 19:57:02 +01:00
seq aplaymidi: clarify multi-port documentation 2011-11-02 20:03:42 +01:00
speaker-test speaker-test.1: Clarify man page by giving examples 2011-06-05 09:56:34 +02:00
utils Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:25:17 +02:00
.gitignore Add alsaucm to .gitignore 2011-06-03 12:45:13 +02:00
acinclude.m4 fixed for the recent autoconf. 2004-01-26 15:57:37 +00:00
ChangeLog update build tools. 2005-08-13 16:27:59 +00:00
configure.in configure.in: use AS_HELP_STRING everywhere 2012-04-18 18:15:54 +02:00
COPYING Updated COPYING with the recent FSF address 2011-06-03 14:24:30 +02:00
gitcompile renamed hgcompile to gitcompile 2008-05-20 13:32:28 +02:00
INSTALL Trivial fixes in INSTALL file 2012-02-13 15:17:45 +01:00
Makefile.am Merge branch 'ucm' 2011-01-24 15:00:26 +01:00
README Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:25:17 +02:00
TODO aplay/arecord 2000-12-27 21:24:57 +00:00

		Advanced Linux Sound Architecture - Utilities
		=============================================

This package contains the command line utilities for the ALSA project.
The package can be compiled only with the installed ALSA driver and
the ALSA C library.

alsaconf	- the ALSA driver configurator script
alsactl		- an utility for soundcard settings management
aplay/arecord	- an utility for the playback / capture of .wav,.voc,.au files
amixer		- a command line mixer
alsamixer	- a ncurses mixer
amidi		- a utility to send/receive sysex dumps or other MIDI data
iecset		- a utility to show/set the IEC958 status bits

You may give a look for more information about the ALSA project to URL
http://www.alsa-project.org.

					Jaroslav Kysela <perex@perex.cz>