31 Mar
2016
31 Mar
'16
6:29 a.m.
+static void rt5514_enable_dsp_prepare(struct rt5514_priv *rt5514) +{
- /* Reset */
- regmap_write(rt5514->i2c_regmap, 0x18002000, 0x000010ec);
This is a *very* big table of magic numbers with what look like system specific settings in there (there seem to be some things routing to and from the ADC, and some clocking setup...). Are you sure none of this depends on the runtime configuration?
Yes, it is independent of the ASoC runtime configuration. The table of magic numbers is the settings for the voice wake up, so it is not required to be run on ASoC framework.