############################################### # Software Reset ############################################### # # Select Page 0 w 30 00 00 # # Initialize the device through software reset w 30 01 01 # ############################################### ############################################### # Clock and Interface Settings # --------------------------------------------- # The codec receives: MCLK = 10 MHz, # BLCK = 1.536 MHz, WCLK = 48.00 kHz ############################################### # # Select Page 0 w 30 00 00 # # PLL_clkin = MCLK, codec_clkin = PLL_CLK, # PLL on, P=1, R=1, J=9, D=8304 w 30 04 03 91 09 20 70 # # NDAC = 2, MDAC = 8, dividers powered on w 30 0b 82 88 # # DOSR = 128 w 30 0D 00 80 # # NADC = 2, MADC = 8, dividers are powered down w 30 12 02 08 # # AOSR = 128 w 30 14 80 # ############################################### ############################################### # Signal Processing Settings ############################################### # # Select Page 0 w 30 00 00 # # PRB_P1, PRB_R4 w 30 3c 01 04 # ############################################### ########################################## # Configure ADC Channel ########################################## # # Switch to Page 1 w 30 00 01 # # Programmed MICBIAS always on, 2.5V w 30 2E 0A # # MICPGA P = MIC1LP 20kohm w 30 30 80 # # MICPGA M - CM 20kohm w 30 31 80 # # PGA 0dB w 30 2f 00 # # Switch to Page 0 w 30 00 00 # # POWERUP ADC channel, UNMUTE w 30 51 80 00 # ########################################## ########################################## # Configure HP Output ########################################## # # Switch to Page 1 w 30 00 01 # # De-pop, Power on = 1.22s, Step time = 3.9 ms w 30 21 4e # # Route HP Analog Volume Control, 0dB w 30 24 80 # # HP powerup, current limit, CM = 1.35V w 30 1f 94 # # HP unmute and gain 0db w 30 28 06 # ########################################## ########################################## # Configure DAC Channel ########################################## # # Switch to Page 1 w 30 00 01 # # DACs routed to Mixer Amplifiers w 30 23 40 # # Switch to Page 0 w 30 00 00 # # Powerup DACs w 30 3f 94 # # Unmute DACs, 0dB w 30 40 00 00 00 #