platform: apl: expand max stream number to be 16

On GP-MRB, we may use streams more than 5, here expand it to be
16.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
Keyon Jie 2018-05-31 16:04:33 +08:00 committed by Liam Girdwood
parent 48a61423f6
commit 131a188763
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ struct sof;
/* Platform stream capabilities */
#define PLATFORM_MAX_CHANNELS 4
#define PLATFORM_MAX_STREAMS 5
#define PLATFORM_MAX_STREAMS 16
/* clock source used by scheduler for deadline calculations */
#define PLATFORM_SCHED_CLOCK CLK_SSP