public inbox for linux-sound@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/5] Add es9356 focused SoundWire CODEC
@ 2026-04-09  2:12 Zhang Yi
  2026-04-09  2:12 ` [PATCH v6 1/5] ASoC: sdw_utils: add soc_sdw_es9356 Zhang Yi
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Zhang Yi @ 2026-04-09  2:12 UTC (permalink / raw)
  To: broonie, tiwai, linux-sound
  Cc: peter.ujfalusi, yung-chuan.liao, ranjani.sridharan, kai.vehmanen,
	ckeepax, Zhang Yi

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

v6 -> v5:
	-Handling default values in `button_detect` and `jack_detect`
	-Add the member `disable_irq` so that interrupts are
	 no longer processed after suspend.
	-Move the PDE processing to `hw_params` and `hw_free`
	-Separate JACK_OUT and JACK_IN in hw_params
	-Simplify reading and writing to SDW_SCP_SDCA_INT1 in the callback
	-Adjust the scope of `regcache_sync` in the resume

v5 -> v4:
	-Merge patch1 and patch3
	-Add vendor_id in codec_info
	-Use q78_get and q78_set to create Kcontrol
	-Set mbq_size and use regmap_mbq
	-An additional helper function to implement DAPM

v4 -> v3:
	-Updated some KControl names
	-add copyright in soc_sdw_es9356

v3 -> v2:
	-Removed unnecessary section in soc_sdw_es9356.c
	-Add `pm_runtime_put_noidle` to `es9356.c` to
	 reduce device incremented count
	-Updated some KControl names
	-Fix the error related to jack_report in the codec driver

v2 -> v1:
	-Adjusted mutexes in the ES9356 driver
	-Use macros to replace certain values
	-Adjusted some ordering issues in Kconfig.

v1 -> v0:
	-Modified snd_soc_dapm_add_routes in soc_sdw_es9356

Zhang Yi (5):
  ASoC: sdw_utils: add soc_sdw_es9356
  ASoC: sdw_utils: add ES9356 in codec_info_list
  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                 |   14 +
 sound/soc/codecs/Kconfig                      |    7 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/es9356.c                     | 1167 +++++++++++++++++
 sound/soc/codecs/es9356.h                     |  208 +++
 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          |  230 ++++
 sound/soc/sdw_utils/soc_sdw_utils.c           |   50 +
 10 files changed, 1732 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] 8+ messages in thread

end of thread, other threads:[~2026-04-09 20:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-09  2:12 [PATCH v6 0/5] Add es9356 focused SoundWire CODEC Zhang Yi
2026-04-09  2:12 ` [PATCH v6 1/5] ASoC: sdw_utils: add soc_sdw_es9356 Zhang Yi
2026-04-09  2:12 ` [PATCH v6 2/5] ASoC: sdw_utils: add ES9356 in codec_info_list Zhang Yi
2026-04-09  2:12 ` [PATCH v6 3/5] ASoC: es9356-sdca: Add ES9356 SDCA driver Zhang Yi
2026-04-09 10:01   ` Charles Keepax
2026-04-09 20:11   ` Mark Brown
2026-04-09  2:12 ` [PATCH v6 4/5] ASoC: Intel: soc-acpi: arl: Add es9356 support Zhang Yi
2026-04-09  2:12 ` [PATCH v6 5/5] ASoC: Intel: sof_sdw: add " Zhang Yi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox