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.

FAQ: Please give me examples of various IIC transactions and corresponding register setting in the AIC23?

Answer:
/* Left Line Input Control: Unmuted */

0x34 0x00 0x00

 /* Right Line Input Control: Unmuted */

0x34 0x02 0x00

/* Power Down Control: line=on, DAC=on, out=on, CLK=on, OSC=on */

0x34 0x0C 0x06

 /* Analog Audio Path Control: bypass=disabled */

0x34 0x08 0x10

/* Digital Audio Interface Format: Right Justified 16 bits */

0x34 0x0E 0x00

/* Sample Rate Control: CLKOUT=MCLK/2, Sample Rate=44.1khz */

0x34 0x10 0xA0

/* Digital Interface Activation: ActivateInterface=Active */

0x34 0x12 0x01

/* Left Headphone Volume Control: ZC=on, volume=+6dB */

0x34 0x04 0x01

/* Right Headphone Volume Control: ZC=on, volume=+6dB */

0x34 0x06 0x01