1. 30 Jul, 2021 1 commit
  2. 29 Jul, 2021 3 commits
  3. 28 Jul, 2021 3 commits
  4. 27 Jul, 2021 2 commits
  5. 26 Jul, 2021 2 commits
  6. 22 Jul, 2021 5 commits
  7. 19 Jul, 2021 2 commits
  8. 16 Jul, 2021 4 commits
  9. 15 Jul, 2021 1 commit
  10. 14 Jul, 2021 2 commits
  11. 12 Jul, 2021 2 commits
    • Maxim Schwalm's avatar
      ASoC: rt5631: Fix regcache sync errors on resume · c71f78a6
      Maxim Schwalm authored
      The ALC5631 does not like multi-write accesses, avoid them. This fixes:
      
      rt5631 4-001a: Unable to sync registers 0x3a-0x3c. -121
      
      errors on resume from suspend (and all registers after the registers in
      the error not being synced).
      
      Inspired by commit 2d30e949 ("ASoC: rt5651: Fix regcache sync errors
      on resume") from Hans de Geode, which fixed the same errors on ALC5651.
      Signed-off-by: default avatarMaxim Schwalm <maxim.schwalm@gmail.com>
      Link: https://lore.kernel.org/r/20210712005011.28536-1-digetx@gmail.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      c71f78a6
    • Mark Brown's avatar
      Merge series "arm64: tegra: Enable audio IOMMU support on Tegra194" from... · 11169c6e
      Mark Brown authored
      Merge series "arm64: tegra: Enable audio IOMMU support on Tegra194" from Thierry Reding <thierry.reding@gmail.com>
      Thierry Reding <treding@nvidia.com>:
      
      From: Thierry Reding <treding@nvidia.com>
      
      This small series addresses a minor issue with how IOMMU support is
      wired up on various Tegra generations. Currently the virtual "card"
      device is used to allocate DMA memory for, but since that device does
      not actually exist, the path to memory cannot be correctly described.
      
      To address this, this series moves to using the ADMAIF as the DMA device
      for audio. This is a real device that can have a proper DMA mask set and
      with which a stream ID can be associated with in the SMMU. The memory
      accesses technically originate from the ADMA controller (that the ADMAIF
      uses), but DMA channel are dynamically allocated at runtime while DMA
      memory is allocated at driver load time, drivers won't have access to
      the ADMA device yet.
      
      Further patches will be required to correct this issue on Tegra186 and
      Tegra210, but I wanted to get feedback on this approach first.
      
      Changes in v2:
      - add backwards-compatibility fallback
      
      Thierry
      
      Thierry Reding (2):
        ASoC: tegra: Use ADMAIF component for DMA allocations
        arm64: tegra: Enable audio IOMMU support on Tegra194
      
       arch/arm64/boot/dts/nvidia/tegra194.dtsi |  4 ++++
       sound/soc/tegra/tegra_pcm.c              | 30 ++++++++++++++----------
       2 files changed, 22 insertions(+), 12 deletions(-)
      
      --
      2.32.0
      11169c6e
  12. 11 Jul, 2021 3 commits
  13. 01 Jul, 2021 1 commit
  14. 30 Jun, 2021 1 commit
  15. 28 Jun, 2021 5 commits
  16. 24 Jun, 2021 1 commit
  17. 23 Jun, 2021 2 commits
    • Mark Brown's avatar
      Merge series "ASoC: tlv320aic32x4: Add support for TAS2505" from Claudius Heine <ch@denx.de>: · 8cc802bd
      Mark Brown authored
      Hi,
      
      this is v2 from my patchset that add support for the TAS2505 to the tlv320aic32x4 driver.
      
      kind regards,
      Claudius
      
      Changes from v1:
      - clarified commit message of first patch, which add the type value to the struct
      - removed unnecessary code to put and get speaker volume
      - removed 'Gain' from 'HP Driver Playback Volume' control
      - fixed rebase issues
      
      Claudius Heine (3):
        ASoC: tlv320aic32x4: add type to device private data struct
        ASoC: tlv320aic32x4: add support for TAS2505
        ASoC: tlv320aic32x4: dt-bindings: add TAS2505 to compatible
      
       .../bindings/sound/tlv320aic32x4.txt          |   1 +
       sound/soc/codecs/tlv320aic32x4-i2c.c          |  22 ++-
       sound/soc/codecs/tlv320aic32x4-spi.c          |  23 ++-
       sound/soc/codecs/tlv320aic32x4.c              | 139 +++++++++++++++++-
       sound/soc/codecs/tlv320aic32x4.h              |  10 ++
       5 files changed, 186 insertions(+), 9 deletions(-)
      
      base-commit: 70585216
      --
      2.32.0
      8cc802bd
    • Mark Brown's avatar
      Merge series "ASoC: tegra: Use devm_platform_get_and_ioremap_resource()" from... · f5e2d697
      Mark Brown authored
      Merge series "ASoC: tegra: Use devm_platform_get_and_ioremap_resource()" from Yang Yingliang <yangyingliang@huawei.com>:
      
      Use devm_platform_get_and_ioremap_resource() to simplify
      code.
      
      Yang Yingliang (4):
        ASoC: tegra20: i2s: Use devm_platform_get_and_ioremap_resource()
        ASoC: tegra20: spdif: Use devm_platform_get_and_ioremap_resource()
        ASoC: tegra: tegra210_admaif: Use
          devm_platform_get_and_ioremap_resource()
        ASoC: tegra30: ahub: Use devm_platform_get_and_ioremap_resource()
      
       sound/soc/tegra/tegra20_i2s.c     | 3 +--
       sound/soc/tegra/tegra20_spdif.c   | 3 +--
       sound/soc/tegra/tegra210_admaif.c | 4 +---
       sound/soc/tegra/tegra30_ahub.c    | 3 +--
       4 files changed, 4 insertions(+), 9 deletions(-)
      
      --
      2.25.1
      f5e2d697