Another thing to watch out for is the acquisition time. There is a time constant of 2.5kΩ with the 0.32pF of Cia and the unspecified Cdac. (which is 10pF on a Microchip microcontroller) For the ADC to settle within 1 bit takes EIGHT time constants. (about 200ns) The impedance of your source adds to the 2.5kΩ, so if you are reading a 10kΩ pot (which has a maximum output impedance of 2.5kΩ) the acquisition time is doubled (400ns), but if your source has an output of 100kΩ then it will take 4µs.
The general advice given is to run the ADC at the fastest speed it can go, but if you find that your values are being strangely influenced by the voltage on the adjacent pin you have an acquisition time problem. My advice would be to run the ADC at the SLOWEST speed which will get the job done in the time available. (Each channel takes 25 clock cycles to read). The only occasion when I wouldn't recommend this is if you are sampling two waveforms and trying to determine the phase difference between them, in which case make sure that they are on adjacent pins so that the ADC reads one immediately after the other.