Arun KS wrote:
Hi all,
The following patches adds ASOC driver for TLVaic23b audio codec.
Tested playback and capture on omap 5912osk board with some hacks in the omap platform and machine driver.
Thanks, Arun --
Great. I just finished the same thing for davinci but using spi. I was waiting until the adc issue I mentioned yesterday was resolved before posting it. I'm glad I won't have to now. But my board also has I2c, just not with this codec. Can the I2c code be moved into the board directory? I have my spi code in the board directory and just pass the write function pointer. i.e.
codec->hw_write = setup_data->hw_write;
Can you email me some data captured by from your mic input? I'm interested in seeing if you have the same trouble in dsp_a mode.
Thanks, Troy