All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/6] Add es9356 focused SoundWire CODEC
@ 2026-02-04  9:44 Zhang Yi
  2026-02-04  9:44 ` [PATCH v1 1/6] ASoC: sdw_utils: Add ES9356 support functions Zhang Yi
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Zhang Yi @ 2026-02-04  9:44 UTC (permalink / raw)
  To: broonie, tiwai, linux-sound
  Cc: peter.ujfalusi, yung-chuan.liao, ranjani.sridharan, kai.vehmanen,
	Zhang Yi

This patch chain adds support for the ES9356 PC focused
SoundWire CODEC.

v1 -> v0:
	-Modified snd_soc_dapm_add_routes in soc_sdw_es9356

Zhang Yi (6):
  ASoC: sdw_utils: Add ES9356 support functions
  ASoC: sdw_utils: add ES9356 in codec_info_list
  ASoC: sdw_utils: add soc_sdw_es9356
  ASoC: es9356-sdca: Add ES9356 SDCA driver
  ASoC: Intel: soc-acpi: arl: Add es9356 support
  ASoC: Intel: sof_sdw: add es9356 support

 include/sound/soc_sdw_utils.h                 |   15 +
 sound/soc/codecs/Kconfig                      |    6 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/es9356.c                     | 1483 +++++++++++++++++
 sound/soc/codecs/es9356.h                     |  218 +++
 sound/soc/intel/boards/Kconfig                |    1 +
 .../intel/common/soc-acpi-intel-arl-match.c   |   52 +
 sound/soc/sdw_utils/Makefile                  |    1 +
 sound/soc/sdw_utils/soc_sdw_es9356.c          |  275 +++
 sound/soc/sdw_utils/soc_sdw_utils.c           |   50 +
 10 files changed, 2103 insertions(+)
 create mode 100644 sound/soc/codecs/es9356.c
 create mode 100644 sound/soc/codecs/es9356.h
 create mode 100644 sound/soc/sdw_utils/soc_sdw_es9356.c

-- 
2.17.1


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

end of thread, other threads:[~2026-05-18 15:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-04  9:44 [PATCH v1 0/6] Add es9356 focused SoundWire CODEC Zhang Yi
2026-02-04  9:44 ` [PATCH v1 1/6] ASoC: sdw_utils: Add ES9356 support functions Zhang Yi
2026-02-04  9:44 ` [PATCH v1 2/6] ASoC: sdw_utils: add ES9356 in codec_info_list Zhang Yi
2026-02-04  9:44 ` [PATCH v1 3/6] ASoC: sdw_utils: add soc_sdw_es9356 Zhang Yi
2026-02-04 13:30   ` Pierre-Louis Bossart
2026-02-04 13:32   ` Pierre-Louis Bossart
2026-02-04  9:44 ` [PATCH v1 4/6] ASoC: es9356-sdca: Add ES9356 SDCA driver Zhang Yi
2026-02-04 13:47   ` Pierre-Louis Bossart
2026-02-04  9:44 ` [PATCH v1 5/6] ASoC: Intel: soc-acpi: arl: Add es9356 support Zhang Yi
2026-02-04  9:44 ` [PATCH v1 6/6] ASoC: Intel: sof_sdw: add " Zhang Yi
2026-05-18 15:08 ` [PATCH v1 0/6] Add es9356 focused SoundWire CODEC Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.