Skip to content

Commit

Permalink
driver: ssp: update Intel SSP DAI driver to support dynamic SSP link …
Browse files Browse the repository at this point in the history
…management

This commit refactors the Intel SSP DAI driver to support dynamic
management of SSP links. The changes include the introduction of a new
structure `intel_ssp_link` to encapsulate SSP link-specific data.

Key changes:
- Add new static functions to manage SSP link power.
- Update the DAI SSP configuration functions to use the new link
  management approach.
- Update device tree bindings and instances to reflect the new SSP link
  management mechanism.

The new approach allows for more flexible and maintainable management of
SSP links.

Signed-off-by: Damian Nikodem <damian.nikodem@intel.com>
  • Loading branch information
dnikodem committed Mar 25, 2024
1 parent 0a8ef12 commit 4d1f412
Show file tree
Hide file tree
Showing 7 changed files with 570 additions and 288 deletions.
Loading

0 comments on commit 4d1f412

Please sign in to comment.