Skip to content

Commit 10b2a51

Browse files
kpb: Increase number of supported clients to 4
This increases the supported number of KPB clients from 2 to 4 to be aligned with the existing testing framework and Windows ACE FW. Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
1 parent 0bd5581 commit 10b2a51

File tree

1 file changed

+1
-1
lines changed
  • src/include/sof/audio

1 file changed

+1
-1
lines changed

src/include/sof/audio/kpb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ struct comp_buffer;
4242
#define KPB_MAX_BUFFER_SIZE(sw, channels_number) ((KPB_SAMPLNG_FREQUENCY / 1000) * \
4343
(KPB_SAMPLE_CONTAINER_SIZE(sw) / 8) * KPB_MAX_BUFF_TIME * \
4444
(channels_number))
45-
#define KPB_MAX_NO_OF_CLIENTS 2
45+
#define KPB_MAX_NO_OF_CLIENTS 4
4646
#define KPB_MAX_SINK_CNT (1 + KPB_MAX_NO_OF_CLIENTS)
4747
#define KPB_NO_OF_HISTORY_BUFFERS 2 /**< no of internal buffers */
4848
#define KPB_ALLOCATION_STEP 0x100

0 commit comments

Comments
 (0)