The Advanced Linux Sound Architecture (ALSA) - utilities
Find a file
Takashi Iwai 50d240e688 amixer - Fix selection of enum items
The item names with channel specifier cannot be chosen correctly
via amixer sset.  For example, 'Front Mic' is handled as 'Mic' since
the channel specificier 'Front' is omitted.

The idea of channel specifier is basically non-sense for enum items,
and this also makes the code very messy.

The patch fixes the behavior of enum items and gives the code clean-up
for sset command.
2007-07-09 16:37:35 +02:00
alsaconf alsaconf - rcalsasound script does not exists in some distros 2006-10-04 10:33:36 +02:00
alsactl alsactl - Display help for names command 2007-05-23 12:06:49 +02:00
alsamixer alsamixer - Fix duplicated appearance in All view mode 2007-05-18 16:58:02 +02:00
amidi amidi: open devices non-blockingly 2007-04-17 09:25:01 +02:00
amixer amixer - Fix selection of enum items 2007-07-09 16:37:35 +02:00
aplay Remove unneeded -lasound 2007-06-04 15:15:39 +02:00
iecset Fix 32kHz sample rates 2005-03-08 16:14:29 +00:00
include Add missing header files 2005-08-19 17:26:07 +00:00
m4 Fix autoreconf 2005-08-19 13:07:45 +00:00
po utils: Make default sample files be in /usr/share/sounds/alsa 2006-11-26 16:24:59 +00:00
seq Fix aconnect man page 2007-01-08 11:46:12 +01:00
speaker-test Add missing library dependency 2007-06-04 15:14:47 +02:00
utils alsa-utils.spec.in - additions 2006-10-01 15:21:06 +02:00
.hgignore Add .hgignore 2006-04-06 19:17:56 +02:00
.hgtags Added tag v1.0.14 for changeset 0c395cb93191 2007-05-31 08:55:27 +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 release 1.0.14 2007-05-31 08:55:26 +02:00
COPYING Updated GNU GPL (address) 2001-12-30 09:32:53 +00:00
cvscompile Add exec permission to cvscompile 2006-04-06 19:17:35 +02:00
hgcompile Add hgcompile script and fix INSTALL document 2006-05-12 15:34:22 +02:00
INSTALL Add hgcompile script and fix INSTALL document 2006-05-12 15:34:22 +02:00
Makefile.am Add hgcompile script and fix INSTALL document 2006-05-12 15:34:22 +02:00
README - added alsaconf script. 2003-10-29 13:38:23 +00: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@suse.cz>