Hi Mark: Thanks for the note. Understood that v3 was dropped before it landed in your tree because of the CI build break, so I am sending a full v4 resend rather than further incremental patches on top of v3. v4 is still based on the same tiwai/sound baseline used for v3 (commit 0414dd7b6f8b, "ALSA: seq: Drop the dead struct snd_seq_event_bounce"). Against that base the series is the previous 3 patches with the following fixes folded into patch 1/3: - enable runtime PM from io_init() on first ATTACHED (rt722 style), instead of enabling it from probe after register_component(); - update sdca_asoc_pde_poll_actual_ps() / sdca_parse_function() call sites to the current prototypes (drop the unused device / SoundWire slave arguments) to fix the CI build break. I also checked that the v4 patches apply cleanly on current tiwai/sound master tip. v4 cover + 1/3¨C3/3 will follow shortly (or are attached / sent in this thread as [PATCH v4 0/3] ¡­). Thanks, Qianghua Wang >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>> Re: reply [PATCH v3 1/3] ASoC: codecs: add SN624x SDCA SoundWire driver On Mon, Aug 17, 2026 at 11:10:22AM +0800, qianghua.wang@senarytech.com wrote: > Incremental patches shortly. Please send a new version, due to the build break I dropped the patches before they made it to my tree.