Refactor the init transition with priority tag and support loading dangling components.
- 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.