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

Improvement for init_config parsing #134

Merged
merged 2 commits into from
Feb 14, 2023

Commits on Feb 14, 2023

  1. adsp_config: make the default value zero for init_config

    The init_config is used to indicate if base config extension is
    used (1) or not (0). Its default value is used if not specified
    in module config, the default value for init_config should be zero
    instead of one.
    
    Signed-off-by: Chao Song <[email protected]>
    Chao Song committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    8836faa View commit details
    Browse the repository at this point in the history
  2. adsp_config: add dump for init_config

    This patch adds dump for init_config for debug.
    
    Signed-off-by: Chao Song <[email protected]>
    Chao Song committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    9e72dac View commit details
    Browse the repository at this point in the history