Browse Source

Fix buffer management in stereo DAC output

dds
PaulStoffregen 7 years ago
parent
commit
24c6b7e11e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      output_dacs.cpp

+ 2
- 2
output_dacs.cpp View File

@@ -189,8 +189,8 @@ void AudioOutputAnalogStereo::isr(void)
}
if (block_right != &block_silent) {
release(block_right);
block_left_1st = block_left_2nd;
block_left_2nd = NULL;
block_right_1st = block_right_2nd;
block_right_2nd = NULL;
}

if (update_responsibility) update_all();

Loading…
Cancel
Save