summaryrefslogtreecommitdiffstats
path: root/src/include/nhlt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/nhlt.h')
-rw-r--r--src/include/nhlt.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/nhlt.h b/src/include/nhlt.h
index 17b7d1168af2..5b72320f020b 100644
--- a/src/include/nhlt.h
+++ b/src/include/nhlt.h
@@ -162,7 +162,8 @@ uintptr_t nhlt_serialize(struct nhlt *nhlt, uintptr_t acpi_addr);
* valid after thisfunction is called.
*/
uintptr_t nhlt_serialize_oem_overrides(struct nhlt *nhlt, uintptr_t acpi_addr,
- const char *oem_id, const char *oem_table_id);
+ const char *oem_id, const char *oem_table_id,
+ uint32_t oem_revision);
/*
* While very similar to nhlt_serialize() the SoC specific function allows
@@ -177,7 +178,8 @@ uintptr_t nhlt_soc_serialize(struct nhlt *nhlt, uintptr_t acpi_addr);
* as updating ACPI field references for the serialized structure.
*/
uintptr_t nhlt_soc_serialize_oem_overrides(struct nhlt *nhlt,
- uintptr_t acpi_addr, const char *oem_id, const char *oem_table_id);
+ uintptr_t acpi_addr, const char *oem_id, const char *oem_table_id,
+ uint32_t oem_revision);
/* Link and device types. */
enum {