Skip to content

Commit 818b4df

Browse files
authored
Merge pull request #507 from jajanusz/platform-streams-increase
platform: increase max streams count
2 parents f07af79 + 480cc17 commit 818b4df

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/platform/cannonlake/include/platform/platform.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ struct sof;
8989
#define PLATFORM_HOST_DMA_MASK 0x00000000
9090

9191
/* Platform stream capabilities */
92-
#define PLATFORM_MAX_CHANNELS 4
93-
#define PLATFORM_MAX_STREAMS 5
92+
#define PLATFORM_MAX_CHANNELS 8
93+
#define PLATFORM_MAX_STREAMS 16
9494

9595
/* clock source used by scheduler for deadline calculations */
9696
#define PLATFORM_SCHED_CLOCK PLATFORM_DEFAULT_CLOCK

src/platform/icelake/include/platform/platform.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ struct sof;
8989
#define PLATFORM_HOST_DMA_MASK 0x00000000
9090

9191
/* Platform stream capabilities */
92-
#define PLATFORM_MAX_CHANNELS 4
93-
#define PLATFORM_MAX_STREAMS 5
92+
#define PLATFORM_MAX_CHANNELS 8
93+
#define PLATFORM_MAX_STREAMS 16
9494

9595
/* clock source used by scheduler for deadline calculations */
9696
#define PLATFORM_SCHED_CLOCK PLATFORM_DEFAULT_CLOCK

0 commit comments

Comments
 (0)