diff --git a/drivers/platform/tegra/nvadsp/adsp_shared_struct.h b/drivers/platform/tegra/nvadsp/adsp_shared_struct.h index 5859a04d..d8628f64 100644 --- a/drivers/platform/tegra/nvadsp/adsp_shared_struct.h +++ b/drivers/platform/tegra/nvadsp/adsp_shared_struct.h @@ -103,7 +103,7 @@ union app_complete_status_message { /*ADSP message pool structure */ -#define ADSP_MAX_MSGQ_SIZE 4096 +#define ADSP_MAX_MSGQ_SIZE 8192 #define ADSP_MAX_MSGQ_WSIZE (ADSP_MAX_MSGQ_SIZE / sizeof(int32_t)) #define ADSP_MSGQ_MAX_QUEUE_WSIZE \ (ADSP_MAX_MSGQ_WSIZE - (int32_t)MSGQ_HEADER_WSIZE)