vx_outl
#define vx_outl(chip,reg,val) snd_vx_outl(chip, VX_##reg,val)
#undef vx_outl
#define vx_outl(chip,reg,val) vx2_outl((struct vx_core*)(chip), VX_##reg, val)