diff options
Diffstat (limited to 'src/drivers/soundwire/alc711')
-rw-r--r-- | src/drivers/soundwire/alc711/alc711.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/soundwire/alc711/alc711.c b/src/drivers/soundwire/alc711/alc711.c index 8382fc94fb..44a9e98deb 100644 --- a/src/drivers/soundwire/alc711/alc711.c +++ b/src/drivers/soundwire/alc711/alc711.c @@ -105,7 +105,7 @@ static void soundwire_alc711_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); |