summaryrefslogtreecommitdiffstats
path: root/firmware/export/mpeg.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-02-14 01:49:50 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-02-14 01:49:50 +0000
commitebe0752469021dfb09f2fb2b0752e192833e9f23 (patch)
treebd7a31557614be6a258b18a9afbd51c36ad9e2b0 /firmware/export/mpeg.h
parentcc9b62f6b2814cc29b104f9a7b5635cbeb104cc0 (diff)
downloadrockbox-ebe0752469021dfb09f2fb2b0752e192833e9f23.tar.gz
rockbox-ebe0752469021dfb09f2fb2b0752e192833e9f23.zip
Correct saving of channel config (patch by Remo Hofer)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3252 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/mpeg.h')
-rw-r--r--firmware/export/mpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/mpeg.h b/firmware/export/mpeg.h
index 75ec710a37..9b7388c544 100644
--- a/firmware/export/mpeg.h
+++ b/firmware/export/mpeg.h
@@ -56,7 +56,7 @@ struct mpeg_debug
};
void mpeg_init(int volume, int bass, int treble, int balance,
- int loudness, int bass_boost, int avc);
+ int loudness, int bass_boost, int avc, int channel_config);
void mpeg_play(int offset);
void mpeg_stop(void);
void mpeg_pause(void);