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

ASoC: SOF: IPC4: LunarLake: allow ALH chain-dma #4526

Closed

Commits on Aug 15, 2023

  1. ASoC: SOF: ipc4-topology: change chain_dma handling in dai_config

    The chain_dma mode is currently only handled for HDaudio, but can be
    used for orther DAIs starting with LunarLake. Move the chain_dma
    handling earlier.
    
    Error detection for the chain_dma case for older platforms is handled
    at a different level.
    
    Signed-off-by: Pierre-Louis Bossart <[email protected]>
    plbossart committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6ee9ed0 View commit details
    Browse the repository at this point in the history
  2. [HACK] ASoC: SOF: ipc4-topology: allow chain_dma for ALH as well

    We need to find a way to make this conditional on the platform, maybe
    with a dai_ops .is_chain_dma_supported callback?
    
    Signed-off-by: Pierre-Louis Bossart <[email protected]>
    plbossart committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    2093851 View commit details
    Browse the repository at this point in the history
  3. ASoC: SOF: Intel: hda-dai-ops: enable chain_dma for ALH

    Use the existing callbacks and mix/match of HDaudio and SoundWire
    support.
    
    Signed-off-by: Pierre-Louis Bossart <[email protected]>
    plbossart committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8810cc3 View commit details
    Browse the repository at this point in the history