Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib_manager: Add lib_manager_get_module_manifest function #8974

Merged
merged 3 commits into from
Apr 12, 2024

Commits on Apr 5, 2024

  1. ipc4/helper: ipc4_get_comp_drv: Change parameter type to uint32_t

    All calls to the ipc4_get_comp_drv function pass the uint32_t value as a
    parameter, so the type of functions parameter was changed.
    
    Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
    softwarecki committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    23417a4 View commit details
    Browse the repository at this point in the history
  2. lib_manager: Add lib_manager_get_module_manifest function

    Added the lib_manager_get_module_manifest function that returns manifest
    of selected module based on its id. It was performed in many places and
    moving it into function simplified the code and increased its readability.
    
    Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
    softwarecki committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f38cba1 View commit details
    Browse the repository at this point in the history
  3. lib_manager: Rename lib_manager_get_library_module_desc function

    The lib_manager_get_library_module_desc function was renamed to
    lib_manager_get_library_manifest, which better describes what it do.
    
    Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
    softwarecki committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    cec215f View commit details
    Browse the repository at this point in the history