Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: Intel: avs: Add rt5640 board support
@ 2025-05-30 14:21 Cezary Rojewski
  2025-05-30 14:21 ` [PATCH 1/3] ASoC: codecs: rt5640: Drop dummy register names Cezary Rojewski
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Cezary Rojewski @ 2025-05-30 14:21 UTC (permalink / raw)
  To: broonie; +Cc: tiwai, perex, amadeuszx.slawinski, linux-sound, Cezary Rojewski

Small set of patches intoducing two low-impact improvements to rt5640
codec driver and then avs_rt5640 machine board driver. The board
behavior is based on existing boards such as avs_rt274.

In regard to the retry-device-verification change, there is number of
similar "fixes" found in the Realtek code in sound/soc/codecs. What I
provide here is verified with tests, the delay is not mentioned in the
spec I have access to.

Cezary Rojewski (2):
  ASoC: codecs: rt5640: Drop dummy register names
  ASoC: Intel: avs: Add rt5640 machine board

Xinxin Wan (1):
  ASoC: codecs: rt5640: Retry DEVICE_ID verification

 sound/soc/codecs/rt5640.c             |  43 ++--
 sound/soc/codecs/rt5640.h             |   6 +-
 sound/soc/intel/avs/board_selection.c |  27 +++
 sound/soc/intel/avs/boards/Kconfig    |  12 ++
 sound/soc/intel/avs/boards/Makefile   |   2 +
 sound/soc/intel/avs/boards/rt5640.c   | 270 ++++++++++++++++++++++++++
 6 files changed, 338 insertions(+), 22 deletions(-)
 create mode 100644 sound/soc/intel/avs/boards/rt5640.c

-- 
2.25.1


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

end of thread, other threads:[~2025-06-09 21:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-30 14:21 [PATCH 0/3] ASoC: Intel: avs: Add rt5640 board support Cezary Rojewski
2025-05-30 14:21 ` [PATCH 1/3] ASoC: codecs: rt5640: Drop dummy register names Cezary Rojewski
2025-05-30 14:21 ` [PATCH 2/3] ASoC: codecs: rt5640: Retry DEVICE_ID verification Cezary Rojewski
2025-05-30 14:21 ` [PATCH 3/3] ASoC: Intel: avs: Add rt5640 machine board Cezary Rojewski
2025-06-09 21:00 ` [PATCH 0/3] ASoC: Intel: avs: Add rt5640 board support Mark Brown

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