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

@@ -22310,3 +22310,5 @@
* Disabled ALSA driver support in caed(8).
2021-08-18 Fred Gleason <fredg@paravelsystems.com>
* Refactored the ALSA driver in caed(8) to use virtual inheritance.
2021-08-19 Fred Gleason <fredg@paravelsystems.com>
* Refactored the JACK driver in caed(8) to use virtual inheritance.