aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/soundwire/alc5682/alc5682.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/soundwire/alc5682/alc5682.c')
-rw-r--r--src/drivers/soundwire/alc5682/alc5682.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/soundwire/alc5682/alc5682.c b/src/drivers/soundwire/alc5682/alc5682.c
index 79ed610ab8..e15ecd421a 100644
--- a/src/drivers/soundwire/alc5682/alc5682.c
+++ b/src/drivers/soundwire/alc5682/alc5682.c
@@ -128,7 +128,7 @@ static void soundwire_alc5682_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);