]> git.baikalelectronics.ru Git - kernel.git/commit
Merge series "ASoC: codecs: add MAX98373 Soundwire driver" from Pierre-Louis Bossart...
authorMark Brown <broonie@kernel.org>
Thu, 9 Jul 2020 21:20:34 +0000 (22:20 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 9 Jul 2020 21:20:34 +0000 (22:20 +0100)
commit58dbcae691563b6cc3490b1cd15ea3ac727569b1
treeefe6065ea066c0d67b2e606d3b643fc3efcf664f
parentbf9ba8fb13910fdc18fafa1c0d0443912f1152c3
parent68b4ef83ade8b88ee6e5618fa88920300b0fc032
Merge series "ASoC: codecs: add MAX98373 Soundwire driver" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:

V3:
Rebased on top of two fixes already merged from the v2 patchset - no
code changes
Added explicit commit reference in last commit message

V2 with a number of cleanups:
split between I2C and SoundWire modes, as done for rt5682, and updated
Kconfigs.
removed useless initializations common to both modes
removed idle_bias on
fixed register classified as volatile in error
fixed SPDX comments

Pierre-Louis Bossart (2):
  ASoC: codecs: max98373: split I2C and common parts
  ASoC: Intel: sof-sdw: add MAX98373 I2C dependencies

Ryan Lee (1):
  ASoC: codecs: max98373: add SoundWire support

randerwang (1):
  ASoC: Intel: sdw_max98373: add card_late_probe support

 sound/soc/codecs/Kconfig                  |  20 +-
 sound/soc/codecs/Makefile                 |   4 +
 sound/soc/codecs/max98373-i2c.c           | 612 +++++++++++++++
 sound/soc/codecs/max98373-sdw.c           | 887 ++++++++++++++++++++++
 sound/soc/codecs/max98373-sdw.h           |  72 ++
 sound/soc/codecs/max98373.c               | 611 +--------------
 sound/soc/codecs/max98373.h               |  17 +-
 sound/soc/intel/boards/Kconfig            |   7 +-
 sound/soc/intel/boards/sof_sdw.c          |  19 +-
 sound/soc/intel/boards/sof_sdw_common.h   |   6 +
 sound/soc/intel/boards/sof_sdw_max98373.c |  12 +
 11 files changed, 1668 insertions(+), 599 deletions(-)
 create mode 100644 sound/soc/codecs/max98373-i2c.c
 create mode 100644 sound/soc/codecs/max98373-sdw.c
 create mode 100644 sound/soc/codecs/max98373-sdw.h

base-commit: 78e49dca001318adf8b6ae9bbf62550ae598bfe4
--
2.25.1