############################################### # High Performance Stereo Recording # --------------------------------------------- # PowerTune mode PTM_R4 is used for high # performance 16-bit audio. # # IN3L/R is routed to the LADC/RADC in a # single-ended manner. ############################################### ############################################### # Software Reset ############################################### # # Select Page 0 w 30 00 00 # # Initialize the device through software reset w 30 01 01 # ############################################### ############################################### # Clock Settings # --------------------------------------------- # The codec receives: MCLK = 12.288 MHz, # BLCK = 3.072 MHz, WCLK = 48 kHz ############################################### # # Select Page 0 w 30 00 00 # # NADC = 1, MADC = 2 w 30 12 81 82 # ############################################### ############################################### # Signal Processing Settings ############################################### # # Select Page 0 w 30 00 00 # # Set the ADC Mode to PRB_P1 w 30 3d 01 # ############################################### ############################################### # Configure Power Supplies ############################################### # # Select Page 1 w 30 00 01 # # Power up AVDD LDO w 30 02 A9 # # Disable weak AVDD in presence of external # AVDD supply w 30 01 08 # # Enable Master Analog Power Control # Power up AVDD LDO w 30 02 A1 # # Set the input power-up time to 3.1ms (for ADC) w 30 47 32 # # Set the REF charging time to 40ms w 30 7b 01 # ############################################### ############################################### # Recording Setup ############################################### # # Select Page 1 w 30 00 01 # # Route IN1L to LEFT_P with 20K input impedance w 30 34 80 # # Route CM1L to LEFT_M with 20K input impedance w 30 36 80 # # Route IN1R to RIGHT_P with 20K input impedance w 30 37 80 # # Route CM1R to RIGHT_M with 20K input impedance w 30 39 80 # # Enable MICBIAS w 30 33 40 # # Unmute Left MICPGA, Gain selection of 6dB to make channel gain 0dB # Register of 6dB with input impedance of 20K => Channel Gain of 0dB w 30 3b 0c # # Unmute Right MICPGA, Gain selection of 6dB to make channel gain 0dB # Register of 6dB with input impedance of 20K => Channel Gain of 0dB w 30 3c 0c # # Select Page 0 w 30 00 00 # # Power up LADC/RADC w 30 51 c0 # # Unmute LADC/RADC w 30 52 00 # ###############################################