WM8753_CLOCK
reg = snd_soc_component_read(component, WM8753_CLOCK) & 0x003f;
snd_soc_component_write(component, WM8753_CLOCK, reg | div);
clock = snd_soc_component_read(component, WM8753_CLOCK) & 0xfffb;
snd_soc_component_write(component, WM8753_CLOCK, clock);
clock = snd_soc_component_read(component, WM8753_CLOCK) & 0xfffb;
snd_soc_component_write(component, WM8753_CLOCK, clock);
clock = snd_soc_component_read(component, WM8753_CLOCK) & 0xfffb;
snd_soc_component_write(component, WM8753_CLOCK, clock | 0x4);
reg = snd_soc_component_read(component, WM8753_CLOCK) & 0xffef;
reg = snd_soc_component_read(component, WM8753_CLOCK) & 0xfff7;
snd_soc_component_write(component, WM8753_CLOCK, reg);
snd_soc_component_write(component, WM8753_CLOCK, reg | enable);