1. 01 Oct, 2020 9 commits
  2. 30 Sep, 2020 3 commits
  3. 28 Sep, 2020 18 commits
  4. 25 Sep, 2020 9 commits
  5. 23 Sep, 2020 1 commit
    • Mark Brown's avatar
      Merge series "ASoC: Intel: sdw machine driver updates for 5.10" from Kai... · bbd59df0
      Mark Brown authored
      Merge series "ASoC: Intel: sdw machine driver updates for 5.10" from Kai Vehmanen <kai.vehmanen@linux.intel.com>:
      
      Series including fixes and improvements for Intel SoundWire
      machine drivers.
      
      Bard Liao (1):
        ASoC: Intel: add support for new SoundWire hardware layout on TGL
      
      Pierre-Louis Bossart (4):
        ASoC: Intel: sof_sdw: remove ternary operator
        ASoC: Intel: add codec name prefix to ACPI machine description
        ASoC: Intel: sof_sdw: remove hard-coded codec_conf table
        ASoC: Intel: sof_sdw_rt700: add codec prefix
      
      Rander Wang (1):
        ASOC: Intel: sof_sdw: restore playback functionality with max98373
          amps
      
       include/sound/soc-acpi.h                      |   2 +
       sound/soc/intel/boards/sof_sdw.c              | 170 +++++++++---------
       sound/soc/intel/boards/sof_sdw_common.h       |   3 +
       sound/soc/intel/boards/sof_sdw_max98373.c     |  36 +++-
       sound/soc/intel/boards/sof_sdw_rt700.c        |   6 +-
       .../intel/common/soc-acpi-intel-cml-match.c   |  10 ++
       .../intel/common/soc-acpi-intel-cnl-match.c   |   1 +
       .../intel/common/soc-acpi-intel-icl-match.c   |   6 +
       .../intel/common/soc-acpi-intel-tgl-match.c   |  67 +++++++
       9 files changed, 216 insertions(+), 85 deletions(-)
      
      --
      2.27.0
      bbd59df0