8000 Comparing thesofproject:main...sof-imx:master · thesofproject/sof · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thesofproject/sof
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sof-imx/sof
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 2 contributors
FD37

Commits on Jan 27, 2020

  1. travis.yml: Override to build imx platforms only

    Build, package and deploy draft / pre-release binaries for imx only.
    DO NOT upstream this to thesofproject/sof.
    
    Upstream-Status: Inappropriate [imx specific]
    
    Signed-off-by: Mihai Lindner <mihai.lindner@nxp.com>
    mihailin committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    0621269 View commit details
    Browse the repository at this point in the history
  2. topology: imx8: Change DAI name

    For now we are using generic simple-card as a machine driver, and
    the DAI name must followa certain pattern <dai-name>-<codec-name>.
    
    Temporarily change the DAI name in topology to match the name expected
    by the machine driver.
    
    There are still more changes to be done on the Linux kernel until
    the name gets stable, so do this temporary change now.
    
    Will push the code upstream once the Linux kernel changes are stable.
    
    Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
    dbaluta authored and mihailin committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    e57b68a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. topology: imx8: Use s32le format for wm8960 codec

    wm8960 codec drivers the master clock and for s24le we cannot easily
    derive the bitclk.
    
    So, switch to s32le. SAI supports s32le format. The initial s23le was
    added because topology was based on sof-imx8qxp-cs42888.m4 which uses
    ESAI and that's limited to s24le.
    
    Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
    dbaluta committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    6732205 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. travis.yml: Fix tagging

    Signed-off-by: Mihai Lindner <mihai.lindner@nxp.com>
    mihailin committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    4efc509 View commit details
    Browse the repository at this point in the history
Loading
0