1. 20 Mar, 2023 38 commits
  2. 17 Mar, 2023 2 commits
    • Mark Brown's avatar
      ASoC: SOF: ipc4-topology: Add support for effect · e32acf7b
      Mark Brown authored
      Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:
      
      The following series will add support for IPC4 process modules as effect
      widgets.  We can cover wide range of modules as a generic process or
      effect module, the patches will lay down the fundation and the generic
      code to handle them.
      
      At initialization time process modules can receive additional
      information on top of the base_cfg, which is defined as base_cfg_ext, an
      extension for the base configuration struct.  Other parameters or blobs
      for these modules are sent as a separate message via
      LARGE_CONFIG message, which is handled by the existing bytes control support.
      e32acf7b
    • Mark Brown's avatar
      ASoC: SOF: ipc4: upport multiple configs for BE DAIs · 6a36690a
      Mark Brown authored
      Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:
      
      Backend DAIs may support multiple audio formats. Modify pipeline setup to select
      a suitable configuration based on topology and frontend DAI runtime configuration.
      
      The prime use case is BT offload support where we need the abality to select
      different configuration on the BE side.
      6a36690a