Skip to content

Commit

Permalink
Use L+R on headphones
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed May 7, 2022
1 parent 4be9ccf commit 5f5f65e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BoxDAC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -775,8 +775,8 @@ void BoxDAC::initDACI2C() {


send(ADDR::PAGE_CONTROL, PAGE::SERIAL_IO);
//send(ADDR_P0_SERIAL::DAC_DATA_PATH_SETUP, 0xD5); // DAC power on, Left=left, Right=Right, DAC Softstep HP STEREO
send(ADDR_P0_SERIAL::DAC_DATA_PATH_SETUP, 0xF1); // DAC power on, Left=left, Right=Right, DAC Softstep SPEAKER MONO
send(ADDR_P0_SERIAL::DAC_DATA_PATH_SETUP, 0xD5); // DAC power on, Left=left, Right=Right, DAC Softstep HP STEREO
//send(ADDR_P0_SERIAL::DAC_DATA_PATH_SETUP, 0xF1); // DAC power on, Left=left, Right=Right, DAC Softstep SPEAKER MONO
send(ADDR_P0_SERIAL::DAC_VOL_L_CTRL, 0xDC);
send(ADDR_P0_SERIAL::DAC_VOL_R_CTRL, 0xDC);
//Excel 219
Expand Down

0 comments on commit 5f5f65e

Please sign in to comment.