mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-24 17:37:53 +02:00
2018-05-18 Fred Gleason <fredg@paravelsystems.com>
* Changed RD_MAX_CARDS from '8' to '24'. * Changed RD_MAX_PORTS from '8' to '24'.
This commit is contained in:
parent
8cfa093928
commit
b49399f091
@ -16872,3 +16872,6 @@
|
|||||||
* Updated the 'rlm_urlwrite' plug-in to support vlogs.
|
* Updated the 'rlm_urlwrite' plug-in to support vlogs.
|
||||||
* Updated the 'rlm_xds' plug-in to support vlogs.
|
* Updated the 'rlm_xds' plug-in to support vlogs.
|
||||||
* Updated the 'rlm_xmpad' plug-in to support vlogs.
|
* Updated the 'rlm_xmpad' plug-in to support vlogs.
|
||||||
|
2018-05-18 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Changed RD_MAX_CARDS from '8' to '24'.
|
||||||
|
* Changed RD_MAX_PORTS from '8' to '24'.
|
||||||
|
4
lib/rd.h
4
lib/rd.h
@ -128,7 +128,7 @@
|
|||||||
/*
|
/*
|
||||||
* Max number of possible audio adapters
|
* Max number of possible audio adapters
|
||||||
*/
|
*/
|
||||||
#define RD_MAX_CARDS 8
|
#define RD_MAX_CARDS 24
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Max number of possible audio streams/card/type
|
* Max number of possible audio streams/card/type
|
||||||
@ -138,7 +138,7 @@
|
|||||||
/*
|
/*
|
||||||
* Max number of possible audio ports/card/type
|
* Max number of possible audio ports/card/type
|
||||||
*/
|
*/
|
||||||
#define RD_MAX_PORTS 8
|
#define RD_MAX_PORTS 24
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Max number of possible TTYs
|
* Max number of possible TTYs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user