-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
20 // I2C slave address (0x10<<1) and RW bit (W=0). | ||
00 // Register address to start at. | ||
37 // 0x00 Power Management | ||
AE // 0x01 Audio I/F Format | ||
1C // 0x02 Audio I/F Format | ||
04 // 0x03 System Clock Setting | ||
22 // 0x04 MIC AMP Gain | ||
22 // 0x05 MIC AMP Gain | ||
30 // 0x06 ADC1 Lch Digital Volume | ||
30 // 0x07 ADC1 Rch Digital Volume | ||
30 // 0x08 ADC2 Lch Digital Volume | ||
30 // 0x09 ADC2 Rch Digital Volume | ||
22 // 0x0A ADC Digital Filter Setting | ||
55 // 0x0B ADC Analog Input Setting | ||
00 // 0x0C Reserved | ||
06 // 0x0D ADC Mute & HPF Control | ||
18 // 0x0E DAC1 Lch Digital Volume | ||
18 // 0x0F DAC1 Rch Digital Volume | ||
18 // 0x10 DAC2 Lch Digital Volume | ||
18 // 0x11 DAC2 Rch Digital Volume | ||
04 // 0x12 DAC Input Select Setting | ||
05 // 0x13 DAC De-Emphasis Setting | ||
0A // 0x14 DAC Mute & Filter Setting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters