alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] This patches provide ASoc codec support for ES8156
@ 2021-12-10 15:10 Shumin Chen
  2021-12-10 15:10 ` [PATCH 1/2] ASoC: add ES8156 codec driver Shumin Chen
  2021-12-10 15:10 ` [PATCH 2/2] ASoC: convert Everest ES8156 binding to yaml Shumin Chen
  0 siblings, 2 replies; 8+ messages in thread
From: Shumin Chen @ 2021-12-10 15:10 UTC (permalink / raw)
  To: perex, tiwai, lgirdwood, broonie; +Cc: alsa-devel, linux-kernel, Shumin Chen

Introduce new ASoc codec ES8156 support

Shumin Chen (2):
  ASoC: add ES8156 codec driver
  ASoC: convert Everest ES8156 binding to yaml

 .../bindings/sound/everest,es8156.yaml        |  49 ++
 sound/soc/codecs/Kconfig                      |   5 +
 sound/soc/codecs/Makefile                     |   2 +
 sound/soc/codecs/es8156.c                     | 614 ++++++++++++++++++
 sound/soc/codecs/es8156.h                     |  76 +++
 5 files changed, 746 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/everest,es8156.yaml
 create mode 100644 sound/soc/codecs/es8156.c
 create mode 100644 sound/soc/codecs/es8156.h

-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-12-10 17:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-10 15:10 [PATCH 0/2] This patches provide ASoc codec support for ES8156 Shumin Chen
2021-12-10 15:10 ` [PATCH 1/2] ASoC: add ES8156 codec driver Shumin Chen
2021-12-10 15:53   ` Pierre-Louis Bossart
2021-12-10 16:29     ` Mark Brown
2021-12-10 17:32   ` kernel test robot
2021-12-10 15:10 ` [PATCH 2/2] ASoC: convert Everest ES8156 binding to yaml Shumin Chen
2021-12-10 16:29   ` Pierre-Louis Bossart
2021-12-10 16:47   ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).