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: topology: fix: handle DAI widget connections properly with multiple CPU DAI's #1863

Merged
merged 1 commit into from
Mar 17, 2020

Commits on Mar 16, 2020

  1. ASoC: SOF: topology: fix: handle DAI widget connections properly with…

    … multiple CPU DAI's
    
    Currently, when connecting a DAI widget to the BE CPU DAI, we overwrite
    the previous connections. This worked because we only ever had 1 CPU DAI
    for each rtd until now. But with multiple CPU DAI's, a new connection
    between a BE CPU DAI and the DAI widget should be established without
    affecting the previous connections. So, modify the loop to set the
    playback/capture widget for the first BE CPU DAI that does not have a
    connection established previously.
    
    Fixes: 4a7e26a ("ASoC: SOF: topology: connect dai widget to all
    cpu-dais")
    
    Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
    bardliao committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    0558853 View commit details
    Browse the repository at this point in the history