write_codec 84 include/sound/vx_core.h void (*write_codec)(struct vx_core *chip, int codec, unsigned int data); write_codec 22 sound/drivers/vx/vx_mixer.c if (snd_BUG_ON(!chip->ops->write_codec)) write_codec 29 sound/drivers/vx/vx_mixer.c chip->ops->write_codec(chip, codec, data); write_codec 1014 sound/pci/vx222/vx222_ops.c .write_codec = vx2_old_write_codec_bit, write_codec 589 sound/pcmcia/vx/vxp_ops.c .write_codec = vxp_write_codec_reg,