1. 21 Sep, 2020 3 commits
  2. 18 Sep, 2020 2 commits
  3. 17 Sep, 2020 32 commits
  4. 14 Sep, 2020 2 commits
  5. 11 Sep, 2020 1 commit
    • Mark Brown's avatar
      Merge series "ASoC: SOF: DSP core management fixes for 5.10" from Kai Vehmanen... · d70a4412
      Mark Brown authored
      Merge series "ASoC: SOF: DSP core management fixes for 5.10" from Kai Vehmanen <kai.vehmanen@linux.intel.com>:
      
      This series contains some improvements to how DSP core management
      is done in SOF, and adds a distinction between cores managed by
      the host versus cores managed by the DSP.
      
      Pierre-Louis Bossart (1):
        ASoC: SOF: Intel: hda-loader: s/master/primary
      
      Ranjani Sridharan (3):
        ASoC: SOF: rename cores_mask to host_managed_cores_mask
        ASoC: SOF: Intel: hda: modify core_power_up/down op
        ASoC: SOF: Intel: remove the  HDA_DSP_CORE_MASK() macro
      
       sound/soc/sof/intel/apl.c        |  2 +-
       sound/soc/sof/intel/bdw.c        |  2 +-
       sound/soc/sof/intel/byt.c        |  6 +++---
       sound/soc/sof/intel/cnl.c        | 15 ++++-----------
       sound/soc/sof/intel/hda-dsp.c    | 20 +++++++++++++++++---
       sound/soc/sof/intel/hda-loader.c | 11 +++++------
       sound/soc/sof/intel/hda.c        |  2 +-
       sound/soc/sof/intel/hda.h        |  3 ---
       sound/soc/sof/intel/shim.h       |  2 +-
       sound/soc/sof/intel/tgl.c        |  2 +-
       10 files changed, 34 insertions(+), 31 deletions(-)
      
      --
      2.27.0
      d70a4412