21 Jun
2014
21 Jun
'14
10:05 p.m.
On Mon, Jun 16, 2014 at 06:13:03PM +0200, Lars-Peter Clausen wrote:
Split snd_soc_component_register() into snd_soc_component_initialize() and snd_soc_component_add(). Using a 2-stage registration approach has the advantage that it is possible to modify the component after it has been initialized, but before it is made visible to the system. This e.g. allows CODECs or platforms to overwrite some of the default settings made in snd_soc_component_initialize().
Applied, thanks.