ac97_control_set
return (ac97_control_set(arg, value));
return (ac97_control_set(ctrl, value));
(void) ac97_control_set(ac, (100 << 8) | 100);
(void) ac97_control_set(ac, (100 << 8) | 100);
(void) ac97_control_set(ac, (100 << 8) | 100);
(void) ac97_control_set(ac, 100);
(void) ac97_control_set(ac, 100);
(void) ac97_control_set(dev->ac97_recgain, v1);
(void) ac97_control_set(dev->ac97_recsrc,
int ac97_control_set(ac97_ctrl_t *, uint64_t);