ADC Port Numbers

Does anyone know what the Channel ID’s are for the ADC pins on the Q26 dev board?

s32 adl_adcAnalogRead (u32 ChannelID, s32* AdcValuemV );

The sample code does not specify what channel it is using:

 s32 MyADCHandle;
 adl_adcRead ( MyADCHandle, &ADCresult );

The values I am getting seem to be the supply voltage value. I would like to read the voltage at the ADC pin.

viewtopic.php?f=36&t=3225