Skip to content

Refactor the init transition with priority tag and support loading dangling components.

Ashok Sidipotu requested to merge dynamic-modules-1 into next-rebased
  • Support priority tag in definition of wireplumber components in json config files.
  • Support loading dangling(for lack of better name) components. These are components which are NOT present in the json config files but present in the wireplumber lookup folders.
  • Simplify the init transition by removing the unneeded steps.

Merge request reports