mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 23:30:20 +01:00
2017-09-02 Fred Gleason <fredg@paravelsystems.com>
* Implemented a driver for the Broadcast Tools Universal 4.1 MLR>>Web switcher.
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
#include <btss42.h>
|
||||
#include <btss44.h>
|
||||
#include <btss82.h>
|
||||
#include <btu41mlrweb.h>
|
||||
#include <harlond.h>
|
||||
#include <kernelgpio.h>
|
||||
#include <livewire_lwrpaudio.h>
|
||||
@@ -141,6 +142,10 @@ bool MainObject::LoadSwitchDriver(int matrix_num)
|
||||
ripcd_switcher[matrix_num]=new BtSs82(matrix,this);
|
||||
break;
|
||||
|
||||
case RDMatrix::BtU41MlrWeb:
|
||||
ripcd_switcher[matrix_num]=new BtU41MlrWeb(matrix,this);
|
||||
break;
|
||||
|
||||
case RDMatrix::Harlond:
|
||||
ripcd_switcher[matrix_num]=new Harlond(matrix,this);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user