############################################### # High Performance Stereo Playback # --------------------------------------------- # PowerTune mode PTM_P3 is used for high # performance 16-bit audio. # # Audio is routed to headphone outputs. ############################################### ############################################### # 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 # # NDAC = 1, MDAC = 2 w 30 0b 81 82 # ############################################### ############################################### # Signal Processing Settings DEFAULT ############################################### # # Select Page 0 #w 30 00 00 # # Set the DAC Mode to PRB_P1 #w 30 3c 01 # ############################################### ############################################### # Configure Power Supplies ############################################### # # Select Page 1 w 30 00 01 # # Disable weak AVDD to DVDD connection w 30 01 08 # # Enable Master Analog Power Control w 30 02 00 # # Set the REF charging time to 40ms (FASTEST) w 30 7b 01 # # Set HP power up time for NO POP w 30 14 04 # ############################################### ############################################### # Configure DAC Channel ############################################### # # Select Page 1 w 30 00 01 # # Route LDAC/RDAC to HPL/HPR w 30 0c 08 08 # # Select Page 0 w 30 00 00 # # DAC => 0dB w 30 41 00 00 # # Power up LDAC/RDAC w 30 3f d6 # # Select Page 1 w 30 00 01 # # Unmute HPL/HPR driver, 0dB Gain w 30 10 00 00 # # Power up HPL/HPR w 30 09 30 # # Select Page 0 w 30 00 00 # # Unmute LDAC/RDAC w 30 40 00 # ###############################################