1. 18 Sep, 2020 2 commits
  2. 17 Sep, 2020 32 commits
  3. 14 Sep, 2020 2 commits
  4. 11 Sep, 2020 4 commits
    • 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
    • Mark Brown's avatar
      Merge series "ASoC: mediatek: mt8183-da7219: support machine driver for... · 2b7d52a9
      Mark Brown authored
      Merge series "ASoC: mediatek: mt8183-da7219: support machine driver for rt1015p" from Tzung-Bi Shih <tzungbi@google.com>:
      
      The series reuses mt8183-da7219-max98357.c for supporting machine
      driver with rt1015p speaker amplifier.
      
      The 1st patch adds document for the new proposed compatible string.
      
      The 2nd patch changes the machine driver to support "RT1015P" codec.
      
      Tzung-Bi Shih (2):
        ASoC: dt-bindings: mt8183-da7219: add compatible string for using
          rt1015p
        ASoC: mediatek: mt8183-da7219: support machine driver with rt1015p
      
       .../bindings/sound/mt8183-da7219-max98357.txt |  1 +
       sound/soc/mediatek/Kconfig                    |  1 +
       .../mediatek/mt8183/mt8183-da7219-max98357.c  | 40 +++++++++++++++++++
       3 files changed, 42 insertions(+)
      
      --
      2.28.0.526.ge36021eeef-goog
      2b7d52a9
    • Mark Brown's avatar
      Merge series "ASoC: ti: j721e-evm: Support for j7200 variant" from Peter... · 6ea8a79b
      Mark Brown authored
      Merge series "ASoC: ti: j721e-evm: Support for j7200 variant" from Peter Ujfalusi <peter.ujfalusi@ti.com>:
      
      Hi,
      
      Changes since v1:
      - Suffix the 2359296000 constant with 'u' to silence C90 warning
      
      When j7200 SOM is connected to the CPB, the audio setup is a bit different:
      Only 48KHz family have clock path, 44.1KHz is not supported.
      
      Update the binding documentation and add support for the j7200 version of CPB
      to the driver.
      
      Regards,
      Peter
      ---
      Peter Ujfalusi (2):
        ASoC: dt-bindings: ti,j721e-cpb-audio: Document support for j7200-cpb
        ASoC: ti: j721e-evm: Add support for j7200-cpb audio
      
       .../bindings/sound/ti,j721e-cpb-audio.yaml    | 92 ++++++++++++++-----
       sound/soc/ti/j721e-evm.c                      | 11 +++
       2 files changed, 81 insertions(+), 22 deletions(-)
      
      --
      Peter
      
      Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
      Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
      6ea8a79b
    • Olivier Moysan's avatar
      ASoC: stm32: sai: add pm_runtime support · 4e723e75
      Olivier Moysan authored
      Enable support of pm_runtime on STM32 SAI driver to allow
      SAI power state monitoring.
      pm_runtime_put_autosuspend() is called from ASoC framework
      on pcm device close.
      The pmdown_time delay is available in runtime context, and may be set
      in SAI driver to take into account shutdown delay on playback.
      However, this shutdown delay is already handled in the DAPMs
      of the audio codec linked to SAI CPU DAI.
      So, the choice is made, not to support this delay on CPU DAI side.
      Signed-off-by: default avatarOlivier Moysan <olivier.moysan@st.com>
      Link: https://lore.kernel.org/r/20200911081507.7276-1-olivier.moysan@st.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      4e723e75