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

@@ -91,14 +91,6 @@ bool HpiDriver::initialize(unsigned *next_cardnum)
}
void HpiDriver::updateMeters()
{
#ifdef HPI
#endif // HPI
}
bool HpiDriver::loadPlayback(int card,QString wavename,int *stream)
{
#ifdef HPI