vx_outl           247 include/sound/vx_core.h #define vx_outl(chip,reg,val)	snd_vx_outl(chip, VX_##reg,val)
vx_outl           137 sound/pci/vx222/vx222_ops.c #undef vx_outl
vx_outl           138 sound/pci/vx222/vx222_ops.c #define vx_outl(chip,reg,val)	vx2_outl((struct vx_core*)(chip), VX_##reg, val)