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

Audio: basefw: Implement ipc4 modules info get #9032

Merged
merged 2 commits into from
May 2, 2024

Commits on Apr 30, 2024

  1. ipc: Change ipc4 message max size

    Maximym ipc4 message size changed to 4kB.
    This is the size of a page.
    
    Signed-off-by: Grzegorz Bernat <grzegorzx.bernat@intel.com>
    gbernatxintel committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d02a74a View commit details
    Browse the repository at this point in the history
  2. Audio: basefw: Implement ipc4 modules info get

    Add support to handle IPC4_MODULES_INFO_GET message.
    This make it possible to get information about the current loaded modules.
    
    Signed-off-by: Grzegorz Bernat <grzegorzx.bernat@intel.com>
    gbernatxintel committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c429510 View commit details
    Browse the repository at this point in the history