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

SSP related changes #7

Merged
merged 4 commits into from
Jun 26, 2018

Commits on Jun 25, 2018

  1. ASoC: uapi: sof: rename clk_id to mclk_id to make it explicit and fix…

    … the comment
    
    Some platforms have more than one MCLK's exposed. So fix the comment
    and rename the member to mclk_id to make it explicit to be used for
    passing the corrent mclk id to the firmware.
    
    Signed-off-by: Ranjani Sridharan <[email protected]>
    ranj063 committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    3c34f12 View commit details
    Browse the repository at this point in the history
  2. ASoC: uapi: sof: add token for SSP MCLK ID

    Add a token for SSP_MCLK_ID which will be used to pass the MCLK ID
    for configuring the SSP.
    
    Signed-off-by: Ranjani Sridharan <[email protected]>
    ranj063 committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    3b0207c View commit details
    Browse the repository at this point in the history
  3. ASoC: SOF: topology: add SSP_MCLK_ID to ssp_tokens to enable parsing …

    …the mclk id from topology
    
    Signed-off-by: Ranjani Sridharan <[email protected]>
    ranj063 committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    fec21b5 View commit details
    Browse the repository at this point in the history
  4. ASoC: SOF: merge sample_bits tokens with the rest of the ssp_tokens

    Sample bits is SSP specific. So move it to be part of SSP
    tokens. dai_ssp_link_tokens are not need anymore. So remove it
    and the corresponding call to parse the tokens.
    
    Signed-off-by: Ranjani Sridharan <[email protected]>
    ranj063 committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    8447d1a View commit details
    Browse the repository at this point in the history