f764e7e737
Refcounting is used to track ALH block usage and to call alh_claim_ownership()/alh_release_ownership() accordingly. This is however incorrectly done on ALH instance basis, which means when one instance is released, ownership can be released even though one ALH instance is still active. Fix the logic by tracking ALH usage as a global property which matches the alh_claim_ownership/alh_release_ownership semantics. Link: https://github.com/thesofproject/sof/issues/7759 Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> |
||
---|---|---|
.. | ||
intel | ||
CMakeLists.txt | ||
Kconfig |