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

Mtl test 2 #5

Closed
wants to merge 7 commits into from
Closed

Mtl test 2 #5

wants to merge 7 commits into from

Commits on Oct 25, 2023

  1. dts : add LOG_MODULE_REGISTER()

    It would build fail without LOG_MODULE_REGISTER.
    
    Co-developed-by: Mac Chiang <mac.chiang@intel.com>
    Signed-off-by: Mac Chiang <mac.chiang@intel.com>
    Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
    joechengxperi committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9074a05 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. dts : fix set_configuration() fail on MTL

    md->state is set in IPC3, not in IPC4.
    
    set_configuration() would fail on MTL because md->state is not set.
    
    Add macro CONFIG_IPC_MAJOR_3 to avoid this problem.
    
    Co-developed-by: Mac Chiang <mac.chiang@intel.com>
    Signed-off-by: Mac Chiang <mac.chiang@intel.com>
    Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
    joechengxperi committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d0b1e70 View commit details
    Browse the repository at this point in the history
  2. dts : add more error logs in set_configuration()

    Add more error logs to identify potential problem in set_configuration()
    
    Co-developed-by: Mac Chiang <mac.chiang@intel.com>
    Signed-off-by: Mac Chiang <mac.chiang@intel.com>
    Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
    joechengxperi committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f07d601 View commit details
    Browse the repository at this point in the history
  3. dts : update DTS version to V1.1.3

    MTL support is added in DTS V1.1.3.
    
    Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
    joechengxperi committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    8bb4a05 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. audio : dts : add DTS support for MTL

    Add DTS init function
    
    Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
    joechengxperi committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    04991be View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. zephyr : import dts library

    Importing DTS library here to ensure DTS library is built into SOF
    firmware as a static library.
    
    Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
    joechengxperi committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ae5e695 View commit details
    Browse the repository at this point in the history
  2. app: overlays: Add DTS support to MTL

    This patch adds DTS_CODEC for IPC4 Intel platform builds.
    
    Since EQ IIR + DTS is the combination we use to support customer, adding
    EQ IIR here to ensure it's enabled.
    
    Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
    joechengxperi committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2e47c63 View commit details
    Browse the repository at this point in the history