snd_soc_component_init_regmap (9) Linux Manual Page
snd_soc_component_init_regmap – Initialize regmap instance for the component Synopsis void snd_soc_component_init_regmap(struct snd_soc_component *component, struct regmap *regmap); Arguments component The component for which to initialize the regmap instance regmap The regmap instance that should be used by the component Description This function allows deferred assignment of the regmap instance that is associated with the component. Only…
