1. 30 Sep, 2022 2 commits
    • David Lin's avatar
      ASoC: nau8825: Add TDM support · dacdef1b
      David Lin authored
      Support TDM format for NAU88L25.
      Signed-off-by: default avatarDavid Lin <CTLIN0@nuvoton.com>
      Link: https://lore.kernel.org/r/20220930072804.2524352-1-CTLIN0@nuvoton.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      dacdef1b
    • Mark Brown's avatar
      Fix PM disable depth imbalance in probe · d488b285
      Mark Brown authored
      Merge series from Zhang Qilong <zhangqilong3@huawei.com>:
      
      The pm_runtime_enable will increase power disable depth. Thus
      a pairing decrement is needed on the error handling path to
      keep it balanced according to context. We fix it by moving
      pm_runtime_enable to the endding of probe.
      
      Zhang Qilong (4):
        ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe
        ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe
        ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe
        ASoC: mt6660: Fix PM disable depth imbalance in mt6660_i2c_probe
      
       sound/soc/codecs/mt6660.c | 8 ++++++--
       sound/soc/codecs/wm5102.c | 6 +++---
       sound/soc/codecs/wm5110.c | 6 +++---
       sound/soc/codecs/wm8997.c | 6 +++---
       4 files changed, 15 insertions(+), 11 deletions(-)
      
      --
      2.25.1
      d488b285
  2. 29 Sep, 2022 6 commits
  3. 28 Sep, 2022 1 commit
  4. 27 Sep, 2022 12 commits
  5. 26 Sep, 2022 4 commits
  6. 23 Sep, 2022 15 commits