cab4738502
BIOS vendors typically list multiple audio codecs in the DSDT
table and enable the relevant one by changing the return value
of the _STA method.
With the current code, all devices are reported by
acpi_dev_present(), regardless of the _STA return values. This
causes errors on probe with the wrong machine driver being loaded.
This patch essentially reverts 'commit
|
||
---|---|---|
.. | ||
Makefile | ||
sst-acpi.c | ||
sst-acpi.h | ||
sst-dsp-priv.h | ||
sst-dsp.c | ||
sst-dsp.h | ||
sst-firmware.c | ||
sst-ipc.c | ||
sst-ipc.h | ||
sst-match-acpi.c |