Hi,
I am working with Davinci DM355 board and the microphone input is way too low. I tried setting the volume values
int vol = LEFT_GAIN | (RIGHT_GAIN << 8);
SOUND_MIXER_WRITE_MIC, SOUND_MIXER_WRITE_IGAIN, SOUND_MIXER_WRITE_OGAIN
but it didnt help. Maybe boards sound chip isnt supporting amplification?
Regards