2021-08-19 Fred Gleason <fredg@paravelsystems.com>

* Refactored the JACK driver in caed(8) to use virtual inheritance.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-08-19 16:23:26 -04:00
parent 8888e4cc82
commit 4d73f9bccc
11 changed files with 1888 additions and 20 deletions

View File

@@ -31,17 +31,18 @@ sbin_PROGRAMS = caed
dist_caed_SOURCES = alsadriver.cpp alsadriver.h\
cae.cpp cae.h\
cae_jack.cpp\
cae_server.cpp cae_server.h\
caedriver.cpp caedriver.h\
caedriverfactory.cpp caedriverfactory.h\
hpidriver.cpp hpidriver.h
hpidriver.cpp hpidriver.h\
jackdriver.cpp jackdriver.h
nodist_caed_SOURCES = moc_alsadriver.cpp\
moc_cae.cpp\
moc_cae_server.cpp\
moc_caedriver.cpp\
moc_hpidriver.cpp
moc_hpidriver.cpp\
moc_jackdriver.cpp
caed_LDADD = @LIB_RDLIBS@\
@LIBALSA@\