The driver is for codec ES8375 of everest-semi.
v1 -> v0:
- Add the description of everest,mclk-src in the yaml file
- Remove attribute es8375->dmic_pol which is not used
in the codec driver
- replace SOC_DAPM_ENUM_EXT with SOC_DAPM_ENUM which
is used for ADC MUX
- Modify some control-names
- Replace a number with a specific variable
- Delete obsolete terminology
- Remove the default volume setting
- Modify cache_type in regmap_config
Zhang Yi (2):
ASoC: dt-bindings: Add Everest ES8375 audio CODEC
ASoC: codecs: add support for ES8375
.../bindings/sound/everest,es8375.yaml | 71 ++
sound/soc/codecs/Kconfig | 5 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/es8375.c | 797 ++++++++++++++++++
sound/soc/codecs/es8375.h | 123 +++
5 files changed, 998 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/everest,es8375.yaml
create mode 100644 sound/soc/codecs/es8375.c
create mode 100644 sound/soc/codecs/es8375.h
--
2.17.1