1. 18 Mar, 2021 7 commits
  2. 17 Mar, 2021 1 commit
  3. 16 Mar, 2021 8 commits
  4. 12 Mar, 2021 22 commits
  5. 11 Mar, 2021 2 commits
    • Mark Brown's avatar
      Merge series "ASoC: mediatek: mt8183-mt6358: support machine driver for... · 0befe3a0
      Mark Brown authored
      Merge series "ASoC: mediatek: mt8183-mt6358: support machine driver for rt1015p" from Tzung-Bi Shih <tzungbi@google.com>:
      
      The series reuses mt8183-mt6358-ts3a227-max98357.c for supporting
      machine driver with rt1015p speaker amplifier.
      
      The 1st patch adds document for the new proposed compatible string.
      
      The 2nd patch changes the machine driver to support "RT1015P" codec.
      
      Tzung-Bi Shih (2):
        ASoC: dt-bindings: mt8183: add compatible string for using rt1015p
        ASoC: mediatek: mt8183: support machine driver with rt1015p
      
       .../sound/mt8183-mt6358-ts3a227-max98357.txt  |  1 +
       sound/soc/mediatek/Kconfig                    |  1 +
       .../mt8183/mt8183-mt6358-ts3a227-max98357.c   | 29 +++++++++++++++++++
       3 files changed, 31 insertions(+)
      
      --
      2.31.0.rc2.261.g7f71774620-goog
      0befe3a0
    • Mark Brown's avatar
      Merge series "ASoC: codecs: wolfson: remove cppcheck warnings" from... · 6f2cd36f
      Mark Brown authored
      Merge series "ASoC: codecs: wolfson: remove cppcheck warnings" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:
      
      There should be no functionality change, just minor fixes to make
      warnings go away.
      
      Pierre-Louis Bossart (10):
        ASoC: arizona: fix function argument
        ASoC: madera: align function prototype
        ASoC: wm2200: remove unused structure
        ASoC: wm8903: remove useless assignments
        ASoC: wm8958-dsp2: rename local 'control' arrays
        ASoC: wm8978: clarify expression
        ASoC: wm8994: align function prototype
        ASoC: wm8996: clarify expression
        ASoC: wm_adsp: simplify return value
        ASoC: wm_hubs: align function prototype
      
       sound/soc/codecs/arizona.h     |  2 +-
       sound/soc/codecs/madera.h      |  2 +-
       sound/soc/codecs/wm2200.c      |  7 -------
       sound/soc/codecs/wm8903.c      |  2 --
       sound/soc/codecs/wm8958-dsp2.c | 16 ++++++++--------
       sound/soc/codecs/wm8978.c      |  2 +-
       sound/soc/codecs/wm8994.h      |  2 +-
       sound/soc/codecs/wm8996.c      |  2 +-
       sound/soc/codecs/wm_adsp.c     |  2 +-
       sound/soc/codecs/wm_hubs.h     |  2 +-
       10 files changed, 15 insertions(+), 24 deletions(-)
      
      --
      2.25.1
      6f2cd36f