[ci skip]
pull/843/head
probonopd 2 months ago committed by GitHub
parent 720fd15819
commit 8e8f7e898d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      src/minidexed.cpp

@ -1309,7 +1309,7 @@ void CMiniDexed::ProcessSound (void)
arm_fill_q15(0, tmp_int, nFrames*Channels);
}
// Prevent power save
// Prevent PCM510x analog mute from kicking in
for (uint8_t tg = 0; tg < Channels; tg++)
{
if (tmp_int[(nFrames - 1) * Channels + tg] == 0)
@ -1403,7 +1403,7 @@ void CMiniDexed::ProcessSound (void)
arm_fill_q15(0, tmp_int, nFrames * 2);
}
// Prevent power save
// Prevent PCM510x analog mute from kicking in
if (tmp_int[nFrames * 2 - 1] == 0)
{
tmp_int[nFrames * 2 - 1]++;

Loading…
Cancel
Save