added us428control utility by Karsten Wiese <annabellesgarden@yahoo.de>

This commit is contained in:
Takashi Iwai 2003-10-06 15:57:22 +00:00
parent 17abf05db3
commit 994603c4f9
10 changed files with 585 additions and 2 deletions

15
us428control/Makefile.am Normal file
View file

@ -0,0 +1,15 @@
# # Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.3 foreign
bin_PROGRAMS = us428control
us428control_SOURCES = us428control.cc Cus428State.cc Cus428_ctls.cc
us428control_HEADERS = Cus428State.h Cus428_ctls.h usbus428ctldefs.h
EXTRA_DIST = depcomp
alsa-dist: distdir
@rm -rf ../distdir/us428control
@mkdir -p ../distdir/us428control
@cp -RLpv $(distdir)/* ../distdir/us428control
@rm -rf $(distdir)