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

Fix/remove bool #270

Merged
merged 2 commits into from
Nov 14, 2018
Merged

Commits on Nov 12, 2018

  1. ASoC: SOF: ipc: fix use of 'complete'

    Use ipc_complete to make it non-ambiguous and move to u32 to avoid
    checkpatch warning on boolean usage in structures
    
    https://lkml.org/lkml/2017/11/21/384
    
    Signed-off-by: Pierre-Louis Bossart <[email protected]>
    plbossart committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    e1e0ca3 View commit details
    Browse the repository at this point in the history
  2. ASoC: SOF: remove boolean use in structures

    Make checkpatch happy
    
    https://lkml.org/lkml/2017/11/21/384
    
    Signed-off-by: Pierre-Louis Bossart <[email protected]>
    plbossart committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    3768436 View commit details
    Browse the repository at this point in the history