AC97_MASTER_VOLUME
{ "Master", B_MIX_GAIN|B_MIX_MUTE|B_MIX_STEREO, 101, AC97_MASTER_VOLUME, 0x8000, 5, 0, 1, 1,-46.5, 0.0, 1.5 },
ac97_reg_update(dev, AC97_MASTER_VOLUME, 0x0000); /* set master output 0dB */
ac97_reg_update_bits(dev, AC97_MASTER_VOLUME, 0x8000, 0x8000);
{ AC97_MASTER_VOLUME, &MixGain, S_MASTER,
case AC97_MASTER_VOLUME:
{ "Master", B_MIX_GAIN|B_MIX_MUTE|B_MIX_STEREO, 101, AC97_MASTER_VOLUME, 0x8000, 5, 0, 1, 1,-46.5, 0.0, 1.5 },
emuxki_codec_write(&card->config, AC97_MASTER_VOLUME, 0x0000);
PRINT(("codec master output = %#04x\n",emuxki_codec_read(&card->config, AC97_MASTER_VOLUME)));