20 May
2024
20 May
'24
1:23 p.m.
On Fri, May 17, 2024 at 09:38:55AM -0500, Pierre-Louis Bossart wrote:
+static const struct reg_sequence rt1320_blind_write[] = {
- { 0xc003, 0xe0 },
...
- { 0xd486, 0xc3 },
+};
I would add a comment that the 'blind writes' is an SDCA term to deal with platform-specific initialization, but in this case it seems that all the addresses targeted are in the vendor-specific space
TBH it seems perfectly intelligable without knowing anything about SCDA.