1. 01 Oct, 2020 8 commits
  2. 30 Sep, 2020 3 commits
  3. 28 Sep, 2020 18 commits
  4. 25 Sep, 2020 9 commits
  5. 23 Sep, 2020 2 commits
    • 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
    • Dan Murphy's avatar
      ASoC: tas2770: Remove unused variables · 3121420c
      Dan Murphy authored
      Remove unused variables in the private struct and the code as these
      variables are initially set and then there is no additional code
      utilizing these variables.
      Signed-off-by: default avatarDan Murphy <dmurphy@ti.com>
      Link: https://lore.kernel.org/r/20200923132600.10652-6-dmurphy@ti.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      3121420c