mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
Add echomixer
Added echomixer by Giuliano Pochini <pochini@shiny.it> Mixer app for echoaudio drivers.
This commit is contained in:
parent
d16f4c79f3
commit
df4477b5b6
10 changed files with 3291 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@ VERSION = 1.0.8rc1
|
|||
TOP = .
|
||||
SUBDIRS = ac3dec as10k1 envy24control hdsploader hdspconf hdspmixer \
|
||||
mixartloader pcxhrloader rmedigicontrol sb16_csp seq sscape_ctl us428control \
|
||||
usx2yloader vxloader
|
||||
usx2yloader vxloader echomixer
|
||||
|
||||
all:
|
||||
@for i in $(SUBDIRS); do cd $(TOP)/$$i; ./cvscompile $(CVSCOMPILE_ARGS); cd ..; make -C $$i; done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue