CS42L73_VXSPFS
snd_soc_component_update_bits(component, CS42L73_VXSPFS, 0x0f, spfs);
snd_soc_component_update_bits(component, CS42L73_VXSPFS, 0xf0, spfs << 4);
#define CS42L73_SPFS(id) ((id == CS42L73_ASP) ? CS42L73_ASPC : CS42L73_VXSPFS)