aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/soundwire/max98373
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/soundwire/max98373')
-rw-r--r--src/drivers/soundwire/max98373/max98373.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/soundwire/max98373/max98373.c b/src/drivers/soundwire/max98373/max98373.c
index 231385cd57..28796c06bc 100644
--- a/src/drivers/soundwire/max98373/max98373.c
+++ b/src/drivers/soundwire/max98373/max98373.c
@@ -114,7 +114,7 @@ static void soundwire_max98373_fill_ssdt(const struct device *dev)
const char *scope = acpi_device_scope(dev);
struct acpi_dp *dsd;
- if (!dev->enabled || !scope)
+ if (!scope)
return;
acpigen_write_scope(scope);