1
0
Fork 0
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:
Linus Nielsen Feltzing 2002-05-16 21:32:04 +00:00
parent 3922466486
commit afd30bb4cd

View file

@ -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;