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

Add Init config type for modules #130

Merged
merged 3 commits into from
Feb 9, 2023
Merged

Commits on Feb 8, 2023

  1. src: adsp_config: Use reserved bits for module init config

    Use some of the reserved bits to add a new field, init_config, in struct
    sof_man_module_type. This will be used to specify the type of payload
    that the module expects. For now, the 2 options are to have the base
    config only or the base config with an extension that contains the pin
    formats. This can be extended in the future to support additional
    options for modules that need more than the base config or base config +
    extension.
    
    Signed-off-by: Ranjani Sridharan <[email protected]>
    ranj063 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    6948fba View commit details
    Browse the repository at this point in the history
  2. config: tgl-cavs: set init_config for smart test

    Smart amp needs the base config extension during init.
    
    Signed-off-by: Ranjani Sridharan <[email protected]>
    ranj063 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    c1c04f1 View commit details
    Browse the repository at this point in the history
  3. config: mtl: Set init_config for smart amp

    Smart amp needs the base config extension during module init.
    
    Signed-off-by: Ranjani Sridharan <[email protected]>
    ranj063 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    587603e View commit details
    Browse the repository at this point in the history