31 Oct
2023
31 Oct
'23
1:29 p.m.
On Tue, Oct 31, 2023 at 02:08:10AM +0000, Jack Yu wrote:
+/* LDO output select */ +static const char * const rt5682s_ldo_output_select[] = {
- "1.607V", "1.5V", "1.406V", "1.731V"
+};
This feels like something that might be a better fit for firmware based selection - how would someone set a value for this, and why might it vary at runtime? I'm a bit unclear as to what the control does so this might be the best thing but perhaps not.