AZF_MUTE_BIT
updated = snd_azf3328_io_reg_setb(portbase, AZF_MUTE_BIT, do_mute);
if (curr_vol_left & AZF_MUTE_BIT)
dst_vol_left |= AZF_MUTE_BIT;
dst_vol_left &= ~AZF_MUTE_BIT;