summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/recording.c')
-rw-r--r--apps/recorder/recording.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index 7a1a47f842..2471d400cd 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -68,7 +68,7 @@ static void set_gain(void)
68{ 68{
69 if(global_settings.rec_source == SOURCE_MIC) 69 if(global_settings.rec_source == SOURCE_MIC)
70 { 70 {
71 mpeg_set_recording_gain(global_settings.rec_left_gain, 0, 71 mpeg_set_recording_gain(0, 0,
72 global_settings.rec_mic_gain); 72 global_settings.rec_mic_gain);
73 } 73 }
74 else 74 else