forked from len0rd/rockbox
Set both channel level to 0 when recording from microphone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2872 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
79c5202e07
commit
390e8f0ec6
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ static void set_gain(void)
|
|||
{
|
||||
if(global_settings.rec_source == SOURCE_MIC)
|
||||
{
|
||||
mpeg_set_recording_gain(global_settings.rec_left_gain, 0,
|
||||
mpeg_set_recording_gain(0, 0,
|
||||
global_settings.rec_mic_gain);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue