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.

TI AIC23 audio codec

I have this Altera AD/DA Data Conversion Daughter Card that uses a TI AIC23 Audio Codec to interface with the audio jacks (line in/out, mic in, headphone)

The daughter card plugs into an Altera FPGA that runs a NIOS II software processor so I'm pretty much coding in C. The problem is there doesn't seem to be any support material for this codec on this daughter card so it looks like I'm going to have to code the library that controls this from scratch.

I guess my first question is whether or not I can treat the SPI control as just 3 individual I/O pins and bit bang the control and data signals to the AIC23 chip and control it that way. If I do that and am able to set the control registers, how do I send it a signal say to the headphones so I can hear a signal?