summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/audio/uda1380.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/drivers/audio/uda1380.c b/firmware/drivers/audio/uda1380.c
index debe299322..2fe562f865 100644
--- a/firmware/drivers/audio/uda1380.c
+++ b/firmware/drivers/audio/uda1380.c
@@ -99,8 +99,8 @@ static const unsigned short uda1380_defaults[2*NUM_DEFAULT_REGS] =
99 /* Bass and treble = 0 dB */ 99 /* Bass and treble = 0 dB */
100 REG_MUTE, MUTE_MASTER | MUTE_CH2, 100 REG_MUTE, MUTE_MASTER | MUTE_CH2,
101 /* Mute everything to start with */ 101 /* Mute everything to start with */
102 REG_MIX_CTL, MIX_CTL_MIX, 102 REG_MIX_CTL, MIX_CTL_MIX | OVERSAMPLE_MODE(3),
103 /* Enable mixer */ 103 /* Enable mixer and 4x oversampling */
104 REG_DEC_VOL, 0, 104 REG_DEC_VOL, 0,
105 REG_PGA, MUTE_ADC, 105 REG_PGA, MUTE_ADC,
106 REG_ADC, SKIP_DCFIL, 106 REG_ADC, SKIP_DCFIL,