summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/dac.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/firmware/drivers/dac.c b/firmware/drivers/dac.c
index 0ea47dac89..c968246a61 100644
--- a/firmware/drivers/dac.c
+++ b/firmware/drivers/dac.c
@@ -41,15 +41,15 @@ int dac_volume(unsigned int volume)
41 return 0; 41 return 0;
42} 42}
43 43
44/*************************************************** 44/******************************************************************
45** Bit6: 0 = 3V, 1 = 5V 45** Bit6: 0 = 3V 1 = 5V
46** Bit5: 0 = normal, 1 = low power 46** Bit5: 0 = normal 1 = low power
47** Bit4: 0 = AUX2 off, 1 = AUX2 on 47** Bit4: 0 = AUX2 off 1 = AUX2 on
48** Bit3: 0 = AUX1 off, 1 = AUX2 on 48** Bit3: 0 = AUX1 off 1 = AUX2 on
49** Bit2: 0 = DAC off, 1 = DAC on 49** Bit2: 0 = DAC off 1 = DAC on
50** Bit1: 0 = stereo, 1 = mono 50** Bit1: 0 = stereo 1 = mono
51** Bit0: 0 = normal right amp, 1 = inverted right amp 51** Bit0: 0 = normal right amp 1 = inverted right amp
52***************************************************/ 52******************************************************************/
53int dac_config(int value) 53int dac_config(int value)
54{ 54{
55 int i; 55 int i;