WM8960_CLOCK2
reg = snd_soc_component_read(component, WM8960_CLOCK2) & 0x03f;
snd_soc_component_write(component, WM8960_CLOCK2, reg | div);
snd_soc_component_update_bits(component, WM8960_CLOCK2, 0xf, k);