1. 18 Nov, 2020 9 commits
  2. 17 Nov, 2020 5 commits
  3. 16 Nov, 2020 16 commits
  4. 13 Nov, 2020 7 commits
  5. 12 Nov, 2020 3 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