1. 18 Nov, 2020 5 commits
  2. 17 Nov, 2020 5 commits
  3. 16 Nov, 2020 16 commits
  4. 13 Nov, 2020 7 commits
  5. 12 Nov, 2020 7 commits
    • Mark Brown's avatar
      Merge series "ASoC: SOF: Kconfig corrections" from Pierre-Louis Bossart... · a5a8ac3c
      Mark Brown authored
      Merge series "ASoC: SOF: Kconfig corrections" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:
      
      Three cosmetic patches and a fix for a randconfig issue.
      
      v2: rebase to remove git am issue (worked with --3way before)
      
      Pierre-Louis Bossart (1):
        ASoC: SOF: Intel: fix Kconfig dependency for SND_INTEL_DSP_CONFIG
      
      Randy Dunlap (3):
        ASoC: SOF: imx: fix Kconfig punctuation
        ASoC: SOF: Kconfig: fix Kconfig punctuation and wording
        ASoC: SOF: Intel: fix Kconfig punctuation and wording
      
       sound/soc/sof/Kconfig       | 42 ++++++++++++------------
       sound/soc/sof/imx/Kconfig   | 10 +++---
       sound/soc/sof/intel/Kconfig | 64 ++++++++++++++++++-------------------
       3 files changed, 58 insertions(+), 58 deletions(-)
      
      --
      2.25.1
      a5a8ac3c
    • Mark Brown's avatar
      Merge series "Support SC7180 sound card variation without headset" from... · 9c2368e3
      Mark Brown authored
      Merge series "Support SC7180 sound card variation without headset" from xuyuqing <xuyuqing@huaqin.corp-partner.google.com>:
      
      Use compatible string to let machine driver handle the case
      where ALC5682 headset codec is replaced with ADAU7002 dmic codec
      
      xuyuqing (2):
        ASoC: google: dt-bindings: add new compatible for sc7180-coachz
        ASoC: qcom: sc7180: Add machine driver for sound card
      
       .../bindings/sound/google,sc7180-trogdor.yaml |  4 +-
       sound/soc/qcom/Kconfig                        |  1 +
       sound/soc/qcom/sc7180.c                       | 86 ++++++++++++++++---
       3 files changed, 77 insertions(+), 14 deletions(-)
      
      --
      2.25.1
      9c2368e3
    • Mark Brown's avatar
      Merge series "ASoC: soundwire: SDCA device quirk and cleanups" from... · 3c365027
      Mark Brown authored
      Merge series "ASoC: soundwire: SDCA device quirk and cleanups" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:
      
      Add one quirk to handle new TigerLake-SDCA device and cleanup code.
      
      Pierre-Louis Bossart (4):
        ASoC: Intel: sof_sdw: add quirk for new TigerLake-SDCA device
        ASoC: codecs: rt*.c: remove useless pointer cast
        ASoC: rt711: remove warnings
        ASoC: codecs: max98373-sdw: align regmap use with other codecs
      
       sound/soc/codecs/max98373-sdw.c  |  2 +-
       sound/soc/codecs/rt1308-sdw.c    |  2 +-
       sound/soc/codecs/rt5682-sdw.c    |  2 +-
       sound/soc/codecs/rt700.c         |  2 +-
       sound/soc/codecs/rt711-sdw.c     | 15 ++++++++-------
       sound/soc/codecs/rt711.c         |  2 +-
       sound/soc/codecs/rt715.c         |  2 +-
       sound/soc/intel/boards/sof_sdw.c | 10 ++++++++++
       8 files changed, 24 insertions(+), 13 deletions(-)
      
      --
      2.25.1
      3c365027
    • Mark Brown's avatar
      Merge series "ASoC: Fix error handling in wm899x" from Zhang Qilong <zhangqilong3@huawei.com>: · 76462eff
      Mark Brown authored
      The first patch fixed a wrong free in wm8997_probe. The
      remaining three patches fixed PM disable depth imbalance
      on error handling.
      
      Zhang Qilong (4):
        ASoC: arizona: Fix a wrong free in wm8997_probe
        ASoC: arizona: Fix PM disable depth imbalance on error
        ASoC: wm8994: Fix PM disable depth imbalance on error
        ASoC: wm8998: Fix PM disable depth imbalance on error
      
       sound/soc/codecs/wm8994.c | 6 +++++-
       sound/soc/codecs/wm8997.c | 8 ++++++--
       sound/soc/codecs/wm8998.c | 4 +++-
       3 files changed, 14 insertions(+), 4 deletions(-)
      
      --
      2.25.4
      76462eff
    • Fabio Estevam's avatar
      ASoC: imx-ssi: Remove unused driver · c31da0b1
      Fabio Estevam authored
      The imx-ssi driver was only used by i.MX non-DT platforms.
      
      Since 5.10-rc1, i.MX has been converted to a DT-only platform and all
      board files are gone.
      
      Remove the imx-ssi audio driver as there are no more users at all.
      Signed-off-by: default avatarFabio Estevam <festevam@gmail.com>
      Link: https://lore.kernel.org/r/20201110203937.25684-6-festevam@gmail.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      c31da0b1
    • Fabio Estevam's avatar
      ASoC: fsl: eukrea: Remove the SND_SOC_IMX_SSI selection · ffc64110
      Fabio Estevam authored
      SND_SOC_IMX_SSI was only used by i.MX non-DT platforms.
      
      SND_SOC_EUKREA_TLV320 already selects the SND_SOC_FSL_SSI symbol,
      which is enough.
      
      Remove the unneeded SND_SOC_IMX_SSI selection.
      Signed-off-by: default avatarFabio Estevam <festevam@gmail.com>
      Link: https://lore.kernel.org/r/20201110203937.25684-5-festevam@gmail.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      ffc64110
    • Fabio Estevam's avatar
      ASoC: imx-mc13783: Remove unused driver · 83e7e227
      Fabio Estevam authored
      The imx-mc13783 was used on imx27-pdk and imx31-pdk non-DT platforms.
      
      Since 5.10-rc1, i.MX has been converted to a DT-only platform and all
      board files are gone.
      
      Remove the imx-mc13783 audio machine driver as there is no user at all.
      Signed-off-by: default avatarFabio Estevam <festevam@gmail.com>
      Link: https://lore.kernel.org/r/20201110203937.25684-4-festevam@gmail.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      83e7e227