mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
a42db293e5
When ACP is not powered on by default, acp power on sequence explicitly
invoked by programming pgfsm control mask. The existing implementation
checks the same PGFSM status mask and programs the same PGFSM control mask
in all ACP variants which breaks acp power on sequence for ACP6.0 and
ACP6.3 variants. So to fix this issue, update ACP pgfsm control mask and
status mask based on acp descriptor rev field, which will vary based on
acp variant.
Fixes:
|
||
---|---|---|
.. | ||
acp-common.c | ||
acp-dsp-offset.h | ||
acp-ipc.c | ||
acp-loader.c | ||
acp-pcm.c | ||
acp-probes.c | ||
acp-stream.c | ||
acp-trace.c | ||
acp.c | ||
acp.h | ||
acp63.c | ||
Kconfig | ||
Makefile | ||
pci-acp63.c | ||
pci-rmb.c | ||
pci-rn.c | ||
pci-vangogh.c | ||
rembrandt.c | ||
renoir.c | ||
vangogh.c |