############################################### # Software Reset ############################################### # # Select Page 0 w 30 00 00 # # Initialize the device through software reset w 30 01 01 # # Delay 100mS d 100 ############################################### ############################################### # Clock Settings # --------------------------------------------- # The codec receives: MCLK = 11.2896 MHz, # BCLK = 2.8224 MHz, WCLK = 44.1 kHz ############################################### # # Select Page 0 w 30 00 00 # # NADC = 1, MADC = 2 w 30 12 81 82 # # AOSR = 128 (default) # ############################################### ############################################### # Audio Settings ############################################### # # Default Setting: I2S, 16-bits, Slave Mode (BCLK and WCLK are inputs), 3-stating of DOUT disabled w 30 1b 00 ############################################### # Signal Processing Settings ############################################### # # Select Page 0 w 30 00 00 # # Set the ADC Mode to PRB_P1 (default) w 30 3d 01 # ############################################### ############################################### # Recording Setup ############################################### # # Left ADC Vol = 0dB w 30 53 00 # # Right ADC Vol = 0dB w 30 54 00 # # Select Page 1 w 30 00 01 # # Mic Bias to AVDD w 30 33 18 # # Left ADC Input selection for Left PGA = IN1L(P) as Single-Ended w 30 34 f3 # # Left Analog PGA Seeting = 0dB w 30 3b 00 # # Right Analog PGA Seeting = Mute w 30 3c 80 # # Select Page 0 w 30 00 00 # # Power-up Left ADC w 30 51 82 # # Unmute Left ADC Channel (Gain = 0dB) w 30 52 08