mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-13 16:44:10 +01:00
2023-11-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in caed(8) that could cause play-outs from different hosts to cross-talk into each other's outputs when using a shared caed(8) instance. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -707,6 +707,18 @@ bool DriverJack::initialize(unsigned *next_cardnum)
|
||||
}
|
||||
|
||||
|
||||
int DriverJack::inputPortQuantity(int card) const
|
||||
{
|
||||
return RD_MAX_PORTS;
|
||||
}
|
||||
|
||||
|
||||
int DriverJack::outputPortQuantity(int card) const
|
||||
{
|
||||
return RD_MAX_PORTS;
|
||||
}
|
||||
|
||||
|
||||
bool DriverJack::loadPlayback(int card,QString wavename,int *stream)
|
||||
{
|
||||
#ifdef JACK
|
||||
|
||||
Reference in New Issue
Block a user