snd_ac97_write
void snd_ac97_write(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
snd_ac97_write(
snd_ac97_write(ac97, reg, val);
snd_ac97_write(ac97, reg, val);
snd_ac97_write(ac97, reg, val1);
snd_ac97_write(ac97, AC97_3D_CONTROL, val);
snd_ac97_write(ac97, AC97_GPIO_CFG, 0xffff & ~(AC97_GPIO_LINE1_OH));
snd_ac97_write(ac97, AC97_GPIO_POLARITY, 0xffff & ~(AC97_GPIO_LINE1_OH));
snd_ac97_write(ac97, AC97_GPIO_STICKY, 0xffff);
snd_ac97_write(ac97, AC97_GPIO_WAKEUP, 0x0);
snd_ac97_write(ac97, AC97_MISC_AFE, 0x0);
snd_ac97_write(ac97, AC97_RESET, 0);
snd_ac97_write(ac97, AC97_EXTENDED_MID, 0);
snd_ac97_write(ac97, AC97_MASTER, 0x9f9f);
snd_ac97_write(ac97, AC97_HEADPHONE, 0x9f9f);
snd_ac97_write(ac97, AC97_EXTENDED_STATUS, power);
snd_ac97_write(ac97, AC97_POWERDOWN, power);
snd_ac97_write(ac97, AC97_POWERDOWN, power);
snd_ac97_write(ac97, AC97_POWERDOWN, power);
snd_ac97_write(ac97, AC97_POWERDOWN, power);
snd_ac97_write(ac97, i, ac97->regs[i]);
snd_ac97_write(ac97, AC97_EXTENDED_STATUS, ac97->regs[AC97_EXTENDED_STATUS]);
snd_ac97_write(ac97, AC97_CSR_SPDIF, ac97->regs[AC97_CSR_SPDIF]);
snd_ac97_write(ac97, AC97_SPDIF, ac97->regs[AC97_SPDIF]);
snd_ac97_write(ac97, AC97_POWERDOWN, 0);
snd_ac97_write(ac97, AC97_RESET, 0);
snd_ac97_write(ac97, AC97_EXTENDED_MID, 0);
snd_ac97_write(ac97, AC97_POWERDOWN, 0);
snd_ac97_write(ac97, AC97_GENERAL_PURPOSE, 0);
snd_ac97_write(ac97, AC97_POWERDOWN, ac97->regs[AC97_POWERDOWN]);
EXPORT_SYMBOL(snd_ac97_write);
snd_ac97_write(ac97, reg, ac97->regs[reg]);
snd_ac97_write(ac97, i, ac97->regs[i]);
snd_ac97_write(ac97, AC97_SIGMATEL_BIAS1, 0xabba);
snd_ac97_write(ac97, AC97_SIGMATEL_BIAS1, 0);
snd_ac97_write(ac97, AC97_FUNC_SELECT, function << 1);
snd_ac97_write(chip->ac97[modem_num], AC97_LINE1_RATE,
snd_ac97_write(chip->ac97[modem_num], AC97_LINE1_LEVEL, 0);
snd_ac97_write(chip->ac97[i], AC97_LINE1_RATE, params_rate(hw_params));
snd_ac97_write(chip->ac97[i], AC97_LINE1_LEVEL, 0);
snd_ac97_write(ac97, AC97_RESET, 0);
snd_ac97_write(ac97, AC97_REC_GAIN, 0x8a05);
snd_ac97_write(ichdev->ac97, AC97_LINE1_RATE, runtime->rate);
snd_ac97_write(ichdev->ac97, AC97_LINE1_LEVEL, 0);
snd_ac97_write(chip->ac97, AC97_PCM, 0x8000 | (15 << 8) | 15);
snd_ac97_write(chip->ac97, AC97_PCM, 0);
snd_ac97_write(chip->ac97, AC97_LINE1_RATE, params_rate(hw_params));
snd_ac97_write(chip->ac97, AC97_LINE1_LEVEL, 0);