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

Multicore fixes #7818

Merged
merged 2 commits into from
Jun 16, 2023
Merged

Multicore fixes #7818

merged 2 commits into from
Jun 16, 2023

Commits on Jun 16, 2023

  1. topology2: fix nhlt debug binary names

    Some topologies have the same file name specified as nhlt debug output
    so they will override others. Change the names to be unique.
    
    Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
    Jaska Uimonen committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c152c15 View commit details
    Browse the repository at this point in the history
  2. topology2: fix dai index in nocodec multicore

    Dai index in one copier is set to 1 even though it should be 0, thus
    change it.
    
    Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
    Jaska Uimonen committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ffca282 View commit details
    Browse the repository at this point in the history