1. 14 Jul, 2021 12 commits
  2. 12 Jul, 2021 3 commits
    • Mark Brown's avatar
      Merge series "ASoC: ti: davinci-mcasp: Fix the DIT mode and OMAP4 support"... · eb82bae1
      Mark Brown authored
      Merge series "ASoC: ti: davinci-mcasp: Fix the DIT mode and OMAP4 support" from Peter Ujfalusi <peter.ujfalusi@gmail.com>:
      
      Hi,
      
      Changes since v1:
      - Do not calculat that we allow one serializer in DIT mode, just set the
        max_active_serializers to 1.
      Reported-by: default avatarkernel test robot <lkp@intel.com>
      
      it has been on my todo list for several years to support McASP on OMAP4 devices.
      For Galaxy Nexus we had an omap-mcasp driver (which was mostly a stripped down
      davinci-mcasp driver) to support what was needed on that specific phone + it's
      dock for S/PDIF (48KHz, 16bit, stereo).
      
      Not many (if any) device available to test the DIT mode of McASP.
      I have used BeagleBone White (McASP1 AXR3 can be routed to a pin) to get the
      S/PDIF mode working then PandaES for OMAP4 support (on PandaES the gpio_121 is
      not used and the signal is routed to expansion J6 pin14).
      
      In theory the McASP in OMAP5 should be working after this series, but the OMAP5
      TRM is not public and I do not have one to check the addresses and see if there
      is a way to test it on omap5-uevm.
      
      Mark, Tony:
      The ASoC and dts patches can go via separate tree I felt that it is better if
      they are together, at least initially.
      
      Nikolaus: fyi, this might be useful for Pyra?
      
      Regards,
      Péter
      ---
      Peter Ujfalusi (5):
        ASoC: ti: davinci-mcasp: Fix DIT mode support
        ASoC: dt-bindings: davinci-mcasp: Add compatible string for OMAP4
        ASoC: ti: davinci-mcasp: Add support for the OMAP4 version of McASP
        ARM: dts: omap4-l4-abe: Correct sidle modes for McASP
        ARM: dts: omap4-l4-abe: Add McASP configuration
      
       .../bindings/sound/davinci-mcasp-audio.txt    |   1 +
       arch/arm/boot/dts/omap4-l4-abe.dtsi           |  39 ++--
       include/linux/platform_data/davinci_asp.h     |   1 +
       sound/soc/ti/Kconfig                          |   1 +
       sound/soc/ti/davinci-mcasp.c                  | 176 +++++++++++++++---
       5 files changed, 175 insertions(+), 43 deletions(-)
      
      --
      2.32.0
      eb82bae1
    • Mark Brown's avatar
      Merge series "Fix unbalanced pm_runtime_enable in error handle" from Zhang... · f537ab5f
      Mark Brown authored
      Merge series "Fix unbalanced pm_runtime_enable in error handle" from Zhang Qilong <zhangqilong3@huawei.com>:
      
      This two patches fixed the unbalanced PM disable depth. It could
      avoid pm_runtime implementation complains when removing and probing
      again the driver.
      
      Zhang Qilong (2):
        ASoC: mediatek: mt8192:Fix Unbalanced pm_runtime_enable in
          mt8192_afe_pcm_dev_probe
        ASoC: mediatek: mt8183: Fix Unbalanced pm_runtime_enable in
          mt8183_afe_pcm_dev_probe
      
       sound/soc/mediatek/mt8183/mt8183-afe-pcm.c | 43 ++++++++++++++--------
       sound/soc/mediatek/mt8192/mt8192-afe-pcm.c | 27 +++++++++-----
       2 files changed, 44 insertions(+), 26 deletions(-)
      
      --
      2.31.1
      f537ab5f
    • Mark Brown's avatar
      Merge series "ASoC: Intel: machine driver corrections" from Pierre-Louis... · b8deadf3
      Mark Brown authored
      Merge series "ASoC: Intel: machine driver corrections" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:
      
      The first fix solves an underflow in SoundWire platforms using the
      max98373 amplifier, the rest of the patches are minor corrections in
      machine drivers.
      
      The fix should be queued for the 5.14 cycle, the rest should be
      harmless but can be deferred for 5.15 if it's too late already.
      
      Brent Lu (2):
        ASoC: SOF: add a helper to get topology configured bclk
        ASoC: Intel: sof_cs42l42: use helper function to get bclk frequency
      
      Gongjun Song (1):
        ASoC: Intel: soc-acpi: add support for SoundWire of TGL-H-RVP
      
      Rander Wang (1):
        ASoC: Intel: boards: fix xrun issue on platform with max98373
      
       include/sound/sof.h                           |  1 +
       sound/soc/intel/boards/sof_cs42l42.c          |  8 +-
       sound/soc/intel/boards/sof_sdw_max98373.c     | 81 ++++++++++++-------
       .../intel/common/soc-acpi-intel-tgl-match.c   | 15 ++++
       sound/soc/sof/sof-audio.c                     | 42 ++++++++--
       5 files changed, 111 insertions(+), 36 deletions(-)
      
      --
      2.25.1
      b8deadf3
  3. 11 Jul, 2021 25 commits