1
0
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:
Fred Gleason 2018-05-18 18:15:49 +00:00
parent 8cfa093928
commit b49399f091
2 changed files with 5 additions and 2 deletions

@ -16872,3 +16872,6 @@
* Updated the 'rlm_urlwrite' plug-in to support vlogs.
* Updated the 'rlm_xds' 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'.

@ -128,7 +128,7 @@
/*
* Max number of possible audio adapters
*/
#define RD_MAX_CARDS 8
#define RD_MAX_CARDS 24
/*
* Max number of possible audio streams/card/type
@ -138,7 +138,7 @@
/*
* Max number of possible audio ports/card/type
*/
#define RD_MAX_PORTS 8
#define RD_MAX_PORTS 24
/*
* Max number of possible TTYs