forked from len0rd/rockbox
More readable comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@609 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3922466486
commit
afd30bb4cd
1 changed files with 9 additions and 9 deletions
|
@ -41,15 +41,15 @@ int dac_volume(unsigned int volume)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/***************************************************
|
||||
** Bit6: 0 = 3V, 1 = 5V
|
||||
** Bit5: 0 = normal, 1 = low power
|
||||
** Bit4: 0 = AUX2 off, 1 = AUX2 on
|
||||
** Bit3: 0 = AUX1 off, 1 = AUX2 on
|
||||
** Bit2: 0 = DAC off, 1 = DAC on
|
||||
** Bit1: 0 = stereo, 1 = mono
|
||||
** Bit0: 0 = normal right amp, 1 = inverted right amp
|
||||
***************************************************/
|
||||
/******************************************************************
|
||||
** Bit6: 0 = 3V 1 = 5V
|
||||
** Bit5: 0 = normal 1 = low power
|
||||
** Bit4: 0 = AUX2 off 1 = AUX2 on
|
||||
** Bit3: 0 = AUX1 off 1 = AUX2 on
|
||||
** Bit2: 0 = DAC off 1 = DAC on
|
||||
** Bit1: 0 = stereo 1 = mono
|
||||
** Bit0: 0 = normal right amp 1 = inverted right amp
|
||||
******************************************************************/
|
||||
int dac_config(int value)
|
||||
{
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue