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

V2.8.1 candidate #8855

Merged
merged 8 commits into from
Feb 14, 2024
Merged

V2.8.1 candidate #8855

merged 8 commits into from
Feb 14, 2024

Commits on Feb 12, 2024

  1. platform: ace: Add authentication interface

    For ACE platforms library authentication could be done using external
    entity - rom_ext. This module reside in L3 memory space and provides
    verification functionality. Following code expose that API to SOF.
    
    Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
    (cherry picked from commit 1819200)
    Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
    jxstelter authored and Jyri Sarha committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6cca611 View commit details
    Browse the repository at this point in the history
  2. library_manager: auth: Add library authentication mechanizm

    This patch adds usage of authentication API to check
    library signature. If feature enabled it will block loading of
    library without valid signature.
    
    Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
    (cherry picked from commit f9fda66)
    Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
    jxstelter authored and Jyri Sarha committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d238c7f View commit details
    Browse the repository at this point in the history
  3. mtl: conf: Enable library authentication on MTL

    This enables library authentication on MTL platforms.
    
    Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
    (cherry picked from commit 6bc4e9d)
    Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
    jxstelter authored and Jyri Sarha committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5b89928 View commit details
    Browse the repository at this point in the history
  4. lnl: conf: Enable Library authentication on LNL

    This enables library authentication on LNL platforms.
    
    Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
    (cherry picked from commit 17b3b01)
    Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
    jxstelter authored and Jyri Sarha committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0f5f13d View commit details
    Browse the repository at this point in the history
  5. audio: volume: support switch control

    Implement function to support SOF_IPC4_SWITCH_CONTROL_PARAM_ID in
    set_configuration callback. Linux side could use this switch control
    to mute/unmute a gain widget.
    
    Signed-off-by: Brent Lu <brent.lu@intel.com>
    (cherry picked from commit f9bcf61)
    Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
    brentlu authored and Jyri Sarha committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1ff73e1 View commit details
    Browse the repository at this point in the history
  6. topology2: gain: add mixer switch for mute control

    Add a switch to gain widget for mute control. It could also be used
    as MIC/SPK mute LED control purpose.
    
    Signed-off-by: Brent Lu <brent.lu@intel.com>
    (cherry picked from commit b2d1f09)
    Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
    brentlu authored and Jyri Sarha committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    aa301e3 View commit details
    Browse the repository at this point in the history
  7. topology2: dmic-generic: add switch for LED control

    Add a mute switch to gain widget for DMIC. Also register this switch
    as MIC mute LED mixer control on Linux side.
    
    Signed-off-by: Brent Lu <brent.lu@intel.com>
    (cherry picked from commit 33e2376)
    Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
    brentlu authored and Jyri Sarha committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    211985c View commit details
    Browse the repository at this point in the history
  8. topology2: dmic-generic: rename volume switch

    The volume switch of gain widget is renamed as 'Dmic0 Capture Volume'
    for backward compatibility.
    
    Signed-off-by: Brent Lu <brent.lu@intel.com>
    (cherry picked from commit 5c3a1ca)
    Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
    brentlu authored and Jyri Sarha committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a6b780a View commit details
    Browse the repository at this point in the history