From ebe0752469021dfb09f2fb2b0752e192833e9f23 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 14 Feb 2003 01:49:50 +0000 Subject: Correct saving of channel config (patch by Remo Hofer) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3252 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/mpeg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/mpeg.h') 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); -- cgit v1.2.3