alsa-tools/sb16_csp
Jaroslav Kysela 5f17f207c2 Changed location of asoundlib.h from sys dir to alsa dir.
(it means that official location is '#include <alsa/asoundlib.h>')
2001-09-11 09:34:13 +00:00
..
configure.in Use autoconf/automake GNU tools. 2001-08-20 11:27:44 +00:00
COPYING Initial version by Uros Bizjak <uros@kss-loka.si> 2001-06-05 06:49:09 +00:00
cspctl.1 Initial version by Uros Bizjak <uros@kss-loka.si> 2001-06-05 06:49:09 +00:00
cspctl.c Changed location of asoundlib.h from sys dir to alsa dir. 2001-09-11 09:34:13 +00:00
cvscompile Use autoconf/automake GNU tools. 2001-08-20 11:27:44 +00:00
Makefile.am Updates for package distribution. 2001-08-20 15:17:09 +00:00
README Updates for package distribution. 2001-08-20 15:17:09 +00:00

TO COMPILE:

1. install ALSA driver
2. compile with:
	'./configure; make'
   or
        './cvscompile'
3. install with:
	'make install'
4. read cspctl.1 manpage:
	'man cspctl'