############################################### # 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 = 11.2896MHz, # WCLK = 44.10 kHz ############################################### # # Select Page 0 w 30 00 00 # # PLL_clkin = BCLK, codec_clkin = PLL_CLK, # PLL on, P=1, R=1, J=8, D=0000 w 30 04 03 91 08 00 00 # # NDAC = 8, MDAC = 2, dividers powered on w 30 0b 88 82 # # DOSR = 128 w 30 0D 00 80 # ############################################### ############################################### # Signal Processing Settings ############################################### # # Select Page 0 w 30 00 00 # # PRB_P3 w 30 3c 03 # ############################################### ########################################## # Configure Class-D Output ########################################## # # Switch to Page 1 w 30 00 01 # # class D power up delay for PLL and other blocks settling w 30 22 70 # # Power-up Class-D driver w 30 20 86 # # Unmute Class-D (6dB) w 30 2a 04 # # Route Analog Volume Control to Class-D Driver, Muted w 30 26 FF # ########################################## ########################################## # 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, soft stepping enabled w 30 3f 94 # # Unmute DAC, 0dB w 30 40 04 # # Switch to Page 1 w 30 00 01 # # Route Analog Volume Control to Class-D Driver, 0dB w 30 26 80