Hello Forum,
I am trying to test a product with a TLV320AIC3111 Codec with a Raspberry pi Zero W but i cant get it to work.
I've adeed the tlv320aic31xx driver from: https://github.com/torvalds/linux/blob/master/sound/soc/codecs/tlv320aic31xx.c#L197 but I'm not sure about the pinout.
I've connected:
BCLK to IIS_SCLK(GPIO18)
WCLK to IIS_WS(GPIO19)
DIN to IIS_OUT(GPIO21)
DOUT to IIS_IN(GPIO20
MCLK to IIS_MCLK(GPIO17)
I am seeing the word select switch over the SCLK signal but no data is being sended from the raspberry pi. Does somebody have an idea of what I am doing wrong?
Danny