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.
Tool/software:
I have a board with the TLV320AIC3263 audio codec. I want to run this codec with a Yocto OS that uses the 5.15 kernel version.
I'm not sure which driver I should use. I think I need to use the tlv320aic326x driver, is that correct? This driver is not included on my kernel?
Can you help me with how to add this driver to my own kernel?
Also, I need help with how to add the codec to the device tree. Would it be possible for you to share an example device tree?
Hi Arif,
Yes, the 326x driver is the best choice for this, it was originally introduced in kernel 4.19, so it should be compatible with any future kernels. You can download it here:
As for an example device tree, I recommend looking at this E2E thread with an example DTS setup at the end of the post:
I am happy to help with more once you try getting a DTS setup working with this driver. Let me know.
Best,
Mir