1. 01 Oct, 2020 7 commits
  2. 30 Sep, 2020 3 commits
  3. 28 Sep, 2020 18 commits
  4. 25 Sep, 2020 9 commits
  5. 23 Sep, 2020 3 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
    • Dan Murphy's avatar
      ASoC: tas2770: Remove ti,asi-format code · dd7d9052
      Dan Murphy authored
      Remove the code to support the asi-format binding property. The code
      does nothing except read the property and set a variable. No additional
      action is taken except to reset the variable. The property is supposed
      to set the rising or falling RX edge detection of the SBCLK but this
      edge detection is done by checking the DAI_FMT_INV_MASK.
      Signed-off-by: default avatarDan Murphy <dmurphy@ti.com>
      Link: https://lore.kernel.org/r/20200923132600.10652-5-dmurphy@ti.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      dd7d9052