Skip to content

Commit 818713d

Browse files
abonislawskikv2019i
authored andcommitted
ipc4: base_fw: add IPC4_MAX_DST_QUEUE constant
Add IPC4_MAX_DST_QUEUE (value 8) as the symmetric counterpart to IPC4_MAX_SRC_QUEUE, representing the maximum destination/output pin queue count supported by the IPC4 protocol. Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
1 parent a878afa commit 818713d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/include/ipc4/base_fw.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
/* Max src queue count supported by ipc4 */
2727
#define IPC4_MAX_SRC_QUEUE 8
2828

29+
/* Max dst queue count supported by ipc4 */
30+
#define IPC4_MAX_DST_QUEUE 8
31+
2932
/* Max module instance for single module count supported by ipc4 */
3033
#define IPC4_MAX_MODULE_INSTANCES 256
3134

0 commit comments

Comments
 (0)