summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/mpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index d1b27d3145..784c9010c0 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -1480,7 +1480,7 @@ int mpeg_val2phys(int setting, int value)
1480void mpeg_init(int volume, int bass, int treble, int balance, int loudness, int bass_boost, int avc) 1480void mpeg_init(int volume, int bass, int treble, int balance, int loudness, int bass_boost, int avc)
1481{ 1481{
1482#ifdef SIMULATOR 1482#ifdef SIMULATOR
1483 volume = bass = treble = loudness = bass_boost = avc; 1483 volume = bass = treble = balance = loudness = bass_boost = avc;
1484#else 1484#else
1485 unsigned long val; 1485 unsigned long val;
1486#ifdef HAVE_MAS3587F 1486#ifdef HAVE_MAS3587F