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

mt8195 fixups #8691

Merged
merged 3 commits into from
Mar 11, 2024
Merged

mt8195 fixups #8691

merged 3 commits into from
Mar 11, 2024

Commits on Mar 7, 2024

  1. mt8195: Bump task stack size for Google AEC

    AEC initialization is stack-hungry, needing ~6kb during
    initialization.  That happens under the IPC task, not a
    component-local stack.  So bump the default for all tasks as that's
    the only way to make sure IPC gets it.
    
    (Really this shouldn't be a platform choice, but that's where the
    symbol exists)
    
    Signed-off-by: Andy Ross <andyross@google.com>
    andyross committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    56eddfe View commit details
    Browse the repository at this point in the history
  2. topology1/mt8195: Add Graphviz output markers

    Add the .dot file header/footer macros.  These are benign if unused,
    and it seems like most other devices have them defined.
    
    Signed-off-by: Andy Ross <andyross@google.com>
    andyross committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    cac0fdc View commit details
    Browse the repository at this point in the history
  3. mt8195: Disable GOOGLE AEC MOCK by default

    The mocking layer is an important debugging tool.  It shouldn't be on
    by default lest we accidentally build without the real feature.
    
    Signed-off-by: Andy Ross <andyross@google.com>
    andyross committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    291dcb7 View commit details
    Browse the repository at this point in the history