snd_cs4236_ext_out
void snd_cs4236_ext_out(struct snd_wss *chip,
snd_cs4236_ext_out(chip, CS4236_DAC_RATE, rate);
snd_cs4236_ext_out(chip, CS4236_ADC_RATE, rate);
snd_cs4236_ext_out(chip, CS4236_I23VAL(reg), chip->eimage[reg]);
snd_cs4236_ext_out(chip, CS4236_I23VAL(reg),
snd_cs4236_ext_out(chip, reg, val);
snd_cs4236_ext_out(chip, left_reg, val1);
snd_cs4236_ext_out(chip, right_reg, val2);
snd_cs4236_ext_out(chip, left_reg, val1);
snd_cs4236_ext_out(chip, right_reg, val2);
snd_cs4236_ext_out(chip, CS4236_LEFT_MASTER, val1);
snd_cs4236_ext_out(chip, CS4236_RIGHT_MASTER, val2);
snd_cs4236_ext_out(chip, CS4236_VERSION, 0xff);
snd_cs4236_ext_out(chip, CS4236_VERSION, rev);
EXPORT_SYMBOL(snd_cs4236_ext_out);