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

[DNM] dai: add support for Intel UAOL DAI #9227

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 2, 2024

  1. dai-zephyr: pass full copier gateway config to dai_set_config()

    Currently, the dai_set_config() function is called with copier gateway
    config data passed but without the config length, possibly making the
    config not parsable for some DAI drivers. This patch adds passing of the
    full ipc4_copier_gateway_cfg structure, giving DAI drivers the ability
    to access config length if needed.
    
    Signed-off-by: Tomasz Lissowski <tomasz.lissowski@intel.com>
    tlissows committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ad602e2 View commit details
    Browse the repository at this point in the history
  2. dai: use dai_type items in calls to dai_get_device()

    Add strict use of dai_type enum items as a call parameter for
    dai_get_device() function. Currently, both the dai_type and
    sof_ipc_dai_type items are used inconsistently.
    
    Signed-off-by: Tomasz Lissowski <tomasz.lissowski@intel.com>
    tlissows committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    180e02f View commit details
    Browse the repository at this point in the history
  3. dai: add support for Intel UAOL DAI

    This adds support for Intel USB Audio Offload Link (UAOL) DAI.
    
    Signed-off-by: Tomasz Lissowski <tomasz.lissowski@intel.com>
    tlissows committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    11bbbc5 View commit details
    Browse the repository at this point in the history