From 8e8f7e898d8247a48f2232d99c58d0c36f174a05 Mon Sep 17 00:00:00 2001 From: probonopd Date: Fri, 18 Apr 2025 22:04:30 +0200 Subject: [PATCH] Comments [ci skip] --- src/minidexed.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/minidexed.cpp b/src/minidexed.cpp index 74b45c9..f49c840 100644 --- a/src/minidexed.cpp +++ b/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]++;