Hello,
Is there an existing linux 3.x ASoC codec driver for the TLV320AIC3100? If not, what other existing driver would be the closest to it?
Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
Is there an existing linux 3.x ASoC codec driver for the TLV320AIC3100? If not, what other existing driver would be the closest to it?
Thanks
You can grep for aic3101 inside the sound/soc/davinci directory to check for the availability of the driver. If not you can check the 2.6.37 PSP kernel from TI which has support for the driver and you can port the driver from there.
http://arago-project.org/git/projects/?p=linux-am33x.git;a=blob;f=sound/soc/davinci/Kconfig;h=c3ccb26499a3d0e536ab949d293ee06fa6dcb8c3;hb=HEAD
Thank you
Hello,
I don't see a driver in our 6.00 SDK that would work directly for the aic3100. As for what existing driver would be a good starting point, you would probably want to ask in the Audio Convertors forum (it looks like you have already asked there alongside this post, so hopefully they will have a good answer).
As a side note, we should have a driver for TLV320AIC3110 sometime next year--this is a very similar part to the 3100 and should work without too much modification. I don't know how long you'd have to wait for that driver, though.
Regards,
Josh
EDIT: I just stumbled across a driver for AIC3100: https://gitorious.org/ti-codecs/pages/Home
I've never used it myself, but if would probably worth your time to try to build it and see if it works.
Hi, Josh,
Do you have any idea of TLV320AIC3110 driver ? We are using OMAPL132.