Hi all,
im cenk. i want to just read mic in C6455 board. but i have some problems. in fact i can write codec(headphone), but i can't read mic in.
in order to write to codec i use (while (!DSK6455_AIC23_write32(hCodec, sinetable[sample]));)...sinetable is a array which is created before. and when i write codec with this function, i hear a sinus audio.
in order to read to codec i use (while (!DSK6455_AIC23_read32(hCodec, (Uint32 *)&data1));)... but i have some problems in this point.
i want to read mic in firstly, and then i want ro write to headphone to things which read..