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: ipc3-topology: subtract ALH dai_index by 2 #5217

Merged
merged 1 commit into from
Oct 29, 2024

Commits on Oct 29, 2024

  1. ASoC: SOF: ipc3-topology: Convert the topology pin index to ALH dai i…

    …ndex
    
    Intel SoundWire machine driver always uses Pin number 2 and above.
    Currently, the pin number is used as the FW DAI index directly. As a
    result, FW DAI 0 and 1 are never used. That worked fine because we use
    up to 2 DAIs in a SDW link. Convert the topology pin index to ALH dai
    index, the mapping is using 2-off indexing, iow, pin #2 is ALH dai #0.
    
    The issue exists since beginning. And the Fixes tag is the first commit
    that this commit can be applied.
    
    Fixes: b66bfc3 ("ASoC: SOF: sof-audio: Fix broken early bclk feature for SSP")
    Signed-off-by: Bard Liao <[email protected]>
    bardliao committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8f0b1cc View commit details
    Browse the repository at this point in the history