aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/max98927/max98927.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/max98927/max98927.c')
-rw-r--r--src/drivers/i2c/max98927/max98927.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/i2c/max98927/max98927.c b/src/drivers/i2c/max98927/max98927.c
index 976c2f259a..e9fc00d433 100644
--- a/src/drivers/i2c/max98927/max98927.c
+++ b/src/drivers/i2c/max98927/max98927.c
@@ -61,6 +61,8 @@ static void max98927_fill_ssdt(struct device *dev)
dp = acpi_dp_new_table("_DSD");
acpi_dp_add_integer(dp, "interleave_mode", config->interleave_mode);
+ acpi_dp_add_integer(dp, "vmon-slot-no", config->vmon_slot_no);
+ acpi_dp_add_integer(dp, "imon-slot-no", config->imon_slot_no);
acpi_dp_write(dp);