^ Sounds like a plan.
Re: 1), that might explain part of the somewhat odd RMAA results. Almost looks like only one channel is running on the PLL or something. Hence, codec config seems somewhat messed up. Which of the lines would I need to throw out (didn't check the datasheet now)?
Re: 2), that's what I'd expect, too.
Re: 3), disk access noises did seem pretty inconspicuous on my SE420s at first listen. Now I don't have any super high bitrate files on there (LAME -V 6 to -V 4 MP3 only), so further testing by those using FLAC is recommended.
Other observations: Occasional ugly high-frequency cracks upon resuming playback, esp. left channel (codec init?). Power-off pop noise seems
significantly reduced, only a soft pop on HD590s now.
EDIT:
OK, a look at the datasheet allowed me to document things and switch PLL mode to auto...
+#ifdef SANSA_CLIPPLUS
+ /* see AS3543 DS p.55/91 */
+ ascodec_write_pmu(0x1A, 7, 0x00); /* PLL */
+ ascodec_write_pmu(0x17, 7, 0x30); /* DCDC_Cntr */
+ ascodec_write_pmu(0x1A, 2, 0xCC); /* 24M/32k osc drive */
+ ascodec_write_pmu(0x19, 2, 0x41); /* CHGVBUS2 */
+ ascodec_write_pmu(0x18, 1, 0x35); /* PVDD1 */
+ ascodec_write_pmu(0x18, 7, 0x31); /* AVDD17 */
+#endif
No idea why PVDD1 is also increased in value.
My Clip+ sounds fine like that, power-off pop noise remains low on both HD590s and powered speakers (where it used to be quite loud). The high-frequency cracks at init still appear once in a while, not sure whether they weren't present before.
I'd hope measurements would be OK now. The oddities might have been related to the notoriously picky headphone jack anyway.
Bertrik, my ears are thanking you already. I went through the shutdown code a while back, trying to find a cause for the stupid loud power-down pop noise in vain. It appeared whenever the headphone amp was turned off. Looks like pop noise suppression circuitry needs a higher supply voltage in order to work well.