############################################### # Satoshi-san # --------------------------------------------- # Single input on In1L(P) # Mic Bias 2V # Sample Rate 44.1 kHz # MCLK is 12000000 # 30 dB pga gain ############################################### ############################################### # 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 = 12.0 MHz, # WCLK = 44.1 kHz ############################################### # # Select Page 0 w 30 00 00 # # PLL Settings P=1,R=1,J=7,D=5264,Fs=44.1k W 30 04 03 w 30 05 11 w 30 06 07 w 30 07 14 90 # # NADC=8,MADC=2 w 30 12 88 82 # # AOSR = 128 (default) # # PLL On w 30 05 91 # ############################################### ############################################### # 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 # # Select Page 1 w 30 00 01 # # Mic Bias 1 2v w 30 33 20 # # Left ADC Input selection for Left PGA = IN1L(P) as Single-Ended w 30 34 fc # # Left Analog PGA Seeting = 30dB w 30 3b bc # # Select Page 0 w 30 00 00 # # Power-up Left ADC and Right ADC w 30 51 80 # # Unmute Left and Right ADC Channels (Gain = 0dB) w 30 52 08