From b49399f0913a66a833c1b7a1dfb0b7c5329b8066 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 18 May 2018 18:15:49 +0000 Subject: [PATCH] 2018-05-18 Fred Gleason * Changed RD_MAX_CARDS from '8' to '24'. * Changed RD_MAX_PORTS from '8' to '24'. --- ChangeLog | 3 +++ lib/rd.h | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 70af5dcd..7d94c615 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 + * Changed RD_MAX_CARDS from '8' to '24'. + * Changed RD_MAX_PORTS from '8' to '24'. diff --git a/lib/rd.h b/lib/rd.h index 41412071..05efa4f1 100644 --- a/lib/rd.h +++ b/lib/rd.h @@ -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